Skip to content

Commit 3a042e0

Browse files
committed
v6.9.0
1 parent 9d76f94 commit 3a042e0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [6.9.0] - 2021-02-04
10+
911
- added `com.arangodb.mapping.ArangoJack` to replace `com.arangodb.jackson.dataformat.velocypack.VelocyJack` (from
1012
`com.arangodb:jackson-dataformat-velocypack`)
1113

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.arangodb</groupId>
77
<artifactId>arangodb-java-driver</artifactId>
8-
<version>6.9.0-SNAPSHOT</version>
8+
<version>6.9.0</version>
99
<inceptionYear>2016</inceptionYear>
1010
<packaging>jar</packaging>
1111

@@ -226,7 +226,7 @@
226226
<dependency>
227227
<groupId>com.arangodb</groupId>
228228
<artifactId>jackson-dataformat-velocypack</artifactId>
229-
<version>1.0.0-SNAPSHOT</version>
229+
<version>1.0.0</version>
230230
</dependency>
231231
<dependency>
232232
<groupId>org.apache.httpcomponents</groupId>

0 commit comments

Comments
 (0)