Update Spring AMQP to 1.4.0.RC1

This commit is contained in:
Gary Russell
2014-10-23 14:49:23 -04:00
parent 134aa5923e
commit 6e81950236

View File

@@ -121,7 +121,7 @@ subprojects { subproject ->
tomcatVersion = "7.0.55"
smack3Version = '3.2.1'
smackVersion = '4.0.0'
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '1.4.0.M1'
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '1.4.0.RC1'
springDataMongoVersion = '1.6.0.RELEASE'
springDataRedisVersion = '1.4.0.RELEASE'
springGemfireVersion = '1.5.0.RELEASE'