We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d05de commit 20789acCopy full SHA for 20789ac
build.gradle
@@ -130,7 +130,7 @@ subprojects { subproject ->
130
romeToolsVersion = '1.9.0'
131
servletApiVersion = '4.0.0'
132
smackVersion = '4.2.3'
133
- springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.1.0.BUILD-SNAPSHOT'
+ springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.1.0.M1'
134
springDataJpaVersion = '2.1.0.RC1'
135
springDataMongoVersion = '2.1.0.RC1'
136
springDataRedisVersion = '2.1.0.RC1'
0 commit comments