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/09/20 13:19:04 UTC

[camel] branch master updated (759b963 -> 56d1329)

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 759b963  CAMEL-15549: Api components now have details about APIs being consumer or producer only.
     new b05dfe4  Upgrade Qpid Broker to version 8.0.1
     new 56d1329  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] 01/02: Upgrade Qpid Broker to version 8.0.1

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 b05dfe429621a1fb369f02c3397b2b31e370f81f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Sep 20 15:13:48 2020 +0200

    Upgrade Qpid Broker to version 8.0.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 81c47dc..d3b15c0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -467,7 +467,7 @@
         <protonpack-version>1.8</protonpack-version>
         <pubnub-version>4.25.0</pubnub-version>
         <pulsar-version>2.6.1</pulsar-version>
-        <qpid-broker-version>8.0.0</qpid-broker-version>
+        <qpid-broker-version>8.0.1</qpid-broker-version>
         <qpid-proton-j-version>0.33.6</qpid-proton-j-version>
         <qpid-jms-client-version>0.54.0</qpid-jms-client-version>
         <quartz-version>2.3.2</quartz-version>


[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 56d132929afb8d3ba166bdb50644ea44278a1789
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Sep 20 15:18:06 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 fd85a32..cf91c84 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -479,7 +479,7 @@
     <protonpack-version>1.8</protonpack-version>
     <pubnub-version>4.25.0</pubnub-version>
     <pulsar-version>2.6.1</pulsar-version>
-    <qpid-broker-version>8.0.0</qpid-broker-version>
+    <qpid-broker-version>8.0.1</qpid-broker-version>
     <qpid-jms-client-version>0.54.0</qpid-jms-client-version>
     <qpid-proton-j-version>0.33.6</qpid-proton-j-version>
     <quartz-version>2.3.2</quartz-version>