Skip to content

Commit 3b44d10

Browse files
committed
Release version 4.3.9 (2024.0.9).
See #4880
1 parent e2b65c4 commit 3b44d10

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.springframework.data</groupId>
77
<artifactId>spring-data-mongodb-parent</artifactId>
8-
<version>4.3.9-SNAPSHOT</version>
8+
<version>4.3.9</version>
99
<packaging>pom</packaging>
1010

1111
<name>Spring Data MongoDB</name>

spring-data-mongodb-benchmarks/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.data</groupId>
99
<artifactId>spring-data-mongodb-parent</artifactId>
10-
<version>4.3.9-SNAPSHOT</version>
10+
<version>4.3.9</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

spring-data-mongodb-distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.data</groupId>
1717
<artifactId>spring-data-mongodb-parent</artifactId>
18-
<version>4.3.9-SNAPSHOT</version>
18+
<version>4.3.9</version>
1919
<relativePath>../pom.xml</relativePath>
2020
</parent>
2121

spring-data-mongodb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.data</groupId>
1515
<artifactId>spring-data-mongodb-parent</artifactId>
16-
<version>4.3.9-SNAPSHOT</version>
16+
<version>4.3.9</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919

0 commit comments

Comments
 (0)