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/14 08:40:07 UTC

[camel] branch main updated: CAMEL-19236: camel-jbang - Command to send a message.

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 53cf2b81008 CAMEL-19236: camel-jbang - Command to send a message.
53cf2b81008 is described below

commit 53cf2b810084984733cd3bebb0a437b5a9a43105
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Apr 14 10:39:56 2023 +0200

    CAMEL-19236: camel-jbang - Command to send a message.
---
 docs/user-manual/modules/ROOT/pages/camel-jbang.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
index 19159d97c7b..a972721f5ba 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
@@ -745,7 +745,7 @@ camel run clipboard.xml
 
 === Sending messages via Camel
 
-*Available since Camel 3.21*
+*Available since Camel 4*
 
 When building integrations with Camel JBang, you may find yourself in need of being able
 to send messages into Camel, to test your Camel routes. This can be challenging when the