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/10/17 09:20:03 UTC

[camel-kameleon] branch main updated: Upgrade to quarkus 2.13.2

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 e88afc3  Upgrade to quarkus 2.13.2
e88afc3 is described below

commit e88afc360b7f6e3d42aaa90f101d47dc1d803fc5
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Oct 17 11:19:14 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index ee324dd..827b7bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,14 +33,14 @@ 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.12.3.Final</quarkus-plugin.version>
+        <quarkus-plugin.version>2.13.2.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.12.3.Final</quarkus.platform.version>
+        <quarkus.platform.version>2.13.2.Final</quarkus.platform.version>
         <surefire-plugin.version>3.0.0-M5</surefire-plugin.version>
-        <version.camel-quarkus>2.12.0</version.camel-quarkus>
+        <version.camel-quarkus>2.13.0</version.camel-quarkus>
         <version.camel-classic>3.18.2</version.camel-classic>
-        <version.camel-kamelet>0.9.0</version.camel-kamelet>
+        <version.camel-kamelet>0.9.1</version.camel-kamelet>
         <version.maven-artifact>3.8.5</version.maven-artifact>
     </properties>
     <dependencyManagement>
diff --git a/src/main/resources/kameleon.json b/src/main/resources/kameleon.json
index 182e82c..b0e1cb3 100644
--- a/src/main/resources/kameleon.json
+++ b/src/main/resources/kameleon.json
@@ -74,11 +74,11 @@
       "componentListTitle": "Camel Quarkus extensions",
       "versions": [
         {
-          "name": "2.12.0",
+          "name": "2.13.0",
           "suffix": "",
           "javaVersions": ["11"],
           "defaultJava": "11",
-          "runtimeVersion": "2.12.3.Final",
+          "runtimeVersion": "2.13.2.Final",
           "archetypeGroupId": "io.quarkus",
           "archetypeArtifactId": "quarkus-maven-plugin"
         }