Release version 4.4.1 (2024.1.1).

See #4834
This commit is contained in:
Christoph Strobl
2024-12-13 09:34:47 +01:00
parent 95af39d071
commit ba95a2f23f
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>4.4.1-SNAPSHOT</version>
<version>4.4.1</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>4.4.1-SNAPSHOT</version>
<version>4.4.1</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.4.1-SNAPSHOT</version>
<version>4.4.1</version>
<relativePath>../pom.xml</relativePath>
</parent>