Skip to content

Commit 845fd1f

Browse files
author
a-brandt
committed
added a comment
1 parent 405e427 commit 845fd1f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 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.4-SNAPSHOT,2.5.4]</version>
29+
<version>[2.5.5-SNAPSHOT,2.5.5]</version>
3030
</dependency>
3131
....
3232
</dependencies>
3333
```
3434

35-
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:
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:
3636

3737
```XML
3838
<repositories>
@@ -416,3 +416,5 @@ see 2.4.4
416416
* added some examples for AQL queries
417417
(see src/test/java/com/arangodb/example)
418418

419+
## since 2.5.5
420+
* renamed VisitedEntity to TraversalResultEntity

0 commit comments

Comments
 (0)