Skip to content

Commit 47729c3

Browse files
author
Achim Brandt
committed
updates for version 2.5.6
1 parent 22a18b5 commit 47729c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: README.md

+2-2
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.5-SNAPSHOT,2.5.5]</version>
29+
<version>2.5.6</version>
3030
</dependency>
3131
....
3232
</dependencies>
3333
```
3434

35-
If you want to test with a snapshot version (e.g. 2.5.5-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.5.7-SNAPSHOT), add the staging repository of oss.sonatype.org to your pom.xml:
3636

3737
```XML
3838
<repositories>

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.arangodb</groupId>
66
<artifactId>arangodb-java-driver</artifactId>
7-
<version>2.5.6-SNAPSHOT</version>
7+
<version>2.5.6</version>
88
<inceptionYear>2012</inceptionYear>
99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)