Skip to content

Commit 73cbe2b

Browse files
committed
DATAMONGO-1874 - Prepare branch
1 parent 9efc097 commit 73cbe2b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
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.1.0.BUILD-SNAPSHOT</version>
8+
<version>2.1.0.DATAMONGO-1874-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

1111
<name>Spring Data MongoDB</name>
@@ -27,7 +27,7 @@
2727
<properties>
2828
<project.type>multi</project.type>
2929
<dist.id>spring-data-mongodb</dist.id>
30-
<springdata.commons>2.1.0.BUILD-SNAPSHOT</springdata.commons>
30+
<springdata.commons>2.1.0.DATACMNS-1260-SNAPSHOT</springdata.commons>
3131
<mongo>3.6.2</mongo>
3232
<mongo.reactivestreams>1.7.0</mongo.reactivestreams>
3333
<jmh.version>1.19</jmh.version>

spring-data-mongodb-benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.0.BUILD-SNAPSHOT</version>
10+
<version>2.1.0.DATAMONGO-1874-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

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

Lines changed: 2 additions & 2 deletions
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.1.0.BUILD-SNAPSHOT</version>
9+
<version>2.1.0.DATAMONGO-1874-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.springframework.data</groupId>
5151
<artifactId>spring-data-mongodb</artifactId>
52-
<version>2.1.0.BUILD-SNAPSHOT</version>
52+
<version>2.1.0.DATAMONGO-1874-SNAPSHOT</version>
5353
</dependency>
5454

5555
<!-- reactive -->

spring-data-mongodb-distribution/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.0.BUILD-SNAPSHOT</version>
16+
<version>2.1.0.DATAMONGO-1874-SNAPSHOT</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919

spring-data-mongodb/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.0.BUILD-SNAPSHOT</version>
14+
<version>2.1.0.DATAMONGO-1874-SNAPSHOT</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

0 commit comments

Comments
 (0)