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/02/02 15:10:41 UTC

[camel] branch main updated: CAMEL-19001: camel-jbang - Backport 3.21 fixes and others to 3.20.x

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 3372780cfe0 CAMEL-19001: camel-jbang - Backport 3.21 fixes and others to 3.20.x
3372780cfe0 is described below

commit 3372780cfe083503bc956dc6a342c7f1ecd667d3
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Feb 2 16:10:27 2023 +0100

    CAMEL-19001: camel-jbang - Backport 3.21 fixes and others to 3.20.x
---
 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 6204ef659c1..06f4eb6adb0 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
@@ -545,7 +545,7 @@ jbang run -Dcamel.jbang.version=3.18.4 camel@apache/camel [command]
 NOTE: Older versions of Camel may not work as well with Camel JBang as the newest versions.
 Starting from Camel 3.20 onwards is the versions that are recommended to be used onwards.
 
-In *Camel 3.21* onwards the `run` command has built-in support, using `--camel-version`,
+In *Camel 3.20.2* onwards the `run` command has built-in support, using `--camel-version`,
 for specifying Camel version to use for the running Camel integration.
 
 [source,bash]