DATACMNS-313 - Prepare 1.6.0.M1 release.

Upgraded to Spring Data Build 1.1.0.RELEASE, upgraded to Spring HATEOAS 0.6.0.RELEASE. Updated changelog.
This commit is contained in:
Oliver Gierke
2013-05-31 18:57:03 +02:00
parent bd65718f30
commit a7dfb9c27c
3 changed files with 74 additions and 6 deletions

View File

@@ -12,14 +12,14 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.1.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.6.0.BUILD-SNAPSHOT</springhateoas>
<springhateoas>0.6.0.RELEASE</springhateoas>
<dist.key>DATACMNS</dist.key>
</properties>
@@ -211,8 +211,8 @@
<repositories>
<repository>
<id>spring.libs-snapshots</id>
<url>http://repo.springsource.org/libs-snapshot-local</url>
<id>spring-libs-releases</id>
<url>http://repo.springsource.org/libs-release-local</url>
</repository>
</repositories>