This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
The following commit(s) were added to refs/heads/master by this push:
new 298b212 Updating the docs with correct new version
298b212 is described below
commit 298b21227d38e637bbbfe952ef0cb660de4dbbcd
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Apr 6 17:22:45 2020 +0200
Updating the docs with correct new version
---
docs/modules/ROOT/pages/index.adoc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/modules/ROOT/pages/index.adoc
b/docs/modules/ROOT/pages/index.adoc
index 50775fd..69a8d90 100644
--- a/docs/modules/ROOT/pages/index.adoc
+++ b/docs/modules/ROOT/pages/index.adoc
@@ -18,10 +18,10 @@ Camel features descriptor:
[source,sh]
----
-karaf@root> features:repo-add camel 2.24.2
+karaf@root> features:repo-add camel 3.2.0
----
-where 2.24.2 is the Camel version
+where 3.2.0 is the Camel version
Now, we have all Camel features available:
@@ -57,7 +57,7 @@ automatically.
For example to list all running Camel contexts:
[source,sh]
----
-karaf@root> karaf@root> camel:context-list
+karaf@root> camel:context-list
----
You can see all the Camel commands by typing `camel:` and then pressing TAB
key.