Skip to content

Commit dce01ca

Browse files
After release cleanups.
See #2326
1 parent a312ebe commit dce01ca

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
@@ -14,11 +14,11 @@
1414
<parent>
1515
<groupId>org.springframework.data.build</groupId>
1616
<artifactId>spring-data-parent</artifactId>
17-
<version>3.0.0-M5</version>
17+
<version>3.0.0-SNAPSHOT</version>
1818
</parent>
1919

2020
<properties>
21-
<springdata.keyvalue>3.0.0-M5</springdata.keyvalue>
21+
<springdata.keyvalue>3.0.0-SNAPSHOT</springdata.keyvalue>
2222
<awaitility>4.0.2</awaitility>
2323
<beanutils>1.9.4</beanutils>
2424
<xstream>1.4.19</xstream>
@@ -300,8 +300,8 @@
300300

301301
<repositories>
302302
<repository>
303-
<id>spring-libs-milestone</id>
304-
<url>https://repo.spring.io/libs-milestone</url>
303+
<id>spring-libs-snapshot</id>
304+
<url>https://repo.spring.io/libs-snapshot</url>
305305
</repository>
306306
</repositories>
307307

0 commit comments

Comments
 (0)