#1180 - Prepare next development iteration.

This commit is contained in:
Christoph Strobl
2020-10-14 14:48:45 +02:00
parent fc75314598
commit bca3c009ef
3 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId>
<version>2.4.0-RC2</version>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -334,7 +334,7 @@
<dependency>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build-resources</artifactId>
<version>2.4.0-RC2</version>
<version>2.4.0-SNAPSHOT</version>
<type>zip</type>
<optional>true</optional>
</dependency>
@@ -656,7 +656,7 @@
<dependency>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build-resources</artifactId>
<version>2.4.0-RC2</version>
<version>2.4.0-SNAPSHOT</version>
<type>zip</type>
<optional>true</optional>
</dependency>

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId>
<version>2.4.0-RC2</version>
<version>2.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring Data Build</name>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId>
<version>2.4.0-RC2</version>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>