Skip to content

Commit 2fd071c

Browse files
mp911deodrotbohm
authored andcommitted
Prepare next development iteration.
See #2428
1 parent 92b6c98 commit 2fd071c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

parent/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.springframework.data.build</groupId>
2727
<artifactId>spring-data-build</artifactId>
28-
<version>3.5.0-SNAPSHOT</version>
28+
<version>4.0.0-SNAPSHOT</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

@@ -414,7 +414,7 @@
414414
<dependency>
415415
<groupId>org.springframework.data.build</groupId>
416416
<artifactId>spring-data-build-resources</artifactId>
417-
<version>3.5.0-SNAPSHOT</version>
417+
<version>4.0.0-SNAPSHOT</version>
418418
<type>zip</type>
419419
<optional>true</optional>
420420
</dependency>
@@ -722,7 +722,7 @@
722722
<dependency>
723723
<groupId>org.springframework.data.build</groupId>
724724
<artifactId>spring-data-build-resources</artifactId>
725-
<version>3.5.0-SNAPSHOT</version>
725+
<version>4.0.0-SNAPSHOT</version>
726726
<type>zip</type>
727727
<optional>true</optional>
728728
</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>3.5.0-SNAPSHOT</version>
7+
<version>4.0.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>3.5.0-SNAPSHOT</version>
11+
<version>4.0.0-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)