From 07769ddcc6c3f67f26245d2b23204d2b33bd6b9d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 21 Oct 2020 14:21:49 +0200 Subject: [PATCH] Start building against Reactor 2020.0.0 snapshots See gh-25947 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 3a915403f34..f41d0fd398f 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ configure(allprojects) { project -> imports { mavenBom "com.fasterxml.jackson:jackson-bom:2.11.3" mavenBom "io.netty:netty-bom:4.1.53.Final" - mavenBom "io.projectreactor:reactor-bom:2020.0.0-RC2" + mavenBom "io.projectreactor:reactor-bom:2020.0.0-SNAPSHOT" mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR7" mavenBom "io.rsocket:rsocket-bom:1.1.0-RC1" mavenBom "org.eclipse.jetty:jetty-bom:9.4.32.v20200930" @@ -291,7 +291,7 @@ configure(allprojects) { project -> repositories { mavenCentral() maven { url "https://repo.spring.io/libs-spring-framework-build" } - maven { url "https://repo.spring.io/milestone" } // Reactor + maven { url "https://repo.spring.io/snapshot" } // Reactor } } configurations.all {