You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/01/31 07:44:58 UTC

[camel] branch master updated: Upgrade Reactor Core to version 3.2.5.RELEASE

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new ae20a65  Upgrade Reactor Core to version 3.2.5.RELEASE
ae20a65 is described below

commit ae20a65277a765365e2052c509322c1b1e8a6fad
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jan 31 08:44:32 2019 +0100

    Upgrade Reactor Core to version 3.2.5.RELEASE
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 0348a01..2b4aab7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -566,7 +566,7 @@
     <quickfixj-version>2.1.1</quickfixj-version>
     <rabbitmq-amqp-client-version>5.6.0</rabbitmq-amqp-client-version>
     <reactive-streams-version>1.0.2</reactive-streams-version>
-    <reactor-version>3.2.4.RELEASE</reactor-version>
+    <reactor-version>3.2.5.RELEASE</reactor-version>
     <reflections-version>0.9.11</reflections-version>
     <reflections-bundle-version>0.9.11_1</reflections-bundle-version>
     <regexp-bundle-version>1.4_1</regexp-bundle-version>