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/09 12:37:14 UTC

[camel-kamelets] branch camel-3.12.0 created (now 8cfc7e5)

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

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


      at 8cfc7e5  Upgrade Camel to 3.12.0 preparing for camel-k release 1.7.0

This branch includes the following new commits:

     new 8cfc7e5  Upgrade Camel to 3.12.0 preparing for camel-k release 1.7.0

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 Camel to 3.12.0 preparing for camel-k release 1.7.0

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

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

commit 8cfc7e5c0402605746ea19d4ffd907593447703d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 9 13:36:21 2021 +0100

    Upgrade Camel to 3.12.0 preparing for camel-k release 1.7.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1005841..ec6c493 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
         <maven-antrun-plugin.version>3.0.0</maven-antrun-plugin.version>
         <apache-rat-plugin.version>0.13</apache-rat-plugin.version>
 
-        <camel.version>3.11.2</camel.version>
+        <camel.version>3.12.0</camel.version>
         <slf4j.version>1.7.30</slf4j.version>
         <log4j.version>2.13.3</log4j.version>
         <jackson.version>2.12.5</jackson.version>