Skip to content

Commit fc085fb

Browse files
committed
DATAGRAPH-1413 - Prepare 5.1.21 (Lovelace SR21).
1 parent a6e7c3d commit fc085fb

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>org.springframework.data.build</groupId>
3131
<artifactId>spring-data-parent</artifactId>
32-
<version>2.1.21.BUILD-SNAPSHOT</version>
32+
<version>2.1.21.RELEASE</version>
3333
</parent>
3434

3535
<modules>
@@ -46,7 +46,7 @@
4646
<nohttp.version>0.0.3.RELEASE</nohttp.version>
4747
<maven-checkstyle-plugin.version>3.1.0</maven-checkstyle-plugin.version>
4848
<neo4j.ogm.version>3.1.22</neo4j.ogm.version>
49-
<springdata.commons>2.1.21.BUILD-SNAPSHOT</springdata.commons>
49+
<springdata.commons>2.1.21.RELEASE</springdata.commons>
5050
</properties>
5151

5252
<developers>
@@ -201,8 +201,8 @@
201201

202202
<repositories>
203203
<repository>
204-
<id>spring-libs-snapshot</id>
205-
<url>https://repo.spring.io/libs-snapshot</url>
204+
<id>spring-libs-release</id>
205+
<url>https://repo.spring.io/libs-release</url>
206206
</repository>
207207
</repositories>
208208

src/main/resources/notice.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Neo4j 5.1.20 (Lovelace SR20)
1+
Spring Data Neo4j 5.1.21 (Lovelace SR21)
22
Copyright 2011-2020 the original author or authors.
33

44
Licensed under the Apache License, Version 2.0 (the "License");
@@ -19,3 +19,4 @@ limitations under the License.
1919

2020

2121

22+

0 commit comments

Comments
 (0)