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/24 12:22:28 UTC

[camel] branch main updated (fe03421 -> 48bba34)

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 fe03421  Sync deps
     new 71e28eb  CAMEL-17062 - Move camel-dependencies after catalog module
     new ef74db1  Upgrade PicoCli to version 4.6.2
     new 48bba34  Sync deps

The 3 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 +-
 pom.xml                    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

[camel] 03/03: 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 48bba348adbba59f56ecb7c8a3033b8fb83006bd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 24 13:21: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 5b81be6..be5800c 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -455,7 +455,7 @@
     <pdfbox-version>2.0.24</pdfbox-version>
     <pgjdbc-driver-version>42.2.23</pgjdbc-driver-version>
     <pgjdbc-ng-driver-version>0.8.9</pgjdbc-ng-driver-version>
-    <picocli-version>4.6.1</picocli-version>
+    <picocli-version>4.6.2</picocli-version>
     <powermock-version>2.0.7</powermock-version>
     <properties-maven-plugin-version>1.0-alpha-2</properties-maven-plugin-version>
     <protobuf-maven-plugin-version>0.6.1</protobuf-maven-plugin-version>

[camel] 01/03: CAMEL-17062 - Move camel-dependencies after catalog module

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 71e28ebe69a5c87721bbc63693a884473baf302e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 24 13:10:47 2021 +0100

    CAMEL-17062 - Move camel-dependencies after catalog module
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c5e0e42..b087321 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,6 @@
 
     <modules>
         <module>parent</module>
-        <module>camel-dependencies</module>
         <module>init</module>
         <module>etc</module>
         <module>bom</module>
@@ -80,6 +79,7 @@
         <module>components</module>
         <module>archetypes</module>
         <module>catalog</module>
+        <module>camel-dependencies</module>
         <module>dsl</module>
         <module>tests</module>
         <module>docs</module>

[camel] 02/03: Upgrade PicoCli to version 4.6.2

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 ef74db16123bfa72446d5ea41342c63a7d917dac
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 24 13:17:54 2021 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 0ee68e9..011c2cb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -443,7 +443,7 @@
         <pdfbox-version>2.0.24</pdfbox-version>
         <pgjdbc-driver-version>42.2.23</pgjdbc-driver-version>
         <pgjdbc-ng-driver-version>0.8.9</pgjdbc-ng-driver-version>
-        <picocli-version>4.6.1</picocli-version>
+        <picocli-version>4.6.2</picocli-version>
         <powermock-version>2.0.7</powermock-version>
         <properties-maven-plugin-version>1.0-alpha-2</properties-maven-plugin-version>
         <protobuf-version>3.17.3</protobuf-version>