Release version 4.3.9 (2024.0.9).

See #4880
This commit is contained in:
Mark Paluch
2025-02-14 09:50:00 +01:00
parent e2b65c486c
commit 3b44d106e4
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb-parent</artifactId>
<version>4.3.9-SNAPSHOT</version>
<version>4.3.9</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>4.3.9-SNAPSHOT</version>
<version>4.3.9</version>
<relativePath>../pom.xml</relativePath>
</parent>