We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84313f8 commit 509f052Copy full SHA for 509f052
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-M2</version>
+ <version>3.0.0-SNAPSHOT</version>
16
<relativePath/>
17
</parent>
18
19
<properties>
20
- <springdata.commons>3.0.0-M2</springdata.commons>
+ <springdata.commons>3.0.0-SNAPSHOT</springdata.commons>
21
<java-module-name>spring.data.keyvalue</java-module-name>
22
</properties>
23
@@ -83,8 +83,8 @@
83
84
<repositories>
85
<repository>
86
- <id>spring-libs-milestone</id>
87
- <url>https://repo.spring.io/libs-milestone</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
88
</repository>
89
</repositories>
90
0 commit comments