Skip to content

Commit 52730a5

Browse files
Release version 2.2.13 (Moore SR13).
See #3519
1 parent bf3d118 commit 52730a5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: 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>2.2.13.BUILD-SNAPSHOT</version>
8+
<version>2.2.13.RELEASE</version>
99
<packaging>pom</packaging>
1010

1111
<name>Spring Data MongoDB</name>

Diff for: 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>2.2.13.BUILD-SNAPSHOT</version>
10+
<version>2.2.13.RELEASE</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

Diff for: spring-data-mongodb-distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.data</groupId>
1616
<artifactId>spring-data-mongodb-parent</artifactId>
17-
<version>2.2.13.BUILD-SNAPSHOT</version>
17+
<version>2.2.13.RELEASE</version>
1818
<relativePath>../pom.xml</relativePath>
1919
</parent>
2020

Diff for: spring-data-mongodb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.data</groupId>
1313
<artifactId>spring-data-mongodb-parent</artifactId>
14-
<version>2.2.13.BUILD-SNAPSHOT</version>
14+
<version>2.2.13.RELEASE</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

0 commit comments

Comments
 (0)