Skip to content

Commit 7f1919e

Browse files
author
a-brandt
committed
new version 2.7.2
1 parent 0ad84fa commit 7f1919e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v2.7.2 (2016-XX-XX)
1+
v2.7.2 (2016-01-22)
22
---------------------------
33
* added executeAqlQueryRaw(...). Example src/test/java/com/arangodb/example/document/RawDocumentExample.java
44

Diff for: README.md

+2-2
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.1</version>
29+
<version>2.7.2</version>
3030
</dependency>
3131
....
3232
</dependencies>
3333
```
3434

35-
If you want to test with a snapshot version (e.g. 2.7.2-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.3-SNAPSHOT), add the staging repository of oss.sonatype.org to your pom.xml:
3636

3737
```XML
3838
<repositories>

Diff for: pom.xml

+1-1
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.2-SNAPSHOT</version>
7+
<version>2.7.2</version>
88
<inceptionYear>2012</inceptionYear>
99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)