Skip to content

Commit

Permalink
new version 2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
a-brandt committed Apr 15, 2016
1 parent ab210fb commit 429fe72
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
v2.7.4 (2016-XX-XX)
v2.7.4 (2016-04-15)
---------------------------
* fixed issue #35 (There is no replaceDocumentRaw similar to createDocumentRaw)

v2.7.3 (2016-03-25)
---------------------------
Expand Down
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.3</version>
<version>2.7.4</version>
</dependency>
....
</dependencies>
```

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:
If you want to test with a snapshot version (e.g. 2.7.5-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.4-SNAPSHOT</version>
<version>2.7.4</version>
<inceptionYear>2012</inceptionYear>
<packaging>jar</packaging>

Expand Down

0 comments on commit 429fe72

Please sign in to comment.