DATACOUCH-324 - After release cleanups.

This commit is contained in:
Oliver Gierke
2017-07-27 00:21:41 +02:00
parent aff29df61d
commit 3499d41fee

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.9.6.RELEASE</version>
<version>1.9.7.BUILD-SNAPSHOT</version>
</parent>
<properties>
@@ -23,7 +23,7 @@
<couchbase>2.2.8</couchbase>
<couchbase.osgi>2.2.8</couchbase.osgi>
<springdata.commons>1.13.6.RELEASE</springdata.commons>
<springdata.commons>1.13.7.BUILD-SNAPSHOT</springdata.commons>
<validation>1.0.0.GA</validation>
</properties>
@@ -123,8 +123,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>