Skip to content

Commit ccae8c2

Browse files
committed
Prepare 5.3.8 (Neumann SR8).
See #2151
1 parent f378368 commit ccae8c2

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.springframework.data.build</groupId>
3030
<artifactId>spring-data-parent</artifactId>
31-
<version>2.3.8.BUILD-SNAPSHOT</version>
31+
<version>2.3.8.RELEASE</version>
3232
</parent>
3333

3434
<modules>
@@ -42,7 +42,7 @@
4242
<project.type>multi</project.type>
4343

4444
<neo4j.ogm.version>3.2.20</neo4j.ogm.version>
45-
<springdata.commons>2.3.8.BUILD-SNAPSHOT</springdata.commons>
45+
<springdata.commons>2.3.8.RELEASE</springdata.commons>
4646
</properties>
4747

4848
<developers>
@@ -197,8 +197,8 @@
197197

198198
<repositories>
199199
<repository>
200-
<id>spring-libs-snapshot</id>
201-
<url>https://repo.spring.io/libs-snapshot</url>
200+
<id>spring-libs-release</id>
201+
<url>https://repo.spring.io/libs-release</url>
202202
</repository>
203203
</repositories>
204204

src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Neo4j 5.3.7 (Neumann SR7)
1+
Spring Data Neo4j 5.3.8 (Neumann SR8)
22
Copyright 2011-2021 the original author or authors.
33

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

2727

2828

29+

0 commit comments

Comments
 (0)