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 6e5df14 commit f11bc83Copy full SHA for f11bc83
pom.xml
@@ -12,12 +12,12 @@
12
<parent>
13
<groupId>org.springframework.data.build</groupId>
14
<artifactId>spring-data-parent</artifactId>
15
- <version>1.8.0.RELEASE</version>
+ <version>1.9.0.BUILD-SNAPSHOT</version>
16
</parent>
17
18
<properties>
19
<dist.key>DATAREDIS</dist.key>
20
- <springdata.keyvalue>1.1.0.RELEASE</springdata.keyvalue>
+ <springdata.keyvalue>1.2.0.BUILD-SNAPSHOT</springdata.keyvalue>
21
<jta>1.1</jta>
22
<beanutils>1.9.2</beanutils>
23
<xstream>1.4.8</xstream>
@@ -275,8 +275,8 @@
275
276
<repositories>
277
<repository>
278
- <id>spring-libs-release</id>
279
- <url>https://repo.spring.io/libs-release</url>
+ <id>spring-libs-snapshot</id>
+ <url>https://repo.spring.io/libs-snapshot</url>
280
</repository>
281
</repositories>
282
0 commit comments