Skip to content

Commit 6f49b89

Browse files
committed
After release cleanups.
See #2231
1 parent 0a16505 commit 6f49b89

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
@@ -12,11 +12,11 @@
1212
<parent>
1313
<groupId>org.springframework.data.build</groupId>
1414
<artifactId>spring-data-parent</artifactId>
15-
<version>3.0.0-M1</version>
15+
<version>3.0.0-SNAPSHOT</version>
1616
</parent>
1717

1818
<properties>
19-
<springdata.keyvalue>3.0.0-M1</springdata.keyvalue>
19+
<springdata.keyvalue>3.0.0-SNAPSHOT</springdata.keyvalue>
2020
<awaitility>4.0.2</awaitility>
2121
<beanutils>1.9.4</beanutils>
2222
<xstream>1.4.18</xstream>
@@ -287,8 +287,8 @@
287287

288288
<repositories>
289289
<repository>
290-
<id>spring-libs-milestone</id>
291-
<url>https://repo.spring.io/libs-milestone</url>
290+
<id>spring-libs-snapshot</id>
291+
<url>https://repo.spring.io/libs-snapshot</url>
292292
</repository>
293293
</repositories>
294294

0 commit comments

Comments
 (0)