Skip to content

Commit

Permalink
new version 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
a-brandt committed Jan 21, 2016
1 parent ac0d119 commit 285a56b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ To add the driver to your project with maven, add the following code to your pom
<dependency>
<groupId>com.arangodb</groupId>
<artifactId>arangodb-java-driver</artifactId>
<version>2.7.0</version>
<version>2.7.1</version>
</dependency>
....
</dependencies>
```

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
<repositories>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.arangodb</groupId>
<artifactId>arangodb-java-driver</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.7.1</version>
<inceptionYear>2012</inceptionYear>
<packaging>jar</packaging>

Expand Down

0 comments on commit 285a56b

Please sign in to comment.