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:15 UTC

[camel-kamelets] 01/01: Upgrade Camel to 3.12.0 preparing for camel-k release 1.7.0

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>