DATAKV-146 - After release cleanups.

This commit is contained in:
Oliver Gierke
2016-11-03 18:20:12 +01:00
parent a4911c26bd
commit 4da675f191

View File

@@ -12,13 +12,13 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.8.5.RELEASE</version>
<version>1.8.6.BUILD-SNAPSHOT</version>
<relativePath/>
</parent>
<properties>
<dist.key>DATAKV</dist.key>
<springdata.commons>1.12.5.RELEASE</springdata.commons>
<springdata.commons>1.12.6.BUILD-SNAPSHOT</springdata.commons>
</properties>
<dependencies>
@@ -130,8 +130,8 @@
<repositories>
<repository>
<id>spring-libs-release</id>
<url>https://repo.spring.io/libs-release</url>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
</repository>
</repositories>