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 2020/07/31 06:43:37 UTC

[camel] branch master updated (31fe114 -> e39ce93)

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

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


    from 31fe114  Sync Properties
     new 5e9b566  Upgrade Netty Reactive Streams to version 2.0.4
     new e39ce93  Sync Properties

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel] 02/02: Sync Properties

Posted by ac...@apache.org.
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

commit e39ce930de4fcadec0afba1b1510c95495454265
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jul 31 08:21:24 2020 +0200

    Sync Properties
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index cb4164d..342b5ab 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -444,7 +444,7 @@
     <neoscada-version>0.4.0</neoscada-version>
     <nessus-ipfs-version>1.0.0.Beta4</nessus-ipfs-version>
     <nessus-weka-version>1.0.1</nessus-weka-version>
-    <netty-reactive-streams-version>2.0.3</netty-reactive-streams-version>
+    <netty-reactive-streams-version>2.0.4</netty-reactive-streams-version>
     <netty-version>4.1.51.Final</netty-version>
     <netty3-version>3.10.6.Final</netty3-version>
     <netty40-version>4.0.56.Final</netty40-version>


[camel] 01/02: Upgrade Netty Reactive Streams to version 2.0.4

Posted by ac...@apache.org.
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

commit 5e9b566c6de0ccfffb382b4b88b0292be1c7e3e5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jul 31 08:20:37 2020 +0200

    Upgrade Netty Reactive Streams to version 2.0.4
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 841b39f..83e748f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -432,7 +432,7 @@
         <neoscada-version>0.4.0</neoscada-version>
         <netty3-version>3.10.6.Final</netty3-version>
         <netty-version>4.1.51.Final</netty-version>
-        <netty-reactive-streams-version>2.0.3</netty-reactive-streams-version>
+        <netty-reactive-streams-version>2.0.4</netty-reactive-streams-version>
         <netty40-version>4.0.56.Final</netty40-version>
         <networknt-json-schema-validator-version>1.0.42</networknt-json-schema-validator-version>
         <nimbus-jose-jwt>8.9</nimbus-jose-jwt>