DATACOUCH-183 - Prepare 2.0.0.RC1.

Updated to released parent and switched to milestone repository. Removed Jackson property as it's listed in the parent pom already.
This commit is contained in:
Oliver Gierke
2015-12-22 14:07:09 +01:00
parent 73d75f7e83
commit c8fcf5221c

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.7.0.BUILD-SNAPSHOT</version>
<version>1.7.3.RELEASE</version>
</parent>
<properties>
@@ -23,7 +23,6 @@
<couchbase>2.2.2</couchbase>
<couchbase.osgi>2.2.2</couchbase.osgi>
<jackson>2.6.2</jackson>
<springdata.commons>1.11.2.RELEASE</springdata.commons>
<validation>1.0.0.GA</validation>
</properties>
@@ -124,8 +123,8 @@
<repositories>
<repository>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
<id>spring-libs-milestone</id>
<url>https://repo.spring.io/libs-milestone</url>
</repository>
</repositories>