Use Brussels-SR1

This commit is contained in:
Rob Winch
2017-03-21 13:04:39 -05:00
parent 4175751b1b
commit 2b7a13eae9

View File

@@ -14,7 +14,7 @@ group = 'org.springframework.session'
sourceCompatibility = 1.5
targetCompatibility = 1.5
ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : 'Brussels-BUILD-SNAPSHOT'
ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : 'Brussels-SR1'
ext.spockDependencies = [
dependencies.create("org.spockframework:spock-core:$spockVersion") {