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 2023/06/26 08:42:53 UTC

[camel-kamelets] branch 3.20.6 created (now 0a471b22)

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

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


      at 0a471b22 Upgrade to Camel 3.20.6

This branch includes the following new commits:

     new 0a471b22 Upgrade to Camel 3.20.6

The 1 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.



[camel-kamelets] 01/01: Upgrade to Camel 3.20.6

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

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

commit 0a471b225e3ffdcd40c0816e3230413f64601928
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jun 26 10:41:34 2023 +0200

    Upgrade to Camel 3.20.6
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1b382b01..6b91ddab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.20.5</version>
+        <version>3.20.6</version>
     </parent>
 
     <groupId>org.apache.camel.kamelets</groupId>
@@ -58,7 +58,7 @@
         <maven-groovy-plugin.version>2.1.1</maven-groovy-plugin.version>
         <apache-rat-plugin.version>0.14</apache-rat-plugin.version>
 
-        <camel.version>3.20.5</camel.version>
+        <camel.version>3.20.6</camel.version>
         <camel.k.extension.version>6.1.1</camel.k.extension.version>
 
         <!-- Versions used inside Kamelets (add them also to the dependencyManagement section and the groovy script below) -->