Skip to content

Commit bb4ceee

Browse files
committed
v3.2.4
1 parent 4b2cef9 commit bb4ceee

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ChangeLog.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9-
- upgraded dependency arangodb-java-driver 6.6.1
9+
## [3.2.4] - 2020-05-07
10+
11+
- dependencies update
1012

1113
## [3.2.3] - 2019-09-16
1214

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.arangodb</groupId>
66
<artifactId>arangodb-spring-data</artifactId>
7-
<version>3.2.4-SNAPSHOT</version>
7+
<version>3.2.4</version>
88
<inceptionYear>2017</inceptionYear>
99
<packaging>jar</packaging>
1010

@@ -318,12 +318,12 @@
318318
<dependency>
319319
<groupId>com.arangodb</groupId>
320320
<artifactId>velocypack-module-jdk8</artifactId>
321-
<version>1.1.1-SNAPSHOT</version>
321+
<version>1.1.1</version>
322322
</dependency>
323323
<dependency>
324324
<groupId>com.arangodb</groupId>
325325
<artifactId>velocypack-module-joda</artifactId>
326-
<version>1.1.2-SNAPSHOT</version>
326+
<version>1.1.2</version>
327327
</dependency>
328328
<!-- Spring -->
329329
<dependency>

0 commit comments

Comments
 (0)