Prepare next development iteration.

See #2428
This commit is contained in:
Mark Paluch
2024-11-19 10:10:08 +01:00
parent 18489af150
commit c659b1c888
3 changed files with 7 additions and 7 deletions

View File

@@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId>
<version>3.5.0</version>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -417,7 +417,7 @@
<dependency>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build-resources</artifactId>
<version>3.5.0</version>
<version>4.0.0-SNAPSHOT</version>
<type>zip</type>
<optional>true</optional>
</dependency>
@@ -725,7 +725,7 @@
<dependency>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build-resources</artifactId>
<version>3.5.0</version>
<version>4.0.0-SNAPSHOT</version>
<type>zip</type>
<optional>true</optional>
</dependency>
@@ -1503,8 +1503,8 @@
</build>
<repositories>
</repositories>
</project>

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId>
<version>3.5.0</version>
<version>4.0.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>3.5.0</version>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>