diff --git a/pom.xml b/pom.xml index 76bde355f..b7bbf3621 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,4 @@ - + 4.0.0 @@ -13,7 +13,7 @@ org.springframework.data.build spring-data-parent - 1.4.0.BUILD-SNAPSHOT + 1.4.0.RC1 ../spring-data-build/parent/pom.xml @@ -27,11 +27,11 @@ multi spring-data-rest - 1.8.0.BUILD-SNAPSHOT - 1.6.0.BUILD-SNAPSHOT - 1.5.0.BUILD-SNAPSHOT - 3.1.0.BUILD-SNAPSHOT - 1.4.0.BUILD-SNAPSHOT + 1.8.0.RC1 + 1.6.0.RC1 + 1.5.0.RC1 + 3.1.0.RC1 + 1.4.0.RC1 4.2.0.Final @@ -150,8 +150,8 @@ - spring-libs-snapshot - http://repo.spring.io/libs-snapshot + spring-libs-milestone + http://repo.spring.io/libs-milestone diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt index f300a5220..6d9fd4edc 100644 --- a/src/main/resources/notice.txt +++ b/src/main/resources/notice.txt @@ -1,4 +1,4 @@ -Spring Data REST 2.1.0.M1 +Spring Data REST 2.1 RC1 Copyright (c) 2012-2014 Pivotal Software, Inc. This product is licensed to you under the Apache License, Version 2.0 @@ -8,4 +8,4 @@ the License. This product may include a number of subcomponents with separate copyright notices and license terms. Your use of the source code for these subcomponents is subject to the terms and conditions of the -subcomponent's license, as noted in the license.txt file. \ No newline at end of file +subcomponent's license, as noted in the license.txt file.