Disable extension version overrides for the core Spring Framework as well as Spring Data for Apache Geode & Pivotal GemFire.

This commit is contained in:
John Blum
2019-07-03 01:16:47 -07:00
parent e508d7b827
commit 2935774b2d

View File

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