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-karaf.git
The following commit(s) were added to refs/heads/main by this push: new 7b31ec5 Regen 7b31ec5 is described below commit 7b31ec5bdedb6465c361273ba212f0f8fa075fcd Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Feb 9 19:30:17 2022 +0100 Regen --- .../org/apache/camel/catalog/karaf/others.properties | 1 - .../org/apache/camel/catalog/karaf/others/yaml-dsl.json | 15 --------------- 2 files changed, 16 deletions(-) diff --git a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/others.properties b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/others.properties index 83dee71..c79b991 100644 --- a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/others.properties +++ b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/others.properties @@ -16,5 +16,4 @@ shiro swagger-java test-spring tracing -yaml-dsl zipkin diff --git a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/others/yaml-dsl.json b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/others/yaml-dsl.json deleted file mode 100644 index 3841b21..0000000 --- a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/others/yaml-dsl.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "other": { - "kind": "other", - "name": "yaml-dsl", - "title": "YAML DSL", - "description": "Camel DSL with YAML", - "deprecated": false, - "firstVersion": "3.9.0", - "label": "dsl", - "supportLevel": "Stable", - "groupId": "org.apache.camel", - "artifactId": "camel-yaml-dsl", - "version": "3.16.0-SNAPSHOT" - } -}