Skip to content

Commit ea67ce4

Browse files
author
Jan Steemann
committed
updated version numbers
1 parent 62b6bd9 commit ea67ce4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

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

22
This library is a Java driver for ArangoDB.
33

4-
Support version: ArangoDB-2.2.x
4+
Supported version: ArangoDB-2.3.x, and ArangoDB-2.4.x
55

66
# Required
77

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

1111

@@ -20,13 +20,13 @@ To add the driver to your project with maven, add the following code to your pom
2020
<dependency>
2121
<groupId>com.arangodb</groupId>
2222
<artifactId>arangodb-java-driver</artifactId>
23-
<version>[2.2-SNAPSHOT,2.2]</version>
23+
<version>[2.3-SNAPSHOT,2.3]</version>
2424
</dependency>
2525
....
2626
</dependencies>
2727
```
2828

29-
If you want to test with a snapshot version (e.g. 2.2-SNAPSHOT), add the staging repository of oss.sonatype.org to your pom.xml:
29+
If you want to test with a snapshot version (e.g. 2.3-SNAPSHOT), add the staging repository of oss.sonatype.org to your pom.xml:
3030

3131
```XML
3232
<repositories>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.arangodb</groupId>
66
<artifactId>arangodb-java-driver</artifactId>
7-
<version>2.2-SNAPSHOT</version>
7+
<version>2.3-SNAPSHOT</version>
88
<inceptionYear>2012</inceptionYear>
99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)