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 2021/11/16 07:00:33 UTC

[camel] branch main updated (234c383 -> 3aea09e)

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

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


    from 234c383  Sync deps
     new 123e08f  Upgrade Artemis to version 2.19.0
     new 3aea09e  Sync deps

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 Artemis to version 2.19.0

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 123e08fbabed9bdb0f783a016ee627ce817d7acb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 16 07:44:17 2021 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index fdf4425..4a2e132 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -50,7 +50,7 @@
         <abdera-version>1.1.3</abdera-version>
         <!-- Note that activemq dependency is only used for testing! -->
         <activemq-version>5.16.3</activemq-version>
-        <activemq-artemis-version>2.18.0</activemq-artemis-version>
+        <activemq-artemis-version>2.19.0</activemq-artemis-version>
         <ahc-version>2.12.3</ahc-version>
         <apacheds-version>2.0.0.AM26</apacheds-version>
         <apache-any23-version>2.4</apache-any23-version>

[camel] 02/02: Sync deps

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3aea09efaf1db4d424b52a813312bee86c1225e9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 16 07:59:45 2021 +0100

    Sync deps
---
 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 ba8254fb..32a8e5e 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -33,7 +33,7 @@
   <description>Camel Dependencies POM</description>
   <properties>
     <abdera-version>1.1.3</abdera-version>
-    <activemq-artemis-version>2.18.0</activemq-artemis-version>
+    <activemq-artemis-version>2.19.0</activemq-artemis-version>
     <activemq-version>5.16.3</activemq-version>
     <ahc-version>2.12.3</ahc-version>
     <apache-any23-version>2.4</apache-any23-version>