File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 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 )
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)
Original file line number Diff line number Diff line change 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
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>
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 >
You can’t perform that action at this time.
0 commit comments