Update spring-retry to 1.2.0.RC1

This commit is contained in:
Gary Russell
2016-10-14 10:44:45 -04:00
parent a1f554c04d
commit 8d70463c7a

View File

@@ -129,7 +129,7 @@ subprojects { subproject ->
springGemfireVersion = '1.9.0.BUILD-SNAPSHOT'
springSecurityVersion = '4.1.2.RELEASE'
springSocialTwitterVersion = '1.1.2.RELEASE'
springRetryVersion = '1.1.3.RELEASE'
springRetryVersion = '1.2.0.RC1'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.0.BUILD-SNAPSHOT'
springWsVersion = '2.3.0.RELEASE'
xmlUnitVersion = '1.6'