Upgrade to SK 2.6.0-M1; prepare for release

This commit is contained in:
Artem Bilan
2020-08-12 13:18:21 -04:00
parent 5c2af845d5
commit 21df969198

View File

@@ -100,7 +100,7 @@ ext {
soapVersion = '1.4.0'
springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '2.3.0-M2'
springDataVersion = project.hasProperty('springDataVersion') ? project.springDataVersion : '2020.0.0-M2'
springKafkaVersion = '2.6.0-SNAPSHOT'
springKafkaVersion = '2.6.0-M1'
springRetryVersion = '1.3.0'
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.4.0-RC1'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.0-M2'