Skip to content

Commit ca069ed

Browse files
committed
Prepare next development iteration.
See #1776
1 parent 1b593a8 commit ca069ed

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

@@ -282,7 +282,7 @@
282282
<dependency>
283283
<groupId>org.springframework.data.build</groupId>
284284
<artifactId>spring-data-build-resources</artifactId>
285-
<version>3.0.0-M6</version>
285+
<version>3.0.0-SNAPSHOT</version>
286286
<type>zip</type>
287287
<optional>true</optional>
288288
</dependency>
@@ -565,7 +565,7 @@
565565
<dependency>
566566
<groupId>org.springframework.data.build</groupId>
567567
<artifactId>spring-data-build-resources</artifactId>
568-
<version>3.0.0-M6</version>
568+
<version>3.0.0-SNAPSHOT</version>
569569
<type>zip</type>
570570
<optional>true</optional>
571571
</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>3.0.0-M6</version>
7+
<version>3.0.0-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>3.0.0-M6</version>
11+
<version>3.0.0-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)