Skip to content

Commit f5359d5

Browse files
committed
Release version 4.4.4 (2024.1.4).
See #4897
1 parent 8cae50e commit f5359d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.4.4-SNAPSHOT</version>
8+
<version>4.4.4</version>
99
<packaging>pom</packaging>
1010

1111
<name>Spring Data MongoDB</name>

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.4.4-SNAPSHOT</version>
18+
<version>4.4.4</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.4.4-SNAPSHOT</version>
16+
<version>4.4.4</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919

0 commit comments

Comments
 (0)