Skip to content

Commit b6e7683

Browse files
committedJul 27, 2016
DATAMONGO-1409 - After release cleanups.
1 parent 286a977 commit b6e7683

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.data.build</groupId>
1717
<artifactId>spring-data-parent</artifactId>
18-
<version>1.9.0.M1</version>
18+
<version>1.9.0.BUILD-SNAPSHOT</version>
1919
</parent>
2020

2121
<modules>
@@ -28,7 +28,7 @@
2828
<properties>
2929
<project.type>multi</project.type>
3030
<dist.id>spring-data-mongodb</dist.id>
31-
<springdata.commons>1.13.0.M1</springdata.commons>
31+
<springdata.commons>1.13.0.BUILD-SNAPSHOT</springdata.commons>
3232
<mongo>2.14.3</mongo>
3333
<mongo.osgi>2.13.0</mongo.osgi>
3434
</properties>
@@ -204,8 +204,8 @@
204204

205205
<repositories>
206206
<repository>
207-
<id>spring-libs-milestone</id>
208-
<url>https://repo.spring.io/libs-milestone</url>
207+
<id>spring-libs-snapshot</id>
208+
<url>https://repo.spring.io/libs-snapshot</url>
209209
</repository>
210210
</repositories>
211211

0 commit comments

Comments
 (0)
Please sign in to comment.