Skip to content

Commit 695b279

Browse files
spring-buildsodrotbohm
authored andcommitted
DATAMONGO-859 - Prepare next development iteration.
1 parent 22933e4 commit 695b279

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

pom.xml

Lines changed: 5 additions & 5 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>1.5.0.M1</version>
8+
<version>1.5.0.BUILD-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

1111
<name>Spring Data MongoDB</name>
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.data.build</groupId>
1717
<artifactId>spring-data-parent</artifactId>
18-
<version>1.4.0.M1</version>
18+
<version>1.4.0.BUILD-SNAPSHOT</version>
1919
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
2020
</parent>
2121

@@ -29,7 +29,7 @@
2929
<properties>
3030
<project.type>multi</project.type>
3131
<dist.id>spring-data-mongodb</dist.id>
32-
<springdata.commons>1.8.0.M1</springdata.commons>
32+
<springdata.commons>1.8.0.BUILD-SNAPSHOT</springdata.commons>
3333
<mongo>2.11.4</mongo>
3434
<mongo-osgi>${mongo}</mongo-osgi>
3535
</properties>
@@ -124,8 +124,8 @@
124124

125125
<repositories>
126126
<repository>
127-
<id>spring-libs-milestone</id>
128-
<url>http://repo.spring.io/libs-milestone/</url>
127+
<id>spring-libs-snapshot</id>
128+
<url>http://repo.spring.io/libs-snapshot/</url>
129129
</repository>
130130
</repositories>
131131

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>1.5.0.M1</version>
9+
<version>1.5.0.BUILD-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>org.springframework.data</groupId>
5050
<artifactId>spring-data-mongodb</artifactId>
51-
<version>1.5.0.M1</version>
51+
<version>1.5.0.BUILD-SNAPSHOT</version>
5252
</dependency>
5353

5454
<dependency>

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>1.5.0.M1</version>
16+
<version>1.5.0.BUILD-SNAPSHOT</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919

spring-data-mongodb-log4j/pom.xml

Lines changed: 1 addition & 1 deletion
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.5.0.M1</version>
8+
<version>1.5.0.BUILD-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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>1.5.0.M1</version>
14+
<version>1.5.0.BUILD-SNAPSHOT</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

0 commit comments

Comments
 (0)