From 285a56b18bf5a8db1da9717878351a1d1980018a Mon Sep 17 00:00:00 2001 From: a-brandt Date: Thu, 21 Jan 2016 16:15:11 +0100 Subject: [PATCH] new version 2.7.1 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a5903dd87..b2dedf4c5 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.0 + 2.7.1 .... ``` -If you want to test with a snapshot version (e.g. 2.7.1-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.2-SNAPSHOT), add the staging repository of oss.sonatype.org to your pom.xml: ```XML diff --git a/pom.xml b/pom.xml index 497f84b40..69e0eb8b8 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.arangodb arangodb-java-driver - 2.7.1-SNAPSHOT + 2.7.1 2012 jar