Skip to content

Commit d3d82db

Browse files
committed
Upgrade to Spring AMQP 2.2 GA; prepare for release
1 parent 9720c82 commit d3d82db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ ext {
8989
rsocketVersion = '1.0.0-RC5'
9090
servletApiVersion = '4.0.1'
9191
smackVersion = '4.3.4'
92-
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.2.0.BUILD-SNAPSHOT'
92+
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.2.0.RELEASE'
9393
springDataVersion = 'Moore-RELEASE'
9494
springSecurityVersion = '5.2.0.RELEASE'
9595
springRetryVersion = '1.2.4.RELEASE'

0 commit comments

Comments
 (0)