Skip to content

Commit f52c7af

Browse files
committed
Docu for mvn adjusted
1 parent 51cc093 commit f52c7af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ To add the driver to your project with maven, add the following code to your pom
2020
<dependency>
2121
<groupId>com.arangodb</groupId>
2222
<artifactId>arangodb-java-driver</artifactId>
23-
<version>[2.0,2.1]</version>
23+
<version>[2.2-SNAPSHOT,2.2]</version>
2424
</dependency>
2525
....
2626
</dependencies>
2727
```
2828

29-
If you want to test with a snapshot version (e.g. 2.0-SNAPSHOT), add the staging repository of oss.sonatype.org to your pom.xml:
29+
If you want to test with a snapshot version (e.g. 2.2-SNAPSHOT), add the staging repository of oss.sonatype.org to your pom.xml:
3030

3131
```XML
3232
<repositories>

0 commit comments

Comments
 (0)