From 0adebaf8ed522b440977fa18ca4247ede8f4c2e2 Mon Sep 17 00:00:00 2001 From: Ben Hale Date: Fri, 12 Aug 2016 10:50:59 -0700 Subject: [PATCH] Reactor Updates This change updates the project to use reactor-core 3.0.0.RC2 and reactor- netty 0.5.0.M3. --- README.md | 8 ++++---- .../cloudfoundry-client-reactor.iml | 6 +++--- cloudfoundry-client/cloudfoundry-client.iml | 2 +- .../cloudfoundry-gradle-plugin.iml | 6 +++--- .../cloudfoundry-maven-plugin.iml | 6 +++--- cloudfoundry-operations/cloudfoundry-operations.iml | 2 +- cloudfoundry-util/cloudfoundry-util.iml | 2 +- integration-test/integration-test.iml | 6 +++--- pom.xml | 12 ++++++++++-- 9 files changed, 29 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index b625df19ba8..a5f158993b1 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,12 @@ Most projects will need two dependencies; the Operations API and an implementati io.projectreactor reactor-core - 3.0.0.BUILD-SNAPSHOT + 3.0.0.RC2 io.projectreactor.ipc reactor-netty - 0.5.0.BUILD-SNAPSHOT + 0.5.0.M3 ... @@ -78,8 +78,8 @@ For Gradle, the dependencies would be defined like this: dependencies { compile 'org.cloudfoundry:cloudfoundry-client-reactor:2.0.0.BUILD-SNAPSHOT' compile 'org.cloudfoundry:cloudfoundry-operations:2.0.0.BUILD-SNAPSHOT' - compile 'io.projectreactor:reactor-core:3.0.0.BUILD-SNAPSHOT' - compile 'io.projectreactor.ipc:reactor-netty:0.5.0.BUILD-SNAPSHOT' + compile 'io.projectreactor:reactor-core:3.0.0.RC2' + compile 'io.projectreactor.ipc:reactor-netty:0.5.0.M3' ... } ``` diff --git a/cloudfoundry-client-reactor/cloudfoundry-client-reactor.iml b/cloudfoundry-client-reactor/cloudfoundry-client-reactor.iml index a309012cc8a..db3b6ffd33d 100644 --- a/cloudfoundry-client-reactor/cloudfoundry-client-reactor.iml +++ b/cloudfoundry-client-reactor/cloudfoundry-client-reactor.iml @@ -32,14 +32,14 @@ - - + + - + diff --git a/cloudfoundry-client/cloudfoundry-client.iml b/cloudfoundry-client/cloudfoundry-client.iml index b33504a1319..000e346e800 100644 --- a/cloudfoundry-client/cloudfoundry-client.iml +++ b/cloudfoundry-client/cloudfoundry-client.iml @@ -26,7 +26,7 @@ - + diff --git a/cloudfoundry-gradle-plugin/cloudfoundry-gradle-plugin.iml b/cloudfoundry-gradle-plugin/cloudfoundry-gradle-plugin.iml index 5f55e15d7c6..2e2cbd37af5 100644 --- a/cloudfoundry-gradle-plugin/cloudfoundry-gradle-plugin.iml +++ b/cloudfoundry-gradle-plugin/cloudfoundry-gradle-plugin.iml @@ -15,13 +15,13 @@ - - + + - + diff --git a/cloudfoundry-maven-plugin/cloudfoundry-maven-plugin.iml b/cloudfoundry-maven-plugin/cloudfoundry-maven-plugin.iml index 5f55e15d7c6..2e2cbd37af5 100644 --- a/cloudfoundry-maven-plugin/cloudfoundry-maven-plugin.iml +++ b/cloudfoundry-maven-plugin/cloudfoundry-maven-plugin.iml @@ -15,13 +15,13 @@ - - + + - + diff --git a/cloudfoundry-operations/cloudfoundry-operations.iml b/cloudfoundry-operations/cloudfoundry-operations.iml index 233af463312..7278abac4cf 100644 --- a/cloudfoundry-operations/cloudfoundry-operations.iml +++ b/cloudfoundry-operations/cloudfoundry-operations.iml @@ -28,7 +28,7 @@ - + diff --git a/cloudfoundry-util/cloudfoundry-util.iml b/cloudfoundry-util/cloudfoundry-util.iml index ca43415f8b1..2b899697ffa 100644 --- a/cloudfoundry-util/cloudfoundry-util.iml +++ b/cloudfoundry-util/cloudfoundry-util.iml @@ -13,7 +13,7 @@ - + diff --git a/integration-test/integration-test.iml b/integration-test/integration-test.iml index 4827d5a5f48..a7eb252c32c 100644 --- a/integration-test/integration-test.iml +++ b/integration-test/integration-test.iml @@ -25,13 +25,13 @@ - - + + - + diff --git a/pom.xml b/pom.xml index e4849bd00de..65937db0872 100644 --- a/pom.xml +++ b/pom.xml @@ -55,8 +55,8 @@ 4.1.4.Final 3.4.1 UTF-8 - 3.0.0.BUILD-SNAPSHOT - 0.5.0.BUILD-SNAPSHOT + 3.0.0.RC2 + 0.5.0.M3 2.2.0 @@ -225,6 +225,14 @@ false + + spring-releases + Spring Releases + http://repo.spring.io/release + + false + + spring-snapshots Spring Snapshots