Release version 3.4.1 (2021.2.1).

See #4053
This commit is contained in:
Mark Paluch
2022-06-20 11:29:29 +02:00
parent f35392f6dd
commit 46b54da74b
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>3.4.1-SNAPSHOT</version>
<version>3.4.1</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>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

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

View File

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