You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/08/06 07:40:54 UTC

[camel-kameleon] 03/03: Upgrade to camel quarkus 2.11.0

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kameleon.git

commit 7de9279ead2701ccbe2f5662a2d6b8ba32980e19
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Aug 6 09:39:37 2022 +0200

    Upgrade to camel quarkus 2.11.0
---
 src/main/resources/kameleon.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/kameleon.json b/src/main/resources/kameleon.json
index 0a6695c..fe38f08 100644
--- a/src/main/resources/kameleon.json
+++ b/src/main/resources/kameleon.json
@@ -108,11 +108,11 @@
       "componentListTitle": "Camel Quarkus extensions",
       "versions": [
         {
-          "name": "2.9.0",
+          "name": "2.11.0",
           "suffix": "",
           "javaVersions": ["11"],
           "defaultJava": "11",
-          "runtimeVersion": "2.3.0.Final",
+          "runtimeVersion": "2.11.1.Final",
           "archetypeGroupId": "io.quarkus",
           "archetypeArtifactId": "quarkus-maven-plugin"
         }