Browse Source

SEC-3179: Set springIoVersion to explicit version

pull/254/head
Rob Winch 10 years ago
parent
commit
cfd576316f
  1. 2
      build.gradle

2
build.gradle

@ -99,7 +99,7 @@ configure(coreModuleProjects) { @@ -99,7 +99,7 @@ configure(coreModuleProjects) {
apply plugin: 'emma'
apply plugin: 'spring-io'
ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : 'latest.integration'
ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : '2.0.1.RELEASE'
configurations {
jacoco //Configuration Group used by Sonar to provide Code Coverage using JaCoCo

Loading…
Cancel
Save