Skip to content

Commit 4f52cc2

Browse files
committed
#1090 - Prepare next development iteration.
1 parent 5261e72 commit 4f52cc2

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

bom-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.springframework.data</groupId>
1111
<artifactId>spring-data-releasetrain</artifactId>
12-
<version>Neumann-RELEASE</version>
12+
<version>Neumann-BUILD-SNAPSHOT</version>
1313
<relativePath>../bom</relativePath>
1414
</parent>
1515

bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.springframework.data</groupId>
66
<artifactId>spring-data-releasetrain</artifactId>
7-
<version>Neumann-RELEASE</version>
7+
<version>Neumann-BUILD-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<parent>
1111
<groupId>org.springframework.data.build</groupId>
1212
<artifactId>spring-data-build</artifactId>
13-
<version>2.3.0.RELEASE</version>
13+
<version>2.4.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<name>Spring Data Release Train - BOM</name>

parent/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.springframework.data.build</groupId>
2828
<artifactId>spring-data-build</artifactId>
29-
<version>2.3.0.RELEASE</version>
29+
<version>2.4.0-SNAPSHOT</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232

@@ -347,7 +347,7 @@
347347
<dependency>
348348
<groupId>org.springframework.data.build</groupId>
349349
<artifactId>spring-data-build-resources</artifactId>
350-
<version>2.3.0.RELEASE</version>
350+
<version>2.4.0-SNAPSHOT</version>
351351
<type>zip</type>
352352
<optional>true</optional>
353353
</dependency>
@@ -736,7 +736,7 @@
736736
<dependency>
737737
<groupId>org.springframework.data.build</groupId>
738738
<artifactId>spring-data-build-resources</artifactId>
739-
<version>2.3.0.RELEASE</version>
739+
<version>2.4.0-SNAPSHOT</version>
740740
<type>zip</type>
741741
<optional>true</optional>
742742
</dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.springframework.data.build</groupId>
66
<artifactId>spring-data-build</artifactId>
7-
<version>2.3.0.RELEASE</version>
7+
<version>2.4.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>Spring Data Build</name>

resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.data.build</groupId>
1010
<artifactId>spring-data-build</artifactId>
11-
<version>2.3.0.RELEASE</version>
11+
<version>2.4.0-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)