Skip to content

Commit fe7e3dc

Browse files
committed
Prepare next development iteration.
See #2086
1 parent 26729e9 commit fe7e3dc

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

@@ -397,7 +397,7 @@
397397
<dependency>
398398
<groupId>org.springframework.data.build</groupId>
399399
<artifactId>spring-data-build-resources</artifactId>
400-
<version>3.2.0-M3</version>
400+
<version>3.2.0-SNAPSHOT</version>
401401
<type>zip</type>
402402
<optional>true</optional>
403403
</dependency>
@@ -690,7 +690,7 @@
690690
<dependency>
691691
<groupId>org.springframework.data.build</groupId>
692692
<artifactId>spring-data-build-resources</artifactId>
693-
<version>3.2.0-M3</version>
693+
<version>3.2.0-SNAPSHOT</version>
694694
<type>zip</type>
695695
<optional>true</optional>
696696
</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.2.0-M3</version>
7+
<version>3.2.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.2.0-M3</version>
11+
<version>3.2.0-SNAPSHOT</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)