DATACOUCH-218 - Prepare next development iteration.
This commit is contained in:
committed by
Oliver Gierke
parent
2bbffe5573
commit
804859ede0
10
pom.xml
10
pom.xml
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<groupId>org.springframework.data</groupId>
|
<groupId>org.springframework.data</groupId>
|
||||||
<artifactId>spring-data-couchbase</artifactId>
|
<artifactId>spring-data-couchbase</artifactId>
|
||||||
<version>2.1.0.RELEASE</version>
|
<version>2.1.1.BUILD-SNAPSHOT</version>
|
||||||
|
|
||||||
<name>Spring Data Couchbase</name>
|
<name>Spring Data Couchbase</name>
|
||||||
<description>Spring Data integration for Couchbase</description>
|
<description>Spring Data integration for Couchbase</description>
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.data.build</groupId>
|
<groupId>org.springframework.data.build</groupId>
|
||||||
<artifactId>spring-data-parent</artifactId>
|
<artifactId>spring-data-parent</artifactId>
|
||||||
<version>1.8.0.RELEASE</version>
|
<version>1.8.1.BUILD-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
<couchbase>2.2.3</couchbase>
|
<couchbase>2.2.3</couchbase>
|
||||||
<couchbase.osgi>2.2.3</couchbase.osgi>
|
<couchbase.osgi>2.2.3</couchbase.osgi>
|
||||||
<springdata.commons>1.12.0.RELEASE</springdata.commons>
|
<springdata.commons>1.12.1.BUILD-SNAPSHOT</springdata.commons>
|
||||||
<validation>1.0.0.GA</validation>
|
<validation>1.0.0.GA</validation>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
@@ -123,8 +123,8 @@
|
|||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>spring-libs-release</id>
|
<id>spring-libs-snapshot</id>
|
||||||
<url>https://repo.spring.io/libs-release</url>
|
<url>https://repo.spring.io/libs-snapshot</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user