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/27 10:25:20 UTC

[camel-kameleon] branch main updated: Upgrade to Camel 3.20.4

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 936578b  Upgrade to Camel 3.20.4
936578b is described below

commit 936578bb5f791aa730da2b76cbd57562458544d6
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Apr 27 12:24:40 2023 +0200

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

diff --git a/pom.xml b/pom.xml
index cd5a7c4..8a1053b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,8 +39,8 @@ under the License.
         <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>
-        <version.camel-kamelet>3.20.2</version.camel-kamelet>
+        <version.camel-classic>3.20.4</version.camel-classic>
+        <version.camel-kamelet>3.20.3</version.camel-kamelet>
         <version.maven-artifact>3.8.6</version.maven-artifact>
     </properties>
     <dependencyManagement>
diff --git a/src/main/resources/kameleon.json b/src/main/resources/kameleon.json
index 017235a..21e409e 100644
--- a/src/main/resources/kameleon.json
+++ b/src/main/resources/kameleon.json
@@ -6,7 +6,7 @@
       "componentListTitle": "Camel components",
       "versions": [
         {
-          "name": "3.20.3",
+          "name": "3.20.4",
           "suffix": "LTS",
           "javaVersions": ["11", "17"],
           "defaultJava": "11",
@@ -49,7 +49,7 @@
       "componentListTitle": "Camel components",
       "versions": [
         {
-          "name": "3.20.3",
+          "name": "3.20.4",
           "suffix": "LTS",
           "javaVersions": ["11", "17"],
           "defaultJava": "11",
@@ -108,7 +108,7 @@
       "componentListTitle": "Kamelets",
       "versions": [
         {
-          "name": "3.20.3",
+          "name": "3.20.4",
           "suffix": "LTS",
           "javaVersions": ["11", "17"],
           "defaultJava": "11",