Upgrade to SF 5.1.0, Gradle 4.10.2

This commit is contained in:
Gary Russell
2018-09-21 11:12:41 -04:00
parent b931112776
commit 2d54fe2618
3 changed files with 2 additions and 2 deletions

View File

@@ -138,7 +138,7 @@ subprojects { subproject ->
springGemfireVersion = '2.1.0.BUILD-SNAPSHOT'
springSecurityVersion = '5.1.0.BUILD-SNAPSHOT'
springRetryVersion = '1.2.2.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.0.BUILD-SNAPSHOT'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.0.RELEASE'
springWsVersion = '3.0.3.RELEASE'
tomcatVersion = "9.0.12"
xmlUnitVersion = '1.6'

Binary file not shown.

View File

@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists