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 2023/04/05 04:50:10 UTC

[camel-kameleon] branch main updated: Upgrade to quarkus 2.16.6 and latest Camel releases

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


The following commit(s) were added to refs/heads/main by this push:
     new 68201fa  Upgrade to quarkus 2.16.6 and latest Camel releases
68201fa is described below

commit 68201fa486177091eb7965739acf229ea3c60282
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Apr 5 06:49:24 2023 +0200

    Upgrade to quarkus 2.16.6 and latest Camel releases
---
 pom.xml                          | 4 ++--
 src/main/resources/kameleon.json | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index d6ad88c..cd5a7c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,10 +33,10 @@ under the License.
         <maven.compiler.target>11</maven.compiler.target>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-        <quarkus-plugin.version>2.16.5.Final</quarkus-plugin.version>
+        <quarkus-plugin.version>2.16.6.Final</quarkus-plugin.version>
         <quarkus.platform.artifact-id>quarkus-universe-bom</quarkus.platform.artifact-id>
         <quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
-        <quarkus.platform.version>2.16.5.Final</quarkus.platform.version>
+        <quarkus.platform.version>2.16.6.Final</quarkus.platform.version>
         <surefire-plugin.version>3.0.0</surefire-plugin.version>
         <version.camel-quarkus>2.16.0</version.camel-quarkus>
         <version.camel-classic>3.20.3</version.camel-classic>
diff --git a/src/main/resources/kameleon.json b/src/main/resources/kameleon.json
index 48613e1..017235a 100644
--- a/src/main/resources/kameleon.json
+++ b/src/main/resources/kameleon.json
@@ -15,7 +15,7 @@
           "archetypeArtifactId": "camel-archetype-main"
         },
         {
-          "name": "3.18.5",
+          "name": "3.18.6",
           "suffix": "LTS",
           "javaVersions": ["11", "17"],
           "defaultJava": "11",
@@ -58,7 +58,7 @@
           "archetypeArtifactId": "camel-archetype-spring-boot"
         },
         {
-          "name": "3.18.5",
+          "name": "3.18.6",
           "suffix": "LTS",
           "javaVersions": ["11", "17"],
           "defaultJava": "11",
@@ -92,11 +92,11 @@
       "componentListTitle": "Camel Quarkus extensions",
       "versions": [
         {
-          "name": "2.16.5",
+          "name": "2.16.6",
           "suffix": "",
           "javaVersions": ["11", "17"],
           "defaultJava": "11",
-          "runtimeVersion": "2.16.5.Final",
+          "runtimeVersion": "2.16.6.Final",
           "archetypeGroupId": "io.quarkus",
           "archetypeArtifactId": "quarkus-maven-plugin"
         }