Bump Spring Project Versions

This commit is contained in:
Gary Russell
2015-10-27 13:14:19 -04:00
parent 429f1bd642
commit 926fe304ed

View File

@@ -63,17 +63,17 @@ subprojects { subproject ->
ftpServerVersion = '1.0.6'
springVersionDefault = '3.2.11.RELEASE'
springVersionDefault = '3.2.15.RELEASE'
springVersion = project.hasProperty('springVersion') ? getProperty('springVersion') : springVersionDefault
springAmqpVersion = '1.2.2.RELEASE'
springDataMongoVersion = '1.1.1.RELEASE'
springDataRedisVersion = '1.1.0.RELEASE'
springDataMongoVersion = '1.1.2.RELEASE'
springDataRedisVersion = '1.1.1.RELEASE'
lettuceVersion = '2.3.3'
springGemfireVersion = '1.3.1.RELEASE'
springGemfireVersion = '1.3.4.RELEASE'
springSecurityVersion = '3.1.3.RELEASE'
springSocialTwitterVersion = '1.0.5.RELEASE'
springWsVersion = '2.1.1.RELEASE'
springWsVersion = '2.1.4.RELEASE'
springRetryVersion = '1.0.3.RELEASE'
}