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/12/11 10:08:01 UTC

[camel] branch master updated (97ce74f -> 5ac25d5)

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 97ce74f  CAMEL-14284: Configuring endpoint should set properties on endpoint and not configuration object - pulsar component
     new ce8513f  Upgrade Qpid JMS client to version 0.48.0
     new 5ac25d5  Upgrade Proton J to version 0.33.3

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:
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[camel] 02/02: Upgrade Proton J to version 0.33.3

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 5ac25d5c11cc62a547095d4ac1aff5adaa7a2244
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Dec 11 11:00:59 2019 +0100

    Upgrade Proton J to version 0.33.3
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e8c0732..fc928cc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -527,7 +527,7 @@
         <pulsar-version>2.4.1</pulsar-version>
         <pulsar-bundle-version>2.4.1_1</pulsar-bundle-version>
         <qpid-broker-version>7.1.6</qpid-broker-version>
-        <qpid-proton-j-version>0.33.2</qpid-proton-j-version>
+        <qpid-proton-j-version>0.33.3</qpid-proton-j-version>
         <qpid-jms-client-version>0.48.0</qpid-jms-client-version>
         <quartz-version>2.3.2</quartz-version>
         <quickfixj-version>2.1.1</quickfixj-version>


[camel] 01/02: Upgrade Qpid JMS client to version 0.48.0

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 ce8513f7710da3ae9dd90b6de7a0efc0412ca77c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Dec 11 11:00:26 2019 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 07ffd76..e8c0732 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -528,7 +528,7 @@
         <pulsar-bundle-version>2.4.1_1</pulsar-bundle-version>
         <qpid-broker-version>7.1.6</qpid-broker-version>
         <qpid-proton-j-version>0.33.2</qpid-proton-j-version>
-        <qpid-jms-client-version>0.47.0</qpid-jms-client-version>
+        <qpid-jms-client-version>0.48.0</qpid-jms-client-version>
         <quartz-version>2.3.2</quartz-version>
         <quickfixj-version>2.1.1</quickfixj-version>
         <rabbitmq-amqp-client-version>5.7.3</rabbitmq-amqp-client-version>