This is an automated email from the ASF dual-hosted git repository. marat 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 06b0968 Upgrade camel to the latest (#23) 06b0968 is described below commit 06b0968cbe813efab9acb8e59d3b3eac4301c61e Author: Marat Gubaidullin <marat.gubaidul...@gmail.com> AuthorDate: Thu Aug 4 11:42:00 2022 -0400 Upgrade camel to the latest (#23) --- pom.xml | 8 ++++---- src/main/resources/kameleon.json | 30 +++++++++++++++--------------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index d66a66d..ecd6d3c 100644 --- a/pom.xml +++ b/pom.xml @@ -33,13 +33,13 @@ 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.9.2.Final</quarkus-plugin.version> + <quarkus-plugin.version>2.11.1.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.9.2.Final</quarkus.platform.version> + <quarkus.platform.version>2.11.1.Final</quarkus.platform.version> <surefire-plugin.version>3.0.0-M5</surefire-plugin.version> - <version.camel-quarkus>2.9.0</version.camel-quarkus> - <version.camel-classic>3.17.0</version.camel-classic> + <version.camel-quarkus>2.11.0</version.camel-quarkus> + <version.camel-classic>3.18.0</version.camel-classic> <version.camel-kamelet>0.8.1</version.camel-kamelet> <version.maven-artifact>3.8.4</version.maven-artifact> </properties> diff --git a/src/main/resources/kameleon.json b/src/main/resources/kameleon.json index 54b89eb..0a6695c 100644 --- a/src/main/resources/kameleon.json +++ b/src/main/resources/kameleon.json @@ -6,16 +6,16 @@ "componentListTitle": "Camel components", "versions": [ { - "name": "3.17.0", - "suffix": "", - "javaVersions": ["11", "1.8"], + "name": "3.18.0", + "suffix": "LTS", + "javaVersions": ["11", "17"], "defaultJava": "11", "runtimeVersion": "", "archetypeGroupId": "org.apache.camel.archetypes", "archetypeArtifactId": "camel-archetype-main" }, { - "name": "3.14.3", + "name": "3.14.4", "suffix": "LTS", "javaVersions": ["11", "1.8"], "defaultJava": "11", @@ -40,16 +40,16 @@ "componentListTitle": "Camel components", "versions": [ { - "name": "3.17.0", - "suffix": "", - "javaVersions": ["11", "1.8"], + "name": "3.18.0", + "suffix": "LTS", + "javaVersions": ["11", "17"], "defaultJava": "11", "runtimeVersion": "", "archetypeGroupId": "org.apache.camel.archetypes", "archetypeArtifactId": "camel-archetype-spring-boot" }, { - "name": "3.14.3", + "name": "3.14.4", "suffix": "LTS", "javaVersions": ["11", "1.8"], "defaultJava": "11", @@ -74,16 +74,16 @@ "componentListTitle": "Camel components", "versions": [ { - "name": "3.17.0", - "suffix": "", - "javaVersions": ["11", "1.8"], + "name": "3.18.0", + "suffix": "LTS", + "javaVersions": ["11", "17"], "defaultJava": "11", "runtimeVersion": "", "archetypeGroupId": "org.apache.camel.archetypes", "archetypeArtifactId": "camel-archetype-cdi" }, { - "name": "3.14.3", + "name": "3.14.4", "suffix": "LTS", "javaVersions": ["11", "1.8"], "defaultJava": "11", @@ -124,9 +124,9 @@ "componentListTitle": "Kamelets", "versions": [ { - "name": "3.17.0", - "suffix": "", - "javaVersions": ["11"], + "name": "3.18.0", + "suffix": "LTS", + "javaVersions": ["11", "17"], "defaultJava": "11", "runtimeVersion": "", "archetypeGroupId": "org.apache.camel.archetypes",