Skip to content

Commit f3979c3

Browse files
committed
DATAMONGO-340 - Prepare 1.0.0.BUILD-SNAPSHOT.
1 parent 8d18729 commit f3979c3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.springframework.data</groupId>
66
<artifactId>spring-data-mongo-dist</artifactId>
77
<name>Spring Data MongoDB Distribution</name>
8-
<version>1.0.0.RC1</version>
8+
<version>1.0.0.BUILD-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010
<modules>
1111
<module>spring-data-mongodb</module>

spring-data-mongodb-cross-store/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.0.0.RC1</version>
7+
<version>1.0.0.BUILD-SNAPSHOT</version>
88
<relativePath>../spring-data-mongodb-parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-data-mongodb-cross-store</artifactId>

spring-data-mongodb-log4j/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.data</groupId>
77
<artifactId>spring-data-mongodb-parent</artifactId>
8-
<version>1.0.0.RC1</version>
8+
<version>1.0.0.BUILD-SNAPSHOT</version>
99
<relativePath>../spring-data-mongodb-parent/pom.xml</relativePath>
1010
</parent>
1111
<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
<artifactId>spring-data-mongodb-parent</artifactId>
77
<name>Spring Data MongoDB Parent</name>
88
<url>http://www.springsource.org/spring-data/mongodb</url>
9-
<version>1.0.0.RC1</version>
9+
<version>1.0.0.BUILD-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

spring-data-mongodb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.data</groupId>
77
<artifactId>spring-data-mongodb-parent</artifactId>
8-
<version>1.0.0.RC1</version>
8+
<version>1.0.0.BUILD-SNAPSHOT</version>
99
<relativePath>../spring-data-mongodb-parent/pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-data-mongodb</artifactId>

0 commit comments

Comments
 (0)