Skip to content

Commit fd61adc

Browse files
committed
Change version from .BUILD-SNAPSHOT to -SNAPSHOT
1 parent 7cc3f0a commit fd61adc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ext {
5757
rabbitmqHttpClientVersion = '3.2.0.RELEASE'
5858
reactorVersion = 'Dysprosium-SR7'
5959
springDataCommonsVersion = '2.3.0.RELEASE'
60-
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.2.6.RELEASE'
60+
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.0-SNAPSHOT'
6161
springRetryVersion = '1.3.0'
6262
}
6363

@@ -91,7 +91,7 @@ allprojects {
9191

9292
repositories {
9393
maven { url 'https://repo.spring.io/libs-release' }
94-
if (version.endsWith('BUILD-SNAPSHOT')) {
94+
if (version.endsWith('-SNAPSHOT')) {
9595
maven { url 'https://repo.spring.io/libs-snapshot' }
9696
}
9797
// maven { url 'https://repo.spring.io/libs-staging-local' }
@@ -168,7 +168,7 @@ subprojects { subproject ->
168168

169169
// To avoid compiler warnings about @API annotations in JUnit code
170170
testCompileOnly 'org.apiguardian:apiguardian-api:1.0.0'
171-
171+
172172
testCompileOnly "com.google.code.findbugs:jsr305:$googleJsr305Version"
173173
testImplementation 'org.jetbrains.kotlin:kotlin-reflect'
174174
testImplementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2.3.0.BUILD-SNAPSHOT
1+
version=2.3.0-SNAPSHOT
22
org.gradlee.caching=true
33
org.gradle.daemon=true
44
org.gradle.parallel=true

0 commit comments

Comments
 (0)