Prepare 4.3.13 (2024.0.13).

See #4972
This commit is contained in:
Mark Paluch
2025-06-13 10:15:41 +02:00
parent 271e93f2b9
commit 8cff10787f
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.3.13-SNAPSHOT</version>
<version>3.3.13</version>
</parent>
<modules>
@@ -26,7 +26,7 @@
<properties>
<project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id>
<springdata.commons>3.3.13-SNAPSHOT</springdata.commons>
<springdata.commons>3.3.13</springdata.commons>
<mongo>5.0.1</mongo>
<mongo.reactivestreams>${mongo}</mongo.reactivestreams>
<jmh.version>1.19</jmh.version>
@@ -151,20 +151,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.3.12 (2024.0.12)
Spring Data MongoDB 4.3.13 (2024.0.13)
Copyright (c) [2010-2019] Pivotal Software, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -66,5 +66,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.