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 2eda023 Update jbang-catalog.json
2eda023 is described below
commit 2eda023d5c553cc76c578a813907c685e3260a00
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Jan 3 22:33:14 2022 +0100
Update jbang-catalog.json
---
jbang-catalog.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/jbang-catalog.json b/jbang-catalog.json
index a64742a..62237a9 100644
--- a/jbang-catalog.json
+++ b/jbang-catalog.json
@@ -3,11 +3,11 @@
"aliases": {
"CamelJBang": {
"script-ref":
"dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java",
- "description": "A JBang-based Camel app for running Kamelets
(deprecated - use camel instead)"
+ "description": "Run Apache Camel routes easily (deprecated -
use camel instead)"
},
"camel": {
"script-ref":
"dsl/camel-jbang/camel-jbang-main/dist/CamelJBang.java",
- "description": "A JBang-based Camel app for running Kamelets"
+ "description": "Run Apache Camel routes easily"
}
}
}