Release version 5.0 M3 (2025.1.0).

See #4956
This commit is contained in:
Mark Paluch
2025-05-16 14:16:17 +02:00
parent 4ff7a30de1
commit 614c1b2eef
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-M3</version>
<packaging>pom</packaging>
<name>Spring Data MongoDB</name>

View File

@@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-M3</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-M3</version>
<relativePath>../pom.xml</relativePath>
</parent>