Skip to content

Commit 429fe72

Browse files
author
a-brandt
committed
new version 2.7.4
1 parent ab210fb commit 429fe72

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

ChangeLog

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
v2.7.4 (2016-XX-XX)
1+
v2.7.4 (2016-04-15)
22
---------------------------
3+
* fixed issue #35 (There is no replaceDocumentRaw similar to createDocumentRaw)
34

45
v2.7.3 (2016-03-25)
56
---------------------------

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

35-
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:
35+
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:
3636

3737
```XML
3838
<repositories>

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

0 commit comments

Comments
 (0)