INT-3785: Update to Spring Data Fowler SR2

JIRA: https://jira.spring.io/browse/INT-3785
This commit is contained in:
Gary Russell
2015-07-28 16:40:28 -04:00
parent 32e23d1642
commit d6aa9f8334

View File

@@ -131,8 +131,8 @@ subprojects { subproject ->
smackVersion = '4.0.6'
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '1.5.0.M1'
// springCloudClusterVersion = '1.0.0.BUILD-SNAPSHOT'
springDataMongoVersion = '1.7.0.RELEASE'
springDataRedisVersion = '1.5.2.BUILD-SNAPSHOT'
springDataMongoVersion = '1.7.2.RELEASE'
springDataRedisVersion = '1.5.2.RELEASE'
springGemfireVersion = '1.6.0.RELEASE'
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '4.0.1.RELEASE'
springSocialTwitterVersion = '1.1.0.RELEASE'