Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add 3.0.0 SNAPSHOT to maven config
  • Loading branch information
nickl- committed Dec 5, 2023
1 parent 5bd5057 commit 2ed8095
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ Latest release: **not supported** (use the recommended development snapshot)

### Maven

Beanshell releases are published to [Maven Central](http://central.maven.org/maven2/org/apache-extras/beanshell/bsh/). To use Beanshell with Maven, add this to your `pom.xml`:
Beanshell 3.0.0 currently only has a SNAPSHOT releases published to [sonatype](https://oss.sonatype.org/content/repositories/snapshots/org/beanshell/bsh/). To use Beanshell with Maven, add this to your `pom.xml`:

```xml
<dependencies>
<dependency>
<groupId>org.apache-extras.beanshell</groupId>
<groupId>org.beanshell</groupId>
<artifactId>bsh</artifactId>
<version>2.1.1</version>
<version>3.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
```
Expand Down

0 comments on commit 2ed8095

Please sign in to comment.