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 4074b56 commit ceac6b0Copy full SHA for ceac6b0
build.gradle
@@ -51,9 +51,9 @@ ext {
51
mockitoVersion = '3.0.0'
52
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.7.3'
53
rabbitmqHttpClientVersion = '3.2.0.RELEASE'
54
- reactorVersion = 'Dysprosium-RELEASE'
55
- springDataCommonsVersion = '2.2.0.RELEASE'
56
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.0.RELEASE'
+ reactorVersion = 'Dysprosium-BUILD-SNAPSHOT'
+ springDataCommonsVersion = '2.2.1.BUILD-SNAPSHOT'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.1.BUILD-SNAPSHOT'
57
springRetryVersion = '1.2.4.RELEASE'
58
}
59
0 commit comments