Release version 4.3.4 (2024.0.4).

See #4770
This commit is contained in:
Jens Schauder
2024-09-13 11:36:54 +02:00
parent b60d42b234
commit f5b11e1505
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.4-SNAPSHOT</version>
<version>4.3.4</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.4-SNAPSHOT</version>
<version>4.3.4</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.4-SNAPSHOT</version>
<version>4.3.4</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.4-SNAPSHOT</version>
<version>4.3.4</version>
<relativePath>../pom.xml</relativePath>
</parent>