File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- v4.1.8 (2017-02-xx )
1
+ v4.1.8 (2017-02-03 )
2
2
---------------------------
3
3
* changed java.util.Date serialization from VPack.date to VPack.string (ISO 8601)
4
4
* changed java.sql.Date serialization from VPack.date to VPack.string (ISO 8601)
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.arangodb</groupId >
6
6
<artifactId >arangodb-java-driver</artifactId >
7
- <version >4.1.8-SNAPSHOT </version >
7
+ <version >4.1.8</version >
8
8
<inceptionYear >2016</inceptionYear >
9
9
<packaging >jar</packaging >
10
10
23
23
<properties >
24
24
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
25
25
<slf4j-api .version>1.7.13</slf4j-api .version>
26
+ <json-simple .version>1.1.1</json-simple .version>
26
27
<logback-classic .version>1.1.3</logback-classic .version>
27
28
<hamcrest-all .version>1.3</hamcrest-all .version>
28
29
<junit .version>4.12</junit .version>
230
231
<dependency >
231
232
<groupId >com.googlecode.json-simple</groupId >
232
233
<artifactId >json-simple</artifactId >
233
- <version >1.1.1 </version >
234
+ <version >${json-simple.version} </version >
234
235
</dependency >
235
236
<dependency >
236
237
<groupId >ch.qos.logback</groupId >
You can’t perform that action at this time.
0 commit comments