Skip to content

Commit 468c497

Browse files
committed
DATAMONGO-1969 - After release cleanups.
1 parent 4562f39 commit 468c497

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.8.RELEASE</version>
18+
<version>2.0.9.BUILD-SNAPSHOT</version>
1919
</parent>
2020

2121
<modules>
@@ -27,7 +27,7 @@
2727
<properties>
2828
<project.type>multi</project.type>
2929
<dist.id>spring-data-mongodb</dist.id>
30-
<springdata.commons>2.0.8.RELEASE</springdata.commons>
30+
<springdata.commons>2.0.9.BUILD-SNAPSHOT</springdata.commons>
3131
<mongo>3.5.0</mongo>
3232
<mongo.reactivestreams>1.6.0</mongo.reactivestreams>
3333
<jmh.version>1.19</jmh.version>
@@ -151,8 +151,8 @@
151151

152152
<repositories>
153153
<repository>
154-
<id>spring-libs-release</id>
155-
<url>https://repo.spring.io/libs-release</url>
154+
<id>spring-libs-snapshot</id>
155+
<url>https://repo.spring.io/libs-snapshot</url>
156156
</repository>
157157
</repositories>
158158

0 commit comments

Comments
 (0)