From 20a407d40c9ea06e97770144b6feb34e1e9d2e58 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 29 Jan 2014 15:23:41 +0100 Subject: [PATCH] DATAREST-226 - Prepare 2.0 RC1 release. Upgraded to Spring Data RC modules, Spring HATEOAS 0.9.0.RELEASE and Spring Plugin 1.0.0.RELEASE. Removed placeholder for Jackson 2 version as it's in the parent build pom now. Switched to milestone repository. --- pom.xml | 14 +++++++------- spring-data-rest-core/pom.xml | 4 ++-- spring-data-rest-webmvc/pom.xml | 1 - 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 0d2b85d8a..f2a278487 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.springframework.data.build spring-data-parent - 1.3.0.BUILD-SNAPSHOT + 1.3.0.RC1 ../spring-data-build/parent/pom.xml @@ -27,10 +27,10 @@ multi spring-data-rest - 1.7.0.BUILD-SNAPSHOT - 1.5.0.BUILD-SNAPSHOT - 1.4.0.BUILD-SNAPSHOT - 3.0.0.BUILD-SNAPSHOT + 1.7.0.RC1 + 1.5.0.RC1 + 1.4.0.RC1 + 3.0.0.RC1 1.3.3.RELEASE 4.2.0.Final @@ -127,8 +127,8 @@ - spring-libs-snapshot - http://repo.spring.io/libs-snapshot + spring-libs-milestone + http://repo.spring.io/libs-milestone diff --git a/spring-data-rest-core/pom.xml b/spring-data-rest-core/pom.xml index e5ba45b4b..edcbdd664 100644 --- a/spring-data-rest-core/pom.xml +++ b/spring-data-rest-core/pom.xml @@ -16,8 +16,8 @@ - 0.9.0.BUILD-SNAPSHOT - 0.8.0.RELEASE + 0.9.0.RELEASE + 1.0.0.RELEASE 1.0.1 diff --git a/spring-data-rest-webmvc/pom.xml b/spring-data-rest-webmvc/pom.xml index 2aeeffeaa..2757d9da7 100644 --- a/spring-data-rest-webmvc/pom.xml +++ b/spring-data-rest-webmvc/pom.xml @@ -16,7 +16,6 @@ - 2.3.0 0.8.1