File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77
88This 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
2323To 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 >
You can’t perform that action at this time.
0 commit comments