Skip to content

Commit 07ceff4

Browse files
author
Jan Steemann
committed
updated README.md
1 parent 404083b commit 07ceff4

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11

22
This library is a Java driver for ArangoDB.
33

4-
Supported version: ArangoDB-2.4.x
4+
Supported version: ArangoDB-2.4.x or ArangoDB 2.5.x
55

66
# Required
77

8-
* [ArangoDB](https://github.com/triAGENS/ArangoDB) version 2.4.x
8+
* [ArangoDB](https://github.com/arangodb/arangodb) version 2.4.x or 2.5.x
99
* Java 1.6 later
1010

1111

1212
# Basics
1313

1414
## Maven
1515

16-
To add the driver to your project with maven, add the following code to your pom.xml:
16+
To add the driver to your project with maven, add the following code to your pom.xml
17+
(please use a driver with a version number compatible to your ArangoDB server's version):
1718

1819
```XML
1920
<dependencies>
@@ -349,10 +350,13 @@ Now an edge can be created to set a relation between vertices
349350
null);
350351
```
351352

352-
# What's new in 2.4
353+
# What's new in 2.4 / 2.5
353354

354355
## since 2.4.1
355356
httpclient version 4.3.6
356357

357358
## since 2.4.2
358359
Fixed issue#2
360+
361+
## since 2.5.0
362+
Added support for sparse indexes

0 commit comments

Comments
 (0)