From 8e7c03a64c6001692e9f685acc6e6ad993767891 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Fri, 2 Sep 2011 17:41:48 -0400 Subject: [PATCH] upgrade spring-data-mongo version to 1.0 M4 --- build.gradle | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 6c49159541..3bf0103457 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,7 @@ allprojects { // default set of maven repositories to be used when resolving dependencies repositories { - mavenRepo name: 'SpringSource Snapshot Repository', urls: 'http://maven.springframework.org/snapshot' + //mavenRepo name: 'SpringSource Snapshot Repository', urls: 'http://maven.springframework.org/snapshot' mavenRepo name: 'SpringSource Milestone Repository', urls: 'http://maven.springframework.org/milestone' mavenCentral() // only really necessary for artifacts not yet in Maven Central, i.e. immediately post-release @@ -124,8 +124,7 @@ configure(javaprojects) { mockitoVersion = '1.8.4' springVersion = '3.0.6.RELEASE' springAmqpVersion = '1.0.0.RELEASE' - springDataMongoVersion = '1.0.0.BUILD-SNAPSHOT' - springDataCommonsVersion = '1.2.0.BUILD-SNAPSHOT' + springDataMongoVersion = '1.0.0.M4' springDataRedisVersion = '1.0.0.M4' springGemfireVersion = '1.1.0.M2' springSecurityVersion = '3.0.6.RELEASE' @@ -355,7 +354,6 @@ project('spring-integration-mongodb') { compile project(":spring-integration-core") compile "org.springframework:spring-context:$springVersion" compile "org.springframework.data:spring-data-mongodb:$springDataMongoVersion" - compile "org.springframework.data:spring-data-commons-core:$springDataCommonsVersion" testCompile project(":spring-integration-test") } }