Browse Source

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
pull/1569/head
Sebastien Deleuze 8 years ago
parent
commit
e5a55327f4
  1. 3
      build.gradle

3
build.gradle

@ -53,7 +53,7 @@ configure(allprojects) { project -> @@ -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 -> @@ -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 {

Loading…
Cancel
Save