Skip to content

Commit aee8a9c

Browse files
committed
Upgrade to Bismuth-SR5
Issue: SPR-16385
1 parent 91e6274 commit aee8a9c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ configure(allprojects) { project ->
5353
ext.kotlinVersion = "1.2.20"
5454
ext.log4jVersion = "2.10.0"
5555
ext.nettyVersion = "4.1.20.Final"
56-
ext.reactorVersion = "Bismuth-BUILD-SNAPSHOT"
56+
ext.reactorVersion = "Bismuth-SR5"
5757
ext.rxjavaVersion = "1.3.4"
5858
ext.rxjavaAdapterVersion = "1.2.1"
5959
ext.rxjava2Version = "2.1.8"
@@ -132,7 +132,6 @@ configure(allprojects) { project ->
132132
repositories {
133133
maven { url "https://repo.spring.io/libs-release" }
134134
maven { url "https://repo.spring.io/milestone" } // for AspectJ 1.9 beta
135-
maven { url "https://repo.spring.io/snapshot" } // for Reactor snapshots
136135
}
137136

138137
dependencies {

0 commit comments

Comments
 (0)