Prepare 4.2.7 (2023.1.7).

See #4700
This commit is contained in:
Mark Paluch
2024-06-14 10:04:04 +02:00
parent 8e4e1d5a8e
commit f52f237cf5
2 changed files with 6 additions and 17 deletions

20
pom.xml
View File

@@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.2.7-SNAPSHOT</version>
<version>3.2.7</version>
</parent>
<modules>
@@ -26,7 +26,7 @@
<properties>
<project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id>
<springdata.commons>3.2.7-SNAPSHOT</springdata.commons>
<springdata.commons>3.2.7</springdata.commons>
<mongo>4.11.2</mongo>
<mongo.reactivestreams>${mongo}</mongo.reactivestreams>
<jmh.version>1.19</jmh.version>
@@ -144,20 +144,8 @@
</dependencies>
<repositories>
<repository>
<id>spring-snapshot</id>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
<repository>
<id>spring-milestone</id>
<url>https://repo.spring.io/milestone</url>
</repository>
</repositories>
</project>

View File

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