Skip to content

Commit 268d1bf

Browse files
committed
Prepare next development iteration.
See #1649
1 parent f6636ab commit 268d1bf

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
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.springframework.data.build</groupId>
2828
<artifactId>spring-data-build</artifactId>
29-
<version>2.5.10</version>
29+
<version>2.5.11-SNAPSHOT</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232

@@ -342,7 +342,7 @@
342342
<dependency>
343343
<groupId>org.springframework.data.build</groupId>
344344
<artifactId>spring-data-build-resources</artifactId>
345-
<version>2.5.10</version>
345+
<version>2.5.11-SNAPSHOT</version>
346346
<type>zip</type>
347347
<optional>true</optional>
348348
</dependency>
@@ -665,7 +665,7 @@
665665
<dependency>
666666
<groupId>org.springframework.data.build</groupId>
667667
<artifactId>spring-data-build-resources</artifactId>
668-
<version>2.5.10</version>
668+
<version>2.5.11-SNAPSHOT</version>
669669
<type>zip</type>
670670
<optional>true</optional>
671671
</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.5.10</version>
7+
<version>2.5.11-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.5.10</version>
11+
<version>2.5.11-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)