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 4d44c8e commit 373f5a6Copy full SHA for 373f5a6
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.2.RELEASE</version>
+ <version>2.0.3.BUILD-SNAPSHOT</version>
16
</parent>
17
18
<properties>
19
- <springdata.keyvalue>2.0.2.RELEASE</springdata.keyvalue>
+ <springdata.keyvalue>2.0.3.BUILD-SNAPSHOT</springdata.keyvalue>
20
<jta>1.1</jta>
21
<beanutils>1.9.2</beanutils>
22
<xstream>1.4.8</xstream>
@@ -253,8 +253,8 @@
253
254
<repositories>
255
<repository>
256
- <id>spring-libs-release</id>
257
- <url>https://repo.spring.io/libs-release</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
258
</repository>
259
</repositories>
260
0 commit comments