We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01422fc commit 1cd54a8Copy full SHA for 1cd54a8
pom.xml
@@ -14,11 +14,11 @@
14
<parent>
15
<groupId>org.springframework.data.build</groupId>
16
<artifactId>spring-data-parent</artifactId>
17
- <version>3.1.0-M3</version>
+ <version>3.1.0-SNAPSHOT</version>
18
</parent>
19
20
<properties>
21
- <springdata.keyvalue>3.1.0-M3</springdata.keyvalue>
+ <springdata.keyvalue>3.1.0-SNAPSHOT</springdata.keyvalue>
22
<awaitility>4.0.2</awaitility>
23
<beanutils>1.9.4</beanutils>
24
<xstream>1.4.19</xstream>
@@ -344,8 +344,8 @@
344
345
<repositories>
346
<repository>
347
- <id>spring-libs-milestone</id>
348
- <url>https://repo.spring.io/libs-milestone</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
349
</repository>
350
351
0 commit comments