Skip to content

Commit a3a341f

Browse files
committed
After release cleanups.
See #2369
1 parent dfb6949 commit a3a341f

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-M6</version>
17+
<version>3.0.0-SNAPSHOT</version>
1818
</parent>
1919

2020
<properties>
21-
<springdata.keyvalue>3.0.0-M6</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>
@@ -306,8 +306,8 @@
306306

307307
<repositories>
308308
<repository>
309-
<id>spring-libs-milestone</id>
310-
<url>https://repo.spring.io/libs-milestone</url>
309+
<id>spring-libs-snapshot</id>
310+
<url>https://repo.spring.io/libs-snapshot</url>
311311
</repository>
312312
</repositories>
313313

0 commit comments

Comments
 (0)