Skip to content

Commit 1bb8c55

Browse files
committed
v3.2.5
1 parent 6d428bf commit 1bb8c55

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog.md

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

77
## [Unreleased]
88

9+
## [3.2.5] - 2020-05-14
10+
11+
- set `org.springframework.data.build:spring-data-parent` as parent project
12+
- added `org.springframework.boot:spring-boot-dependencies` to dependency management
13+
914
## [3.2.4] - 2020-05-07
1015

1116
- dependencies update

pom.xml

+1-1
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.5-SNAPSHOT</version>
7+
<version>3.2.5</version>
88
<inceptionYear>2017</inceptionYear>
99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)