Update springIoVersion to latest.integration

This commit is contained in:
Rob Winch 2015-03-25 09:04:17 -05:00
parent fe82c8ab4c
commit ea27cb6593

View File

@ -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