Skip to content

Commit a1c483f

Browse files
mp911dechristophstrobl
authored andcommitted
After release cleanups.
See #3927
1 parent 64b8b50 commit a1c483f

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>3.0.0-M1</version>
18+
<version>3.0.0-SNAPSHOT</version>
1919
</parent>
2020

2121
<modules>
@@ -27,7 +27,7 @@
2727
<source.level>16</source.level>
2828
<project.type>multi</project.type>
2929
<dist.id>spring-data-mongodb</dist.id>
30-
<springdata.commons>3.0.0-M1</springdata.commons>
30+
<springdata.commons>3.0.0-SNAPSHOT</springdata.commons>
3131
<mongo>4.4.1</mongo>
3232
<mongo.reactivestreams>${mongo}</mongo.reactivestreams>
3333
<jmh.version>1.19</jmh.version>
@@ -135,8 +135,8 @@
135135

136136
<repositories>
137137
<repository>
138-
<id>spring-libs-milestone</id>
139-
<url>https://repo.spring.io/libs-milestone</url>
138+
<id>spring-libs-snapshot</id>
139+
<url>https://repo.spring.io/libs-snapshot</url>
140140
</repository>
141141
<repository>
142142
<id>sonatype-libs-snapshot</id>

0 commit comments

Comments
 (0)