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 2022/11/21 11:36:44 UTC

[camel] branch main updated: camel-ftp: fix docs (#8739)

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 4c00d8f3c7e camel-ftp: fix docs (#8739)
4c00d8f3c7e is described below

commit 4c00d8f3c7e8f61170786d57aa3944b0ad5ca30f
Author: gjed <ma...@openinnovation.it>
AuthorDate: Mon Nov 21 12:36:34 2022 +0100

    camel-ftp: fix docs (#8739)
---
 components/camel-ftp/src/main/docs/ftp-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-ftp/src/main/docs/ftp-component.adoc b/components/camel-ftp/src/main/docs/ftp-component.adoc
index c687db4e6b5..7d8e111db64 100644
--- a/components/camel-ftp/src/main/docs/ftp-component.adoc
+++ b/components/camel-ftp/src/main/docs/ftp-component.adoc
@@ -31,7 +31,7 @@ for this component:
 <dependency>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-ftp</artifactId>
-    <version>x.x.x</version>See the documentation of the Apache Commons
+    <version>x.x.x</version>
     <!-- use the same version as your Camel core version -->
 </dependency>
 ----