Skip to content

Commit fc70fe9

Browse files
author
Achim Brandt
committed
changed version numbers
1 parent 5c06208 commit fc70fe9

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
@@ -26,13 +26,13 @@ To add the driver to your project with maven, add the following code to your pom
2626
<dependency>
2727
<groupId>com.arangodb</groupId>
2828
<artifactId>arangodb-java-driver</artifactId>
29-
<version>2.5.7</version>
29+
<version>2.6.8</version>
3030
</dependency>
3131
....
3232
</dependencies>
3333
```
3434

35-
If you want to test with a snapshot version (e.g. 2.5.8-SNAPSHOT), add the staging repository of oss.sonatype.org to your pom.xml:
35+
If you want to test with a snapshot version (e.g. 2.6.9-SNAPSHOT), add the staging repository of oss.sonatype.org to your pom.xml:
3636

3737
```XML
3838
<repositories>

0 commit comments

Comments
 (0)