Release version 3.1.5 (2023.0.5).

See #2117
This commit is contained in:
John Blum
2023-10-13 08:01:14 -07:00
parent c8b007b016
commit aa6bea8a27
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>3.1.5-SNAPSHOT</version>
<version>3.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -574,7 +574,7 @@
<dependency>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build-resources</artifactId>
<version>3.1.5-SNAPSHOT</version>
<version>3.1.5</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>3.1.5-SNAPSHOT</version>
<version>3.1.5</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>3.1.5-SNAPSHOT</version>
<version>3.1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>