We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac65acf commit 7d7021eCopy full SHA for 7d7021e
pom.xml
@@ -12,12 +12,12 @@
12
<parent>
13
<groupId>org.springframework.data.build</groupId>
14
<artifactId>spring-data-parent</artifactId>
15
- <version>2.2.0.RC1</version>
+ <version>2.2.0.BUILD-SNAPSHOT</version>
16
<relativePath/>
17
</parent>
18
19
<properties>
20
- <springdata.commons>2.2.0.RC1</springdata.commons>
+ <springdata.commons>2.2.0.BUILD-SNAPSHOT</springdata.commons>
21
<java-module-name>spring.data.keyvalue</java-module-name>
22
</properties>
23
@@ -170,8 +170,8 @@
170
171
<repositories>
172
<repository>
173
- <id>spring-libs-milestone</id>
174
- <url>https://repo.spring.io/libs-milestone</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
175
</repository>
176
</repositories>
177
0 commit comments