Change version from .BUILD-SNAPSHOT to -SNAPSHOT

This commit is contained in:
Gary Russell
2020-05-26 13:10:12 -04:00
parent 7cc3f0a5ee
commit fd61adc090
2 changed files with 4 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ ext {
rabbitmqHttpClientVersion = '3.2.0.RELEASE'
reactorVersion = 'Dysprosium-SR7'
springDataCommonsVersion = '2.3.0.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.6.RELEASE'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.0-SNAPSHOT'
springRetryVersion = '1.3.0'
}
@@ -91,7 +91,7 @@ allprojects {
repositories {
maven { url 'https://repo.spring.io/libs-release' }
if (version.endsWith('BUILD-SNAPSHOT')) {
if (version.endsWith('-SNAPSHOT')) {
maven { url 'https://repo.spring.io/libs-snapshot' }
}
// maven { url 'https://repo.spring.io/libs-staging-local' }
@@ -168,7 +168,7 @@ subprojects { subproject ->
// To avoid compiler warnings about @API annotations in JUnit code
testCompileOnly 'org.apiguardian:apiguardian-api:1.0.0'
testCompileOnly "com.google.code.findbugs:jsr305:$googleJsr305Version"
testImplementation 'org.jetbrains.kotlin:kotlin-reflect'
testImplementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'

View File

@@ -1,4 +1,4 @@
version=2.3.0.BUILD-SNAPSHOT
version=2.3.0-SNAPSHOT
org.gradlee.caching=true
org.gradle.daemon=true
org.gradle.parallel=true