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/02/17 06:49:40 UTC

[camel] branch master updated (df83ef5 -> b81509b)

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 df83ef5  CAMEL-15964 - Full regen
     new c13da97  Upgrade Artemis to version 2.17.0
     new b81509b  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] 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 master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit b81509b6d27c6e19055597c209f84a15111d97ff
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Feb 17 07:49:06 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 6e44ac3..bd794eb 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.16.0</activemq-artemis-version>
+    <activemq-artemis-version>2.17.0</activemq-artemis-version>
     <activemq-version>5.16.1</activemq-version>
     <aether-version>1.0.2.v20150114</aether-version>
     <ahc-version>2.12.2</ahc-version>


[camel] 01/02: Upgrade Artemis to version 2.17.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 c13da9715aabd2dd747450a0177228b29e4da57c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Feb 17 07:31:49 2021 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index a9b7ef4..57ab9f0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -43,7 +43,7 @@
         <abdera-version>1.1.3</abdera-version>
         <!-- Note that activemq dependency is only used for testing! -->
         <activemq-version>5.16.1</activemq-version>
-        <activemq-artemis-version>2.16.0</activemq-artemis-version>
+        <activemq-artemis-version>2.17.0</activemq-artemis-version>
         <aether-version>1.0.2.v20150114</aether-version>
         <ahc-version>2.12.2</ahc-version>
         <android-annotations-version>4.1.1.4</android-annotations-version>