1
0
mirror of synced 2026-07-19 17:45:11 +00:00

Update to Spring IO 1.1.0.BUILD-SNAPSHOT

This commit is contained in:
Rob Winch
2014-07-22 22:32:42 -05:00
parent 08d703545c
commit 44f688c9d2
+1 -1
View File
@@ -99,7 +99,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 : '1.1.0.BUILD-SNAPSHOT'
configurations {
jacoco //Configuration Group used by Sonar to provide Code Coverage using JaCoCo