Compare commits

..

4 Commits

Author SHA1 Message Date
Christoph Strobl
50661ae451 Release version 3.2.11 (2021.0.11).
See #4000
2022-04-19 13:48:17 +02:00
Christoph Strobl
83a99f340d Prepare 3.2.11 (2021.0.11).
See #4000
2022-04-19 13:47:41 +02:00
Mark Paluch
6afbc3db03 After release cleanups.
See #3971
2022-03-21 14:34:34 +01:00
Mark Paluch
4212609e70 Prepare next development iteration.
See #3971
2022-03-21 14:34:32 +01:00
5 changed files with 8 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-parent</artifactId>
<version>3.2.10</version>
<version>3.2.11</version>
<packaging>pom</packaging>
<name>Spring Data MongoDB</name>
@@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.5.10</version>
<version>2.5.11</version>
</parent>
<modules>
@@ -26,7 +26,7 @@
<properties>
<project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id>
<springdata.commons>2.5.10</springdata.commons>
<springdata.commons>2.5.11</springdata.commons>
<mongo>4.2.3</mongo>
<mongo.reactivestreams>${mongo}</mongo.reactivestreams>
<jmh.version>1.19</jmh.version>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-parent</artifactId>
<version>3.2.10</version>
<version>3.2.11</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-parent</artifactId>
<version>3.2.10</version>
<version>3.2.11</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-parent</artifactId>
<version>3.2.10</version>
<version>3.2.11</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -1,4 +1,4 @@
Spring Data MongoDB 3.2.10 (2021.0.10)
Spring Data MongoDB 3.2.11 (2021.0.11)
Copyright (c) [2010-2019] Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -35,5 +35,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.