Skip to content

Commit ecf15b9

Browse files
committed
DATAMONGO-559 - Prepare next development iteration.
1 parent 6323a86 commit ecf15b9

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
@@ -6,7 +6,7 @@
66
<name>Spring Data MongoDB Distribution</name>
77
<description>Spring Data project for MongoDB</description>
88
<url>http://www.springsource.org/spring-data/mongodb</url>
9-
<version>1.1.1.RELEASE</version>
9+
<version>1.2.0.BUILD-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111
<modules>
1212
<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.1.RELEASE</version>
7+
<version>1.2.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.1.RELEASE</version>
45+
<version>1.2.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.1.RELEASE</version>
7+
<version>1.2.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
@@ -6,7 +6,7 @@
66
<name>Spring Data MongoDB Parent</name>
77
<description>Spring Data project for MongoDB</description>
88
<url>http://www.springsource.org/spring-data/mongodb</url>
9-
<version>1.1.1.RELEASE</version>
9+
<version>1.2.0.BUILD-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<developers>

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.1.RELEASE</version>
7+
<version>1.2.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)