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 2018/10/23 09:16:53 UTC

[camel] branch master updated: Upgrade Reactor Core to version 3.2.1.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 8733862  Upgrade Reactor Core to version 3.2.1.RELEASE
8733862 is described below

commit 8733862c1804b5e32a6a74fbd49767c205b01f55
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 23 11:16:26 2018 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index d6b8318..dddc430 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -580,7 +580,7 @@
     <quickfixj-version>2.1.0</quickfixj-version>
     <rabbitmq-amqp-client-version>5.5.0</rabbitmq-amqp-client-version>
     <reactive-streams-version>1.0.2</reactive-streams-version>
-    <reactor-version>3.2.0.RELEASE</reactor-version>
+    <reactor-version>3.2.1.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>