Skip to content

Commit 92a09c7

Browse files
author
Mark
committed
prepare release 4.1.8
1 parent f23e5cb commit 92a09c7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v4.1.8 (2017-02-xx)
1+
v4.1.8 (2017-02-03)
22
---------------------------
33
* changed java.util.Date serialization from VPack.date to VPack.string (ISO 8601)
44
* changed java.sql.Date serialization from VPack.date to VPack.string (ISO 8601)

Diff for: pom.xml

+3-2
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.1.8-SNAPSHOT</version>
7+
<version>4.1.8</version>
88
<inceptionYear>2016</inceptionYear>
99
<packaging>jar</packaging>
1010

@@ -23,6 +23,7 @@
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>
2627
<logback-classic.version>1.1.3</logback-classic.version>
2728
<hamcrest-all.version>1.3</hamcrest-all.version>
2829
<junit.version>4.12</junit.version>
@@ -230,7 +231,7 @@
230231
<dependency>
231232
<groupId>com.googlecode.json-simple</groupId>
232233
<artifactId>json-simple</artifactId>
233-
<version>1.1.1</version>
234+
<version>${json-simple.version}</version>
234235
</dependency>
235236
<dependency>
236237
<groupId>ch.qos.logback</groupId>

0 commit comments

Comments
 (0)