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 caa8065f Updated docs caa8065f is described below commit caa8065f7674675508eed28bdca1388498706cc4 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Sep 1 20:38:32 2022 +0200 Updated docs --- docs/modules/ROOT/pages/index.adoc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 2c7bd2d9..f50f2d01 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -1,12 +1,11 @@ = Support for Apache Karaf -Apache Camel is designed to work nicely into +Apache Camel Karaf is for running Camel in the http://karaf.apache.org[Apache Karaf] OSGi container. It includes: -* Camel features descriptor allowing to easily and quickly install Camel -in Karaf. +* Camel features descriptor allowing to install Camel in Karaf. * Camel Karaf commands allowing you to view, start, stop, get info, about the Camel contexts and routes running in the Karaf instance. @@ -18,10 +17,10 @@ Camel features descriptor: [source,sh] ---- -karaf@root> feature:repo-add camel 3.2.0 +karaf@root> feature:repo-add camel 3.18.1 ---- -where 3.2.0 is the Camel version +where 3.18.1 is the Camel version Now, we have all Camel features available: