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 663bb4a commit 475d1bbCopy full SHA for 475d1bb
pom.xml
@@ -12,11 +12,11 @@
12
<parent>
13
<groupId>org.springframework.data.build</groupId>
14
<artifactId>spring-data-parent</artifactId>
15
- <version>2.0.0.M4</version>
+ <version>2.0.0.BUILD-SNAPSHOT</version>
16
</parent>
17
18
<properties>
19
- <springdata.keyvalue>2.0.0.M4</springdata.keyvalue>
+ <springdata.keyvalue>2.0.0.BUILD-SNAPSHOT</springdata.keyvalue>
20
<jta>1.1</jta>
21
<beanutils>1.9.2</beanutils>
22
<xstream>1.4.8</xstream>
@@ -246,8 +246,8 @@
246
247
<repositories>
248
<repository>
249
- <id>spring-libs-milestone</id>
250
- <url>https://repo.spring.io/libs-milestone</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
251
</repository>
252
</repositories>
253
0 commit comments