Skip to content

Commit 228ce90

Browse files
author
mpv1989
committed
prepare release 4.2.6
1 parent 080968e commit 228ce90

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v4.2.6 (2017-10-23)
2+
---------------------------
3+
* issue #151: fixed de-/serialization of negative int values
4+
* exclude junit dependency of json-simple
5+
16
v4.2.5 (2017-10-16)
27
---------------------------
38
* issue #146: added ArangoCollection.exists()

pom.xml

Lines changed: 2 additions & 12 deletions
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>4.2.6-SNAPSHOT</version>
7+
<version>4.2.6</version>
88
<inceptionYear>2016</inceptionYear>
99
<packaging>jar</packaging>
1010

@@ -23,12 +23,11 @@
2323
<properties>
2424
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2525
<slf4j-api.version>1.7.13</slf4j-api.version>
26-
<json-simple.version>1.1.1</json-simple.version>
2726
<logback-classic.version>1.1.3</logback-classic.version>
2827
<hamcrest-all.version>1.3</hamcrest-all.version>
2928
<junit.version>4.12</junit.version>
3029
<httpclient.version>4.5.1</httpclient.version>
31-
<arangodb.velocypack.version>1.0.11</arangodb.velocypack.version>
30+
<arangodb.velocypack.version>1.0.12</arangodb.velocypack.version>
3231
</properties>
3332

3433
<developers>
@@ -213,10 +212,6 @@
213212
<groupId>org.slf4j</groupId>
214213
<artifactId>slf4j-api</artifactId>
215214
</dependency>
216-
<dependency>
217-
<groupId>com.googlecode.json-simple</groupId>
218-
<artifactId>json-simple</artifactId>
219-
</dependency>
220215
<dependency>
221216
<groupId>ch.qos.logback</groupId>
222217
<artifactId>logback-classic</artifactId>
@@ -251,11 +246,6 @@
251246
<artifactId>slf4j-api</artifactId>
252247
<version>${slf4j-api.version}</version>
253248
</dependency>
254-
<dependency>
255-
<groupId>com.googlecode.json-simple</groupId>
256-
<artifactId>json-simple</artifactId>
257-
<version>${json-simple.version}</version>
258-
</dependency>
259249
<dependency>
260250
<groupId>ch.qos.logback</groupId>
261251
<artifactId>logback-classic</artifactId>

0 commit comments

Comments
 (0)