Skip to content

Commit 4d3c550

Browse files
DATAMONGO-2115 - Prepare issue branch.
1 parent da1384b commit 4d3c550

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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>2.2.0.BUILD-SNAPSHOT</version>
8+
<version>2.2.0.DATAMONGO-2115-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

1111
<name>Spring Data MongoDB</name>

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.0.BUILD-SNAPSHOT</version>
10+
<version>2.2.0.DATAMONGO-2115-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

spring-data-mongodb-cross-store/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.data</groupId>
88
<artifactId>spring-data-mongodb-parent</artifactId>
9-
<version>2.2.0.BUILD-SNAPSHOT</version>
9+
<version>2.2.0.DATAMONGO-2115-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>org.springframework.data</groupId>
5252
<artifactId>spring-data-mongodb</artifactId>
53-
<version>2.2.0.BUILD-SNAPSHOT</version>
53+
<version>2.2.0.DATAMONGO-2115-SNAPSHOT</version>
5454
</dependency>
5555

5656
<!-- reactive -->

spring-data-mongodb-distribution/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>2.2.0.BUILD-SNAPSHOT</version>
16+
<version>2.2.0.DATAMONGO-2115-SNAPSHOT</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919

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.0.BUILD-SNAPSHOT</version>
14+
<version>2.2.0.DATAMONGO-2115-SNAPSHOT</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

0 commit comments

Comments
 (0)