Upgrade to Reactor Bismuth-BUILD-SNAPSHOT

This is done in order to prepare for Reactor Bismuth-SR1
which will be used by Spring Framework 5.0.1.RELEASE.

Issue: SPR-16085
This commit is contained in:
Sebastien Deleuze
2017-10-18 11:38:07 +02:00
parent 32d78e60b6
commit e5a55327f4

View File

@@ -53,7 +53,7 @@ configure(allprojects) { project ->
ext.kotlinVersion = "1.1.51"
ext.log4jVersion = "2.9.1"
ext.nettyVersion = "4.1.16.Final"
ext.reactorVersion = "Bismuth-RELEASE"
ext.reactorVersion = "Bismuth-BUILD-SNAPSHOT"
ext.rxjavaVersion = "1.3.2"
ext.rxjavaAdapterVersion = "1.2.1"
ext.rxjava2Version = "2.1.5"
@@ -126,6 +126,7 @@ configure(allprojects) { project ->
repositories {
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/milestone" }
maven { url "https://repo.spring.io/snapshot" }
}
dependencies {