File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
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)
@@ -10,6 +10,8 @@ v4.1.8 (2017-02-xx)
1010* added ArangoCollection.drop(isSystem)
1111* improved ArangoDBException with responseCode, errorNum, errorMessage
1212* changed ArangoCollection.deleteDocuments() to work with keys and documents
13+ * fixed URL encoding bug (#97)
14+ * fixed update/replaceDocumets with Json (#98)
1315
1416v4.1.7 (2017-01-26)
1517---------------------------
Original file line number Diff line number Diff line change 44
55 <groupId >com.arangodb</groupId >
66 <artifactId >arangodb-java-driver-async</artifactId >
7- <version >4.1.8-SNAPSHOT </version >
7+ <version >4.1.8</version >
88 <inceptionYear >2016</inceptionYear >
99 <packaging >jar</packaging >
1010
2222
2323 <properties >
2424 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
25+ <arangodb-java-driver .version>${project.version} </arangodb-java-driver .version>
26+ <logback-classic .version>1.1.3</logback-classic .version>
27+ <hamcrest-all .version>1.3</hamcrest-all .version>
28+ <junit .version>4.12</junit .version>
2529 </properties >
2630
2731 <developers >
211215 <dependency >
212216 <groupId >com.arangodb</groupId >
213217 <artifactId >arangodb-java-driver</artifactId >
214- <version >4.1.7 </version >
218+ <version >${arangodb-java-driver.version} </version >
215219 </dependency >
216220 <dependency >
217221 <groupId >ch.qos.logback</groupId >
218222 <artifactId >logback-classic</artifactId >
219- <version >1.1.3 </version >
223+ <version >${logback-classic.version} </version >
220224 </dependency >
221225 <dependency >
222226 <groupId >junit</groupId >
223227 <artifactId >junit</artifactId >
224- <version >4.12 </version >
228+ <version >${junit.version} </version >
225229 </dependency >
226230 <dependency >
227231 <groupId >org.hamcrest</groupId >
228232 <artifactId >hamcrest-all</artifactId >
229- <version >1.3 </version >
233+ <version >${hamcrest-all.version} </version >
230234 </dependency >
231235 </dependencies >
232236 </dependencyManagement >
You can’t perform that action at this time.
0 commit comments