Skip to content

Commit 29bf74c

Browse files
DATAMONGO-2256 - After release cleanups.
1 parent 1798678 commit 29bf74c

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.2.0.RC1</version>
18+
<version>2.2.0.BUILD-SNAPSHOT</version>
1919
</parent>
2020

2121
<modules>
@@ -26,7 +26,7 @@
2626
<properties>
2727
<project.type>multi</project.type>
2828
<dist.id>spring-data-mongodb</dist.id>
29-
<springdata.commons>2.2.0.RC1</springdata.commons>
29+
<springdata.commons>2.2.0.BUILD-SNAPSHOT</springdata.commons>
3030
<mongo>3.11.0-beta3</mongo>
3131
<mongo.reactivestreams>1.11.0</mongo.reactivestreams>
3232
<jmh.version>1.19</jmh.version>
@@ -188,8 +188,8 @@
188188

189189
<repositories>
190190
<repository>
191-
<id>spring-libs-milestone</id>
192-
<url>https://repo.spring.io/libs-milestone</url>
191+
<id>spring-libs-snapshot</id>
192+
<url>https://repo.spring.io/libs-snapshot</url>
193193
</repository>
194194
</repositories>
195195

0 commit comments

Comments
 (0)