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 2022/03/30 10:34:09 UTC

[camel-kamelets] branch main updated: Upgrade Camel to version 3.16.0

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-kamelets.git


The following commit(s) were added to refs/heads/main by this push:
     new 1aaf3d8  Upgrade Camel to version 3.16.0
1aaf3d8 is described below

commit 1aaf3d8b123f05429914115873bb29147abfa28a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 30 11:59:46 2022 +0200

    Upgrade Camel to version 3.16.0
---
 docs/antora.yml | 4 ++--
 pom.xml         | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index 7f3dfd9..71386ca 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -34,5 +34,5 @@ asciidoc:
     camel-k-docs-version: next
 #    camel-kafka-connector-version: none
 #    camel-kafka-connector-docs-version: none
-    camel-version: 3.15.0
-    camel-docs-version: 3.15.x
+    camel-version: 3.16.0
+    camel-docs-version: 3.16.x
diff --git a/pom.xml b/pom.xml
index a8399fc..9a85b42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
         <maven-groovy-plugin.version>2.1.1</maven-groovy-plugin.version>
         <apache-rat-plugin.version>0.13</apache-rat-plugin.version>
 
-        <camel.version>3.15.0</camel.version>
+        <camel.version>3.16.0</camel.version>
         <slf4j.version>1.7.36</slf4j.version>
         <log4j.version>2.17.2</log4j.version>
         <jackson.version>2.13.2</jackson.version>