From ae1150ae1ab3ebccb824a9d2a8970d29cc5c4d1c Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Mon, 25 Apr 2016 16:43:36 -0400 Subject: [PATCH] Upgrade to SI-4.3.0.M2 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 976d65fa..17bb5d42 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ allprojects { mavenLocal() maven { url 'http://repo.spring.io/libs-snapshot' } maven { url 'http://repo.spring.io/libs-milestone' } - maven { url 'http://repo.spring.io/libs-staging-local' } +// maven { url 'http://repo.spring.io/libs-staging-local' } } } @@ -194,7 +194,7 @@ subprojects { subproject -> postgresVersion = '9.1-901-1.jdbc4' subethasmtpVersion = '1.2' slf4jVersion = '1.7.11' - springIntegrationVersion = '4.3.0.M1' + springIntegrationVersion = '4.3.0.M2' springIntegrationDslVersion = '1.1.2.RELEASE' springIntegrationKafkaVersion = '2.0.0.M1' springIntegrationSplunkVersion = '1.1.0.RELEASE'