Skip to content

Commit f73cc1d

Browse files
author
Mark
committed
release prepare
1 parent 3cddf41 commit f73cc1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v4.1.0 (2016-10-xx)
1+
v4.1.0 (2016-10-28)
22
---------------------------
33
* changed VelocyStream communication (send protocol header)
44
* added VeloyPack serialization support for java.time.Instant, LocalDate, LocalDateTime

pom.xml

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

55
<groupId>com.arangodb</groupId>
66
<artifactId>arangodb-java-driver-async</artifactId>
7-
<version>4.0.1-SNAPSHOT</version>
7+
<version>4.1.0</version>
88
<inceptionYear>2016</inceptionYear>
99
<packaging>jar</packaging>
1010

@@ -211,7 +211,7 @@
211211
<dependency>
212212
<groupId>com.arangodb</groupId>
213213
<artifactId>arangodb-java-driver</artifactId>
214-
<version>4.1.0-SNAPSHOT</version>
214+
<version>4.1.0</version>
215215
</dependency>
216216
<dependency>
217217
<groupId>ch.qos.logback</groupId>

0 commit comments

Comments
 (0)