Override Spring version; Set to 5.0.14.RELEASE.

This commit is contained in:
John Blum
2019-06-13 16:23:55 -07:00
parent fcaa0d87ed
commit 6275990835

View File

@@ -14,7 +14,7 @@ apply plugin: 'io.spring.convention.root'
group = 'org.springframework.geode' group = 'org.springframework.geode'
description = 'Spring Boot for Apache Geode & Pivotal GemFire' description = 'Spring Boot for Apache Geode & Pivotal GemFire'
//ext['spring.version'] = "$springVersion" ext['spring.version'] = "$springVersion"
//ext['spring-data-releasetrain.version'] = "$springDataReleaseTrainVersion" //ext['spring-data-releasetrain.version'] = "$springDataReleaseTrainVersion"
ext.snapshotBuild = version.endsWith('SNAPSHOT') ext.snapshotBuild = version.endsWith('SNAPSHOT')