Prepare next development iteration.

See #2001
This commit is contained in:
Mark Paluch
2023-06-16 16:18:42 +02:00
parent 80f31f3813
commit d4f44d5ec2
3 changed files with 19 additions and 7 deletions

View File

@@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId>
<version>2.7.13</version>
<version>2.7.14-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -345,7 +345,7 @@
<dependency>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build-resources</artifactId>
<version>2.7.13</version>
<version>2.7.14-SNAPSHOT</version>
<type>zip</type>
<optional>true</optional>
</dependency>
@@ -638,7 +638,7 @@
<dependency>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build-resources</artifactId>
<version>2.7.13</version>
<version>2.7.14-SNAPSHOT</version>
<type>zip</type>
<optional>true</optional>
</dependency>
@@ -1320,8 +1320,20 @@
</build>
<repositories>
<repository>
<id>spring-snapshot</id>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
<repository>
<id>spring-milestone</id>
<url>https://repo.spring.io/milestone</url>
</repository>
</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>2.7.13</version>
<version>2.7.14-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.7.13</version>
<version>2.7.14-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>