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 7a5d0ec commit 946a39eCopy full SHA for 946a39e
pom.xml
@@ -14,11 +14,11 @@
14
<parent>
15
<groupId>org.springframework.data.build</groupId>
16
<artifactId>spring-data-parent</artifactId>
17
- <version>3.0.0-RC2</version>
+ <version>3.0.0-SNAPSHOT</version>
18
</parent>
19
20
<properties>
21
- <springdata.keyvalue>3.0.0-RC2</springdata.keyvalue>
+ <springdata.keyvalue>3.0.0-SNAPSHOT</springdata.keyvalue>
22
<awaitility>4.0.2</awaitility>
23
<beanutils>1.9.4</beanutils>
24
<xstream>1.4.19</xstream>
@@ -381,8 +381,8 @@
381
382
<repositories>
383
<repository>
384
- <id>spring-libs-milestone</id>
385
- <url>https://repo.spring.io/libs-milestone</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
386
</repository>
387
388
0 commit comments