Prepare next development iteration.

See #1897
This commit is contained in:
Mark Paluch
2023-02-17 11:02:24 +01:00
parent 4223fcf772
commit f1348fbff4
3 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@
<parent> <parent>
<groupId>org.springframework.data.build</groupId> <groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId> <artifactId>spring-data-build</artifactId>
<version>3.0.2</version> <version>3.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
@@ -282,7 +282,7 @@
<dependency> <dependency>
<groupId>org.springframework.data.build</groupId> <groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build-resources</artifactId> <artifactId>spring-data-build-resources</artifactId>
<version>3.0.2</version> <version>3.0.3-SNAPSHOT</version>
<type>zip</type> <type>zip</type>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
@@ -567,7 +567,7 @@
<dependency> <dependency>
<groupId>org.springframework.data.build</groupId> <groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build-resources</artifactId> <artifactId>spring-data-build-resources</artifactId>
<version>3.0.2</version> <version>3.0.3-SNAPSHOT</version>
<type>zip</type> <type>zip</type>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.data.build</groupId> <groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId> <artifactId>spring-data-build</artifactId>
<version>3.0.2</version> <version>3.0.3-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Spring Data Build</name> <name>Spring Data Build</name>

View File

@@ -8,7 +8,7 @@
<parent> <parent>
<groupId>org.springframework.data.build</groupId> <groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId> <artifactId>spring-data-build</artifactId>
<version>3.0.2</version> <version>3.0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>