Skip to content

Commit 74885ae

Browse files
After release cleanups.
See #1975
1 parent 32bd686 commit 74885ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: 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>2.5.0-M4</version>
15+
<version>2.5.0-SNAPSHOT</version>
1616
</parent>
1717

1818
<properties>
19-
<springdata.keyvalue>2.5.0-M4</springdata.keyvalue>
19+
<springdata.keyvalue>2.5.0-SNAPSHOT</springdata.keyvalue>
2020
<awaitility>4.0.2</awaitility>
2121
<jta>1.1</jta>
2222
<beanutils>1.9.2</beanutils>
@@ -305,8 +305,8 @@
305305

306306
<repositories>
307307
<repository>
308-
<id>spring-libs-milestone</id>
309-
<url>https://repo.spring.io/libs-milestone</url>
308+
<id>spring-libs-snapshot</id>
309+
<url>https://repo.spring.io/libs-snapshot</url>
310310
</repository>
311311
</repositories>
312312

0 commit comments

Comments
 (0)