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.git


The following commit(s) were added to refs/heads/main by this push:
     new ad7b9a637e4 CAMEL-18966: Fixed RAT
ad7b9a637e4 is described below

commit ad7b9a637e42c8d6fd358fbf50f4415ccd84523f
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Jan 29 14:15:21 2023 +0100

    CAMEL-18966: Fixed RAT
---
 .../resources/org/apache/camel/catalog/others.properties   |  1 -
 .../resources/org/apache/camel/catalog/others/zeebe.json   | 14 --------------
 docs/components/modules/others/examples/json/zeebe.json    |  1 -
 3 files changed, 16 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
index 78a816b7e71..1b55e098314 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties
@@ -54,4 +54,3 @@ wal
 xml-io-dsl
 xml-jaxb-dsl
 yaml-dsl
-zeebe
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/zeebe.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/zeebe.json
deleted file mode 100644
index 8ea8dd808f0..00000000000
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/zeebe.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
-  "other": {
-    "kind": "other",
-    "name": "zeebe",
-    "title": "Zeebe",
-    "description": "Camel Zeebe support",
-    "deprecated": false,
-    "firstVersion": "3.20",
-    "supportLevel": "Experimental",
-    "groupId": "org.apache.camel",
-    "artifactId": "camel-zeebe",
-    "version": "3.20.1-SNAPSHOT"
-  }
-}
diff --git a/docs/components/modules/others/examples/json/zeebe.json 
b/docs/components/modules/others/examples/json/zeebe.json
deleted file mode 120000
index 74356a49c15..00000000000
--- a/docs/components/modules/others/examples/json/zeebe.json
+++ /dev/null
@@ -1 +0,0 @@
-../../../../../../components/camel-zeebe/src/generated/resources/zeebe.json
\ No newline at end of file

Reply via email to