Add 'spring-framework.version' extenstion property to set (override) the Spring Framework version as necessary.

This commit is contained in:
John Blum
2019-10-01 12:38:53 -07:00
parent a9329b350c
commit 34506111a3

View File

@@ -15,6 +15,7 @@ group = 'org.springframework.data'
description = 'Spring Test Framework for Apache Geode and Pivotal GemFire using Spring Data.'
ext['spring.version'] = "$springVersion"
ext['spring-framework.version'] = "$springVersion"
ext['spring-data-releasetrain.version'] = "$springDataReleaseTrainVersion"
ext.releaseBuild = version.endsWith('RELEASE')