Release version 2.7 RC1 (2021.2.0).

See #1683
This commit is contained in:
Christoph Strobl
2022-04-19 11:10:52 +02:00
parent 0574b70665
commit 5ef47d73af
3 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0-RC1</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -684,7 +684,7 @@
<dependency>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build-resources</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0-RC1</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.7.0-SNAPSHOT</version>
<version>2.7.0-RC1</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.7.0-SNAPSHOT</version>
<version>2.7.0-RC1</version>
<relativePath>../pom.xml</relativePath>
</parent>