Skip to content

Commit dc53d7d

Browse files
committed
Release version 5.3.8 (Neumann SR8).
See #2151
1 parent ccae8c2 commit dc53d7d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<groupId>org.springframework.data</groupId>
2020
<artifactId>spring-data-neo4j-parent</artifactId>
21-
<version>5.3.8.BUILD-SNAPSHOT</version>
21+
<version>5.3.8.RELEASE</version>
2222
<packaging>pom</packaging>
2323

2424
<name>Spring Data Neo4j</name>

spring-data-neo4j-distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.data</groupId>
1616
<artifactId>spring-data-neo4j-parent</artifactId>
17-
<version>5.3.8.BUILD-SNAPSHOT</version>
17+
<version>5.3.8.RELEASE</version>
1818
<relativePath>../pom.xml</relativePath>
1919
</parent>
2020

spring-data-neo4j/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.springframework.data</groupId>
2929
<artifactId>spring-data-neo4j-parent</artifactId>
30-
<version>5.3.8.BUILD-SNAPSHOT</version>
30+
<version>5.3.8.RELEASE</version>
3131
<relativePath>../pom.xml</relativePath>
3232
</parent>
3333

0 commit comments

Comments
 (0)