From 7f1919ed2a151920a448b75b936481701e01f790 Mon Sep 17 00:00:00 2001 From: a-brandt Date: Fri, 22 Jan 2016 09:58:19 +0100 Subject: [PATCH] new version 2.7.2 --- ChangeLog | 2 +- README.md | 4 ++-- pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3d2b58546..c443d6859 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -v2.7.2 (2016-XX-XX) +v2.7.2 (2016-01-22) --------------------------- * added executeAqlQueryRaw(...). Example src/test/java/com/arangodb/example/document/RawDocumentExample.java diff --git a/README.md b/README.md index b2dedf4c5..f15a2ed25 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,13 @@ To add the driver to your project with maven, add the following code to your pom com.arangodb arangodb-java-driver - 2.7.1 + 2.7.2 .... ``` -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: +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: ```XML diff --git a/pom.xml b/pom.xml index aadb07329..e2486aeb3 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.arangodb arangodb-java-driver - 2.7.2-SNAPSHOT + 2.7.2 2012 jar