Browse Source

SEC-2676: Update to Spring Data Evans RC1

Rob Winch 11 years ago
parent
commit
6321665353
5 changed files with 6 additions and 6 deletions
  1. 1 1
      config/pom.xml
  2. 1 1
      data/pom.xml
  3. 2 2
      gradle/javaprojects.gradle
  4. 1 1
      samples/data-jc/pom.xml
  5. 1 1
      samples/messages-jc/pom.xml

+ 1 - 1
config/pom.xml

@@ -375,7 +375,7 @@
     <dependency>
       <groupId>org.springframework.data</groupId>
       <artifactId>spring-data-jpa</artifactId>
-      <version>1.7.0.M1</version>
+      <version>1.7.0.RC1</version>
       <scope>test</scope>
       <exclusions>
         <exclusion>

+ 1 - 1
data/pom.xml

@@ -52,7 +52,7 @@
     <dependency>
       <groupId>org.springframework.data</groupId>
       <artifactId>spring-data-commons</artifactId>
-      <version>1.9.0.M1</version>
+      <version>1.9.0.RC1</version>
       <scope>compile</scope>
     </dependency>
     <dependency>

+ 2 - 2
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") {

+ 1 - 1
samples/data-jc/pom.xml

@@ -82,7 +82,7 @@
     <dependency>
       <groupId>org.springframework.data</groupId>
       <artifactId>spring-data-jpa</artifactId>
-      <version>1.7.0.M1</version>
+      <version>1.7.0.RC1</version>
       <scope>compile</scope>
     </dependency>
     <dependency>

+ 1 - 1
samples/messages-jc/pom.xml

@@ -88,7 +88,7 @@
     <dependency>
       <groupId>org.springframework.data</groupId>
       <artifactId>spring-data-jpa</artifactId>
-      <version>1.7.0.M1</version>
+      <version>1.7.0.RC1</version>
       <scope>compile</scope>
       <exclusions>
         <exclusion>