We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ab54f commit 725d076Copy full SHA for 725d076
ChangeLog
@@ -1,4 +1,4 @@
1
-v3.0.3 (2016-XX-XX)
+v3.0.3 (2016-09-12)
2
---------------------------
3
* added error handling in getBatchResponseByRequestId()
4
* added function createPersistentIndex() (issue #48)
README.md
@@ -33,7 +33,7 @@ ArangoDB 3.0.X
33
<dependency>
34
<groupId>com.arangodb</groupId>
35
<artifactId>arangodb-java-driver</artifactId>
36
- <version>3.0.0</version>
+ <version>3.0.3</version>
37
</dependency>
38
....
39
</dependencies>
pom.xml
@@ -4,7 +4,7 @@
5
6
7
- <version>3.0.3-SNAPSHOT</version>
8
<inceptionYear>2012</inceptionYear>
9
<packaging>jar</packaging>
10
0 commit comments