Skip to content

Commit 2c3cbb3

Browse files
committed
DATAMONGO-1527 - After release cleanups.
1 parent 2b635fa commit 2c3cbb3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
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>2.0.0.M1</version>
18+
<version>2.0.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>2.0.0.M1</springdata.commons>
31+
<springdata.commons>2.0.0.BUILD-SNAPSHOT</springdata.commons>
3232
<mongo>3.2.2</mongo>
3333
<mongo.reactivestreams>1.2.0</mongo.reactivestreams>
3434
</properties>
@@ -215,8 +215,8 @@
215215

216216
<repositories>
217217
<repository>
218-
<id>spring-libs-milestone</id>
219-
<url>https://repo.spring.io/libs-milestone</url>
218+
<id>spring-libs-snapshot</id>
219+
<url>https://repo.spring.io/libs-snapshot</url>
220220
</repository>
221221
</repositories>
222222

0 commit comments

Comments
 (0)