Release version 2.5.8 (2021.0.8).

See #1588
This commit is contained in:
Christoph Strobl
2022-01-14 09:47:47 +01:00
parent 4ccd0971f4
commit 861d9f0671
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.5.8-SNAPSHOT</version>
<version>2.5.8</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -661,7 +661,7 @@
<dependency>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build-resources</artifactId>
<version>2.5.8-SNAPSHOT</version>
<version>2.5.8</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.5.8-SNAPSHOT</version>
<version>2.5.8</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.5.8-SNAPSHOT</version>
<version>2.5.8</version>
<relativePath>../pom.xml</relativePath>
</parent>