Upgrade to Spring Build Conventions (for Gradle) 0.0.15.RELEASE.

This commit is contained in:
John Blum
2018-05-17 16:08:12 -07:00
parent aae57dc8b3
commit dab9457a76

View File

@@ -21,7 +21,7 @@ ext.releaseBuild = version.endsWith('RELEASE')
ext.snapshotBuild = version.endsWith('SNAPSHOT')
ext.milestoneBuild = !(releaseBuild || snapshotBuild)
ext['apache-geode.version'] = '1.4.0'
ext['apache-geode.version'] = '1.6.0'
repositories {
maven { url = "https://repo.spring.io/libs-snapshot" }