Skip to content

Commit 888e031

Browse files
committed
DATAMONGO-491 - Prepare next development iteration.
1 parent 91b818b commit 888e031

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
@@ -4,7 +4,7 @@
44
<groupId>org.springframework.data</groupId>
55
<artifactId>spring-data-mongodb-dist</artifactId>
66
<name>Spring Data MongoDB Distribution</name>
7-
<version>1.1.0.M2</version>
7+
<version>1.1.0.BUILD-SNAPSHOT</version>
88
<packaging>pom</packaging>
99
<modules>
1010
<module>spring-data-mongodb</module>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.data</groupId>
66
<artifactId>spring-data-mongodb-parent</artifactId>
7-
<version>1.1.0.M2</version>
7+
<version>1.1.0.BUILD-SNAPSHOT</version>
88
<relativePath>../spring-data-mongodb-parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-data-mongodb-cross-store</artifactId>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.springframework.data</groupId>
4444
<artifactId>spring-data-mongodb</artifactId>
45-
<version>1.1.0.M2</version>
45+
<version>1.1.0.BUILD-SNAPSHOT</version>
4646
</dependency>
4747

4848
<dependency>

spring-data-mongodb-log4j/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.data</groupId>
66
<artifactId>spring-data-mongodb-parent</artifactId>
7-
<version>1.1.0.M2</version>
7+
<version>1.1.0.BUILD-SNAPSHOT</version>
88
<relativePath>../spring-data-mongodb-parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-data-mongodb-log4j</artifactId>

spring-data-mongodb-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>spring-data-mongodb-parent</artifactId>
66
<name>Spring Data MongoDB Parent</name>
77
<url>http://www.springsource.org/spring-data/mongodb</url>
8-
<version>1.1.0.M2</version>
8+
<version>1.1.0.BUILD-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

spring-data-mongodb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.data</groupId>
66
<artifactId>spring-data-mongodb-parent</artifactId>
7-
<version>1.1.0.M2</version>
7+
<version>1.1.0.BUILD-SNAPSHOT</version>
88
<relativePath>../spring-data-mongodb-parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-data-mongodb</artifactId>

0 commit comments

Comments
 (0)