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 960b9e7  Update to Camel 3.11.2 and remove Java 14 as its EOL
960b9e7 is described below

commit 960b9e72de7312dd92aab5780ede93430b41ed4d
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Sep 24 09:25:43 2021 +0200

    Update to Camel 3.11.2 and remove Java 14 as its EOL
---
 pom.xml                          |  2 +-
 src/main/resources/kameleon.json | 20 ++++++++++----------
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index ff299dc..1825459 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@ under the License.
         <quarkus.platform.version>2.2.2.Final</quarkus.platform.version>
         <surefire-plugin.version>3.0.0-M5</surefire-plugin.version>
         <version.camel-quarkus>2.2.0</version.camel-quarkus>
-        <version.camel-classic>3.11.1</version.camel-classic>
+        <version.camel-classic>3.11.2</version.camel-classic>
         <version.camel-kamelet>0.3.0</version.camel-kamelet>
     </properties>
     <dependencyManagement>
diff --git a/src/main/resources/kameleon.json b/src/main/resources/kameleon.json
index 772ba86..dfb8322 100644
--- a/src/main/resources/kameleon.json
+++ b/src/main/resources/kameleon.json
@@ -6,9 +6,9 @@
       "componentListTitle": "Camel components",
       "versions": [
         {
-          "name": "3.11.1",
+          "name": "3.11.2",
           "suffix": "LTS",
-          "javaVersions": ["14", "11", "1.8"],
+          "javaVersions": ["11", "1.8"],
           "defaultJava": "11",
           "runtimeVersion": "",
           "archetypeGroupId": "org.apache.camel.archetypes",
@@ -17,7 +17,7 @@
         {
           "name": "3.7.5",
           "suffix": "LTS",
-          "javaVersions": ["14", "11", "1.8"],
+          "javaVersions": ["11", "1.8"],
           "defaultJava": "11",
           "runtimeVersion": "",
           "archetypeGroupId": "org.apache.camel.archetypes",
@@ -40,9 +40,9 @@
       "componentListTitle": "Camel components",
       "versions": [
         {
-          "name": "3.11.1",
+          "name": "3.11.2",
           "suffix": "LTS",
-          "javaVersions": ["14", "11", "1.8"],
+          "javaVersions": ["11", "1.8"],
           "defaultJava": "11",
           "runtimeVersion": "",
           "archetypeGroupId": "org.apache.camel.archetypes",
@@ -51,7 +51,7 @@
         {
           "name": "3.7.5",
           "suffix": "LTS",
-          "javaVersions": ["14", "11", "1.8"],
+          "javaVersions": ["11", "1.8"],
           "defaultJava": "11",
           "runtimeVersion": "",
           "archetypeGroupId": "org.apache.camel.archetypes",
@@ -74,9 +74,9 @@
       "componentListTitle": "Camel components",
       "versions": [
         {
-          "name": "3.11.1",
+          "name": "3.11.2",
           "suffix": "LTS",
-          "javaVersions": ["14", "11", "1.8"],
+          "javaVersions": ["11", "1.8"],
           "defaultJava": "11",
           "runtimeVersion": "",
           "archetypeGroupId": "org.apache.camel.archetypes",
@@ -85,7 +85,7 @@
         {
           "name": "3.7.5",
           "suffix": "LTS",
-          "javaVersions": ["14", "11", "1.8"],
+          "javaVersions": ["11", "1.8"],
           "defaultJava": "11",
           "runtimeVersion": "",
           "archetypeGroupId": "org.apache.camel.archetypes",
@@ -124,7 +124,7 @@
       "componentListTitle": "Kamelets",
       "versions": [
         {
-          "name": "3.11.1",
+          "name": "3.11.2",
           "suffix": "",
           "javaVersions": ["11"],
           "defaultJava": "11",

Reply via email to