Compare commits

..

4 Commits

Author SHA1 Message Date
Mark Paluch
c70d18a9bb Release version 3.1.14 (2020.0.14).
See #3827
2021-10-18 10:53:51 +02:00
Mark Paluch
465ed26fa5 Prepare 3.1.14 (2020.0.14).
See #3827
2021-10-18 10:53:23 +02:00
Mark Paluch
c4a53bcf65 After release cleanups.
See #3768
2021-09-17 09:04:19 +02:00
Mark Paluch
fde38dae3c Prepare next development iteration.
See #3768
2021-09-17 09:04:15 +02: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.1.13</version>
<version>3.1.14</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.4.13</version>
<version>2.4.14</version>
</parent>
<modules>
@@ -26,7 +26,7 @@
<properties>
<project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id>
<springdata.commons>2.4.13</springdata.commons>
<springdata.commons>2.4.14</springdata.commons>
<mongo>4.1.2</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.1.13</version>
<version>3.1.14</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.1.13</version>
<version>3.1.14</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.1.13</version>
<version>3.1.14</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

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