From 71d64da0cb488ee14edfe67cee0c8656cd4380ad Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Fri, 9 Dec 2011 08:46:16 -0500 Subject: [PATCH] INT-2229 upgraded spring-data-mongodb dep to 1.0.0.RC1 --- build.gradle | 2 +- spring-integration-mongodb/pom.xml | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/build.gradle b/build.gradle index bb33ad4f8e..c888dffea8 100644 --- a/build.gradle +++ b/build.gradle @@ -124,7 +124,7 @@ configure(javaprojects) { mockitoVersion = '1.8.4' springVersion = '3.0.6.RELEASE' springAmqpVersion = '1.0.0.RELEASE' - springDataMongoVersion = '1.0.0.M4' + springDataMongoVersion = '1.0.0.RC1' springDataRedisVersion = '1.0.0.RC1' springGemfireVersion = '1.1.0.M3' springSecurityVersion = '3.0.6.RELEASE' diff --git a/spring-integration-mongodb/pom.xml b/spring-integration-mongodb/pom.xml index a6c776e578..62b4c8be9c 100644 --- a/spring-integration-mongodb/pom.xml +++ b/spring-integration-mongodb/pom.xml @@ -88,6 +88,12 @@ + + org.springframework.integration + spring-integration-test + 2.1.0.BUILD-SNAPSHOT + test + org.easymock easymock @@ -100,16 +106,10 @@ 2.3 test - - org.springframework.integration - spring-integration-test - 2.1.0.BUILD-SNAPSHOT - test - org.springframework.data spring-data-mongodb - 1.0.0.M4 + 1.0.0.RC1 compile @@ -118,18 +118,18 @@ 3.0.6.RELEASE compile - - org.hamcrest - hamcrest-all - 1.1 - test - org.springframework.integration spring-integration-core 2.1.0.BUILD-SNAPSHOT compile + + org.hamcrest + hamcrest-all + 1.1 + test + org.springframework spring-test