Skip to content

Commit 1585cc4

Browse files
committed
DATAMONGO-1573 - After release cleanups.
1 parent 856f156 commit 1585cc4

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>1.8.7.RELEASE</version>
18+
<version>1.8.8.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.12.7.RELEASE</springdata.commons>
31+
<springdata.commons>1.12.8.BUILD-SNAPSHOT</springdata.commons>
3232
<mongo>2.14.3</mongo>
3333
<mongo.osgi>2.13.0</mongo.osgi>
3434
</properties>
@@ -220,8 +220,8 @@
220220

221221
<repositories>
222222
<repository>
223-
<id>spring-libs-release</id>
224-
<url>https://repo.spring.io/libs-release</url>
223+
<id>spring-libs-snapshot</id>
224+
<url>https://repo.spring.io/libs-snapshot</url>
225225
</repository>
226226
</repositories>
227227

0 commit comments

Comments
 (0)