DATACMNS-315 - Prepare 1.6.0.RELEASE.

This commit is contained in:
Oliver Gierke
2013-09-08 17:22:48 -07:00
parent f7679d41b8
commit 2136fa8cdf
2 changed files with 29 additions and 5 deletions

View File

@@ -12,14 +12,14 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.2.0.BUILD-SNAPSHOT</version>
<version>1.2.0.RELEASE</version>
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
</parent>
<properties>
<jackson>1.9.7</jackson>
<jackson2>2.2.2</jackson2>
<springhateoas>0.8.0.BUILD-SNAPSHOT</springhateoas>
<springhateoas>0.8.0.RELEASE</springhateoas>
<dist.key>DATACMNS</dist.key>
</properties>
@@ -217,8 +217,8 @@
<repositories>
<repository>
<id>spring-libs-snapshot</id>
<url>http://repo.springsource.org/libs-snapshot-local</url>
<id>spring-libs-release</id>
<url>http://repo.springsource.org/libs-release-local</url>
</repository>
</repositories>