Prepare next development iteration.

See #2151
This commit is contained in:
Mark Paluch
2021-03-17 10:33:55 +01:00
parent dc53d7d922
commit 91fb3327cf
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j-parent</artifactId>
<version>5.3.8.RELEASE</version>
<version>5.3.9.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring Data Neo4j</name>

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j-parent</artifactId>
<version>5.3.8.RELEASE</version>
<version>5.3.9.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -27,7 +27,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j-parent</artifactId>
<version>5.3.8.RELEASE</version>
<version>5.3.9.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>