Skip to content

Commit 699b3f9

Browse files
author
Achim Brandt
committed
changed version to 2.5.4-SNAPSHOT
1 parent 8446da0 commit 699b3f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ To add the driver to your project with maven, add the following code to your pom
2121
<dependency>
2222
<groupId>com.arangodb</groupId>
2323
<artifactId>arangodb-java-driver</artifactId>
24-
<version>[2.5.3-SNAPSHOT,2.5.3]</version>
24+
<version>[2.5.4-SNAPSHOT,2.5.4]</version>
2525
</dependency>
2626
....
2727
</dependencies>
2828
```
2929

30-
If you want to test with a snapshot version (e.g. 2.5.3-SNAPSHOT), add the staging repository of oss.sonatype.org to your pom.xml:
30+
If you want to test with a snapshot version (e.g. 2.5.4-SNAPSHOT), add the staging repository of oss.sonatype.org to your pom.xml:
3131

3232
```XML
3333
<repositories>

pom.xml

Lines changed: 1 addition & 1 deletion
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.3</version>
7+
<version>2.5.4-SNAPSHOT</version>
88
<inceptionYear>2012</inceptionYear>
99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)