From ea27cb659309248c4053652ae64186520776ccb3 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Wed, 25 Mar 2015 09:04:17 -0500 Subject: [PATCH] Update springIoVersion to latest.integration --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 493b60b89a..7da4f42987 100644 --- a/build.gradle +++ b/build.gradle @@ -103,7 +103,7 @@ configure(coreModuleProjects) { apply plugin: 'emma' apply plugin: 'spring-io' - ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : '1.0.0.BUILD-SNAPSHOT' + ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : 'latest.integration' bundlor.doFirst { def templateText = file("template.mf").text