You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/08/05 09:48:27 UTC

[camel] 03/07: CAMEL-13792 - Rename components to default names, Camel-hdfs2 to camel-hdfs - Updated docs

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.git

commit 44ba6e31e4f962a40a35086093c9cffa6e7806b6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Aug 5 10:40:18 2019 +0200

    CAMEL-13792 - Rename components to default names, Camel-hdfs2 to camel-hdfs - Updated docs
---
 components/camel-hdfs/src/main/docs/hdfs-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-hdfs/src/main/docs/hdfs-component.adoc b/components/camel-hdfs/src/main/docs/hdfs-component.adoc
index b8880ef..1d222ea 100644
--- a/components/camel-hdfs/src/main/docs/hdfs-component.adoc
+++ b/components/camel-hdfs/src/main/docs/hdfs-component.adoc
@@ -14,7 +14,7 @@ for this component:
 ------------------------------------------------------------
 <dependency>
     <groupId>org.apache.camel</groupId>
-    <artifactId>camel-hdfs2</artifactId>
+    <artifactId>camel-hdfs</artifactId>
     <version>x.x.x</version>
     <!-- use the same version as your Camel core version -->
 </dependency>