Skip to content

Commit 49feb3d

Browse files
committed
DATAMONGO-2641 - After release cleanups.
1 parent 3e41264 commit 49feb3d

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>2.1.21.RELEASE</version>
18+
<version>2.1.22.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.1.21.RELEASE</springdata.commons>
30+
<springdata.commons>2.1.22.BUILD-SNAPSHOT</springdata.commons>
3131
<mongo>3.8.2</mongo>
3232
<mongo.reactivestreams>1.9.2</mongo.reactivestreams>
3333
<jmh.version>1.19</jmh.version>
@@ -155,8 +155,8 @@
155155

156156
<repositories>
157157
<repository>
158-
<id>spring-libs-release</id>
159-
<url>https://repo.spring.io/libs-release</url>
158+
<id>spring-libs-snapshot</id>
159+
<url>https://repo.spring.io/libs-snapshot</url>
160160
</repository>
161161
</repositories>
162162

0 commit comments

Comments
 (0)