Skip to content

Commit 74c5453

Browse files
author
Achim Brandt
committed
startet 2.7.4-SNAPSHOT
1 parent ad015ed commit 74c5453

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v2.7.4 (2016-XX-XX)
2+
---------------------------
3+
14
v2.7.3 (2016-03-25)
25
---------------------------
36
* batch driver performance fix

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ To add the driver to your project with maven, add the following code to your pom
2626
<dependency>
2727
<groupId>com.arangodb</groupId>
2828
<artifactId>arangodb-java-driver</artifactId>
29-
<version>2.7.2</version>
29+
<version>2.7.3</version>
3030
</dependency>
3131
....
3232
</dependencies>
3333
```
3434

35-
If you want to test with a snapshot version (e.g. 2.7.3-SNAPSHOT), add the staging repository of oss.sonatype.org to your pom.xml:
35+
If you want to test with a snapshot version (e.g. 2.7.4-SNAPSHOT), add the staging repository of oss.sonatype.org to your pom.xml:
3636

3737
```XML
3838
<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.7.3</version>
7+
<version>2.7.4-SNAPSHOT</version>
88
<inceptionYear>2012</inceptionYear>
99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)