Skip to content

Commit 408237b

Browse files
mp911deschauder
authored andcommitted
After release cleanups.
See #2402
1 parent ba13504 commit 408237b

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

2121
<properties>
@@ -26,7 +26,7 @@
2626
<hibernate>5.6.0.Final</hibernate>
2727
<mysql-connector-java>8.0.23</mysql-connector-java>
2828
<postgresql>42.2.19</postgresql>
29-
<springdata.commons>3.0.0-M1</springdata.commons>
29+
<springdata.commons>3.0.0-SNAPSHOT</springdata.commons>
3030
<vavr>0.10.3</vavr>
3131

3232
<hibernate.groupId>org.hibernate</hibernate.groupId>
@@ -209,8 +209,8 @@
209209

210210
<repositories>
211211
<repository>
212-
<id>spring-libs-milestone</id>
213-
<url>https://repo.spring.io/libs-milestone</url>
212+
<id>spring-libs-snapshot</id>
213+
<url>https://repo.spring.io/libs-snapshot</url>
214214
</repository>
215215
</repositories>
216216

0 commit comments

Comments
 (0)