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 1d2d7e732744dd2187332da0f6e44cab8341a004
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon Dec 26 11:11:47 2022 +0100

    Add 3.18.x LTS release as well
---
 src/main/resources/kameleon.json | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/src/main/resources/kameleon.json b/src/main/resources/kameleon.json
index 754bf3d..c6c8846 100644
--- a/src/main/resources/kameleon.json
+++ b/src/main/resources/kameleon.json
@@ -14,6 +14,15 @@
           "archetypeGroupId": "org.apache.camel.archetypes",
           "archetypeArtifactId": "camel-archetype-main"
         },
+        {
+          "name": "3.18.4",
+          "suffix": "LTS",
+          "javaVersions": ["11", "17"],
+          "defaultJava": "11",
+          "runtimeVersion": "",
+          "archetypeGroupId": "org.apache.camel.archetypes",
+          "archetypeArtifactId": "camel-archetype-main"
+        },
         {
           "name": "3.14.6",
           "suffix": "LTS",
@@ -48,6 +57,15 @@
           "archetypeGroupId": "org.apache.camel.archetypes",
           "archetypeArtifactId": "camel-archetype-spring-boot"
         },
+        {
+          "name": "3.18.4",
+          "suffix": "LTS",
+          "javaVersions": ["11", "17"],
+          "defaultJava": "11",
+          "runtimeVersion": "",
+          "archetypeGroupId": "org.apache.camel.archetypes",
+          "archetypeArtifactId": "camel-archetype-spring-boot"
+        },
         {
           "name": "3.14.6",
           "suffix": "LTS",

Reply via email to