Skip to content

Commit 8f232e4

Browse files
committed
Release version 3.2 M5 (2021.0.0).
See #3558
1 parent e961d3c commit 8f232e4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.springframework.data</groupId>
77
<artifactId>spring-data-mongodb-parent</artifactId>
8-
<version>3.2.0-SNAPSHOT</version>
8+
<version>3.2.0-M5</version>
99
<packaging>pom</packaging>
1010

1111
<name>Spring Data MongoDB</name>

spring-data-mongodb-benchmarks/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.data</groupId>
99
<artifactId>spring-data-mongodb-parent</artifactId>
10-
<version>3.2.0-SNAPSHOT</version>
10+
<version>3.2.0-M5</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

spring-data-mongodb-distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.data</groupId>
1616
<artifactId>spring-data-mongodb-parent</artifactId>
17-
<version>3.2.0-SNAPSHOT</version>
17+
<version>3.2.0-M5</version>
1818
<relativePath>../pom.xml</relativePath>
1919
</parent>
2020

spring-data-mongodb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.data</groupId>
1313
<artifactId>spring-data-mongodb-parent</artifactId>
14-
<version>3.2.0-SNAPSHOT</version>
14+
<version>3.2.0-M5</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

0 commit comments

Comments
 (0)