File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
8
8
This library is a Java driver for ArangoDB.
9
9
10
- Supported version: ArangoDB 3.0 .X
10
+ Supported version: ArangoDB 3.1 .X
11
11
12
12
(Use ``` arangodb-java-driver 2.7.4 ``` for ArangoDB 2.7.x and ArangoDB 2.8.x)
13
13
14
14
# Required
15
15
16
- * [ ArangoDB] ( https://github.com/arangodb/arangodb ) version 3.0 .X
16
+ * [ ArangoDB] ( https://github.com/arangodb/arangodb ) version 3.1 .X
17
17
* Java 1.6 later
18
18
19
19
# Basics
@@ -23,7 +23,7 @@ Supported version: ArangoDB 3.0.X
23
23
To add the driver to your project with maven, add the following code to your pom.xml
24
24
(please use a driver with a version number compatible to your ArangoDB server's version):
25
25
26
- ArangoDB 3.0 .X
26
+ ArangoDB 3.1 .X
27
27
``` XML
28
28
<dependencies >
29
29
<dependency >
@@ -47,7 +47,7 @@ ArangoDB 2.7.x and ArangoDB 2.8.x:
47
47
</dependencies >
48
48
```
49
49
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:
51
51
52
52
``` XML
53
53
<repositories >
You can’t perform that action at this time.
0 commit comments