There was an error while loading. Please reload this page.
1 parent 011cdae commit 17e3488Copy full SHA for 17e3488
pom.xml
@@ -12,11 +12,11 @@
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
</parent>
17
18
<properties>
19
-<springdata.keyvalue>2.2.0.RC1</springdata.keyvalue>
+<springdata.keyvalue>2.2.0.BUILD-SNAPSHOT</springdata.keyvalue>
20
<jta>1.1</jta>
21
<beanutils>1.9.2</beanutils>
22
<xstream>1.4.8</xstream>
@@ -347,8 +347,8 @@
347
348
<repositories>
349
<repository>
350
-<id>spring-libs-milestone</id>
351
-<url>https://repo.spring.io/libs-milestone</url>
+<id>spring-libs-snapshot</id>
+<url>https://repo.spring.io/libs-snapshot</url>
352
</repository>
353
</repositories>
354
0 commit comments