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/09/25 15:26:57 UTC

[camel] branch camel-4.0.x updated: Add known releases to camel-catalog

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-4.0.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-4.0.x by this push:
     new 1db0ff2010e Add known releases to camel-catalog
1db0ff2010e is described below

commit 1db0ff2010ed0dec83bee5fba32f25335ad6fa1f
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Sep 25 17:26:24 2023 +0200

    Add known releases to camel-catalog
---
 .../org/apache/camel/catalog/releases/camel-releases.json          | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/releases/camel-releases.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/releases/camel-releases.json
index 19788488485..883b771f9d7 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/releases/camel-releases.json
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/releases/camel-releases.json
@@ -742,5 +742,12 @@
         "date": "2023-07-29",
         "kind": "RC",
         "jdk": "17"
+    },
+    {
+        "version": "4.0.1",
+        "date": "2023-09-25",
+        "eol": "2024-08-14",
+        "kind": "lts",
+        "jdk": "17"
     }
 ]