Skip to content

Commit c98149e

Browse files
After release cleanups.
See #2559
1 parent 2e4afcf commit c98149e

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

2020
<properties>
21-
<springdata.keyvalue>3.1.0</springdata.keyvalue>
21+
<springdata.keyvalue>3.1.1-SNAPSHOT</springdata.keyvalue>
2222
<awaitility>4.0.2</awaitility>
2323
<beanutils>1.9.4</beanutils>
2424
<xstream>1.4.20</xstream>
@@ -344,8 +344,8 @@
344344

345345
<repositories>
346346
<repository>
347-
<id>spring-libs-release</id>
348-
<url>https://repo.spring.io/libs-release</url>
347+
<id>spring-libs-snapshot</id>
348+
<url>https://repo.spring.io/libs-snapshot</url>
349349
</repository>
350350

351351
<repository>

0 commit comments

Comments
 (0)