Skip to content

Commit 07a9142

Browse files
author
a-brandt
committed
fixed docu
1 parent 5a23011 commit 07a9142

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
This library is a Java driver for ArangoDB.
99

10-
Supported version: ArangoDB 3.0.X
10+
Supported version: ArangoDB 3.1.X
1111

1212
(Use ```arangodb-java-driver 2.7.4``` for ArangoDB 2.7.x and ArangoDB 2.8.x)
1313

1414
# Required
1515

16-
* [ArangoDB](https://github.com/arangodb/arangodb) version 3.0.X
16+
* [ArangoDB](https://github.com/arangodb/arangodb) version 3.1.X
1717
* Java 1.6 later
1818

1919
# Basics
@@ -23,7 +23,7 @@ Supported version: ArangoDB 3.0.X
2323
To add the driver to your project with maven, add the following code to your pom.xml
2424
(please use a driver with a version number compatible to your ArangoDB server's version):
2525

26-
ArangoDB 3.0.X
26+
ArangoDB 3.1.X
2727
```XML
2828
<dependencies>
2929
<dependency>
@@ -47,7 +47,7 @@ ArangoDB 2.7.x and ArangoDB 2.8.x:
4747
</dependencies>
4848
```
4949

50-
If you want to test with a snapshot version (e.g. 3.0.0-SNAPSHOT), add the staging repository of oss.sonatype.org to your pom.xml:
50+
If you want to test with a snapshot version (e.g. 3.1.0-SNAPSHOT), add the staging repository of oss.sonatype.org to your pom.xml:
5151

5252
```XML
5353
<repositories>

0 commit comments

Comments
 (0)