We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f25619 commit 6b517e5Copy full SHA for 6b517e5
pom.xml
@@ -12,12 +12,12 @@
12
<parent>
13
<groupId>org.springframework.data.build</groupId>
14
<artifactId>spring-data-parent</artifactId>
15
- <version>3.0.0-RC1</version>
+ <version>3.0.0-SNAPSHOT</version>
16
<relativePath/>
17
</parent>
18
19
<properties>
20
- <springdata.commons>3.0.0-RC1</springdata.commons>
+ <springdata.commons>3.0.0-SNAPSHOT</springdata.commons>
21
<java-module-name>spring.data.keyvalue</java-module-name>
22
</properties>
23
@@ -84,8 +84,8 @@
84
85
<repositories>
86
<repository>
87
- <id>spring-libs-milestone</id>
88
- <url>https://repo.spring.io/libs-milestone</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
89
</repository>
90
</repositories>
91
0 commit comments