From 63216653531c1f0b46243d7f4f8ce48eea7f288d Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Fri, 15 Aug 2014 16:50:01 -0500 Subject: [PATCH] SEC-2676: Update to Spring Data Evans RC1 --- config/pom.xml | 2 +- data/pom.xml | 2 +- gradle/javaprojects.gradle | 4 ++-- samples/data-jc/pom.xml | 2 +- samples/messages-jc/pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/pom.xml b/config/pom.xml index 144b995841..4ab73b5aa3 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -375,7 +375,7 @@ org.springframework.data spring-data-jpa - 1.7.0.M1 + 1.7.0.RC1 test diff --git a/data/pom.xml b/data/pom.xml index c34e820410..da2e5a2876 100644 --- a/data/pom.xml +++ b/data/pom.xml @@ -52,7 +52,7 @@ org.springframework.data spring-data-commons - 1.9.0.M1 + 1.9.0.RC1 compile diff --git a/gradle/javaprojects.gradle b/gradle/javaprojects.gradle index 52b43670c1..1e7d32cdf8 100644 --- a/gradle/javaprojects.gradle +++ b/gradle/javaprojects.gradle @@ -28,8 +28,8 @@ ext.groovyVersion = '2.0.5' ext.spockVersion = '0.7-groovy-2.0' ext.gebVersion = '0.9.0' ext.thymeleafVersion = '2.1.3.RELEASE' -ext.springDataJpaVersion = '1.7.0.M1' -ext.springDataCommonsVersion = '1.9.0.M1' +ext.springDataJpaVersion = '1.7.0.RC1' +ext.springDataCommonsVersion = '1.9.0.RC1' ext.spockDependencies = [ dependencies.create("org.spockframework:spock-spring:$spockVersion") { diff --git a/samples/data-jc/pom.xml b/samples/data-jc/pom.xml index a2444a6558..7d79a97b24 100644 --- a/samples/data-jc/pom.xml +++ b/samples/data-jc/pom.xml @@ -82,7 +82,7 @@ org.springframework.data spring-data-jpa - 1.7.0.M1 + 1.7.0.RC1 compile diff --git a/samples/messages-jc/pom.xml b/samples/messages-jc/pom.xml index 6ba16f53cd..efa6599ae5 100644 --- a/samples/messages-jc/pom.xml +++ b/samples/messages-jc/pom.xml @@ -88,7 +88,7 @@ org.springframework.data spring-data-jpa - 1.7.0.M1 + 1.7.0.RC1 compile