Skip to content

Commit 119d8af

Browse files
committed
Prepare next development iteration.
See #1495
1 parent 9eaaa61 commit 119d8af

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

parent/pom.xml

+3-3
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.4.12</version>
29+
<version>2.4.13-SNAPSHOT</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232

@@ -336,7 +336,7 @@
336336
<dependency>
337337
<groupId>org.springframework.data.build</groupId>
338338
<artifactId>spring-data-build-resources</artifactId>
339-
<version>2.4.12</version>
339+
<version>2.4.13-SNAPSHOT</version>
340340
<type>zip</type>
341341
<optional>true</optional>
342342
</dependency>
@@ -659,7 +659,7 @@
659659
<dependency>
660660
<groupId>org.springframework.data.build</groupId>
661661
<artifactId>spring-data-build-resources</artifactId>
662-
<version>2.4.12</version>
662+
<version>2.4.13-SNAPSHOT</version>
663663
<type>zip</type>
664664
<optional>true</optional>
665665
</dependency>

pom.xml

+1-1
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.4.12</version>
7+
<version>2.4.13-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>Spring Data Build</name>

resources/pom.xml

+1-1
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.4.12</version>
11+
<version>2.4.13-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)