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/01/05 10:22:24 UTC

[camel] branch master updated (898c659 -> 4da01d3)

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 898c659  Fix run example command in archetype-java
     new 3815bc8  Upgrade Async Http Client to version 2.12.2
     new 4da01d3  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 Async Http Client to version 2.12.2

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 3815bc8ac7bca4d94e14c8fc86575d9744ee9cfe
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 5 11:17:05 2021 +0100

    Upgrade Async Http Client to version 2.12.2
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index a749de1..c531b3a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -45,7 +45,7 @@
         <activemq-version>5.16.0</activemq-version>
         <activemq-artemis-version>2.16.0</activemq-artemis-version>
         <aether-version>1.0.2.v20150114</aether-version>
-        <ahc-version>2.12.1</ahc-version>
+        <ahc-version>2.12.2</ahc-version>
         <android-annotations-version>4.1.1.4</android-annotations-version>
         <apacheds-version>2.0.0.AM26</apacheds-version>
         <apache-any23-version>2.3</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 master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 4da01d35831626e30c689536185154a77358e4db
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 5 11:21:27 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 94e4d96..dd146e1 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -36,7 +36,7 @@
     <activemq-artemis-version>2.16.0</activemq-artemis-version>
     <activemq-version>5.16.0</activemq-version>
     <aether-version>1.0.2.v20150114</aether-version>
-    <ahc-version>2.12.1</ahc-version>
+    <ahc-version>2.12.2</ahc-version>
     <android-annotations-version>4.1.1.4</android-annotations-version>
     <apache-any23-version>2.3</apache-any23-version>
     <apache-drill-version>1.18.0</apache-drill-version>