Skip to content

Commit 575abb4

Browse files
committed
#113 - Prepare next development iteration.
1 parent 797d5f6 commit 575abb4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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>Fowler-M1</version>
7+
<version>Fowler-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>1.6.0.M1</version>
13+
<version>1.6.0.BUILD-SNAPSHOT</version>
1414
</parent>
1515

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

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.springframework.data.build</groupId>
2929
<artifactId>spring-data-build</artifactId>
30-
<version>1.6.0.M1</version>
30+
<version>1.6.0.BUILD-SNAPSHOT</version>
3131
<relativePath>../pom.xml</relativePath>
3232
</parent>
3333

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>1.6.0.M1</version>
7+
<version>1.6.0.BUILD-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>1.6.0.M1</version>
11+
<version>1.6.0.BUILD-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)