Prepare next development iteration.

See #923
This commit is contained in:
Mark Paluch
2021-03-17 10:33:55 +01:00
parent 54b72e36f4
commit 7df91295ec
4 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-relational-parent</artifactId>
<version>2.0.8.RELEASE</version>
<version>2.0.9.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring Data Relational Parent</name>

View File

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

View File

@@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-data-jdbc</artifactId>
<version>2.0.8.RELEASE</version>
<version>2.0.9.BUILD-SNAPSHOT</version>
<name>Spring Data JDBC</name>
<description>Spring Data module for JDBC repositories.</description>
@@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-relational-parent</artifactId>
<version>2.0.8.RELEASE</version>
<version>2.0.9.BUILD-SNAPSHOT</version>
</parent>
<properties>

View File

@@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-data-relational</artifactId>
<version>2.0.8.RELEASE</version>
<version>2.0.9.BUILD-SNAPSHOT</version>
<name>Spring Data Relational</name>
<description>Spring Data Relational support</description>
@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-relational-parent</artifactId>
<version>2.0.8.RELEASE</version>
<version>2.0.9.BUILD-SNAPSHOT</version>
</parent>
<properties>