Prepare next development iteration.

See #1973
This commit is contained in:
Mark Paluch
2021-03-17 10:33:56 +01:00
parent ffa31fc632
commit dc9f7e115f
13 changed files with 18 additions and 18 deletions

View File

@@ -5,7 +5,7 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-parent</artifactId>
<version>3.3.8.RELEASE</version>
<version>3.3.9.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring Data REST</name>

View File

@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-parent</artifactId>
<version>3.3.8.RELEASE</version>
<version>3.3.9.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-parent</artifactId>
<version>3.3.8.RELEASE</version>
<version>3.3.9.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-parent</artifactId>
<version>3.3.8.RELEASE</version>
<version>3.3.9.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-data-rest-hal-browser</artifactId>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-parent</artifactId>
<version>3.3.8.RELEASE</version>
<version>3.3.9.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-data-rest-hal-explorer</artifactId>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-parent</artifactId>
<version>3.3.8.RELEASE</version>
<version>3.3.9.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-tests</artifactId>
<version>3.3.8.RELEASE</version>
<version>3.3.9.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -17,7 +17,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-webmvc</artifactId>
<version>3.3.8.RELEASE</version>
<version>3.3.9.BUILD-SNAPSHOT</version>
</dependency>
<dependency>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-tests</artifactId>
<version>3.3.8.RELEASE</version>
<version>3.3.9.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -17,7 +17,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-tests-core</artifactId>
<version>3.3.8.RELEASE</version>
<version>3.3.9.BUILD-SNAPSHOT</version>
<type>test-jar</type>
</dependency>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-tests</artifactId>
<version>3.3.8.RELEASE</version>
<version>3.3.9.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -21,7 +21,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-tests-core</artifactId>
<version>3.3.8.RELEASE</version>
<version>3.3.9.BUILD-SNAPSHOT</version>
<type>test-jar</type>
</dependency>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-tests</artifactId>
<version>3.3.8.RELEASE</version>
<version>3.3.9.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -17,7 +17,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-tests-core</artifactId>
<version>3.3.8.RELEASE</version>
<version>3.3.9.BUILD-SNAPSHOT</version>
<type>test-jar</type>
</dependency>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-tests</artifactId>
<version>3.3.8.RELEASE</version>
<version>3.3.9.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -21,7 +21,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-tests-core</artifactId>
<version>3.3.8.RELEASE</version>
<version>3.3.9.BUILD-SNAPSHOT</version>
<type>test-jar</type>
</dependency>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-tests</artifactId>
<version>3.3.8.RELEASE</version>
<version>3.3.9.BUILD-SNAPSHOT</version>
</parent>
<name>Spring Data REST Tests - Shop</name>

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-parent</artifactId>
<version>3.3.8.RELEASE</version>
<version>3.3.9.BUILD-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>