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 2017/11/29 14:51:49 UTC

[camel] 02/08: Fixed typo in documentation

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 a142a2ec9992197c2f784388d6975211f88ef86a
Author: Roman Vottner <ro...@gmx.at>
AuthorDate: Tue Oct 31 15:11:48 2017 +0100

    Fixed typo in documentation
---
 components/camel-aws-xray/src/main/docs/awsxray.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-aws-xray/src/main/docs/awsxray.adoc b/components/camel-aws-xray/src/main/docs/awsxray.adoc
index ffae7aa..94f7692 100644
--- a/components/camel-aws-xray/src/main/docs/awsxray.adoc
+++ b/components/camel-aws-xray/src/main/docs/awsxray.adoc
@@ -30,7 +30,7 @@ To include both, AWS XRay and Camel, dependencies use the following Maven import
   <dependencies>
       <dependency>
         <groupId>org.apache.camel</groupId>
-        <artifactId>camel-aws.xray</artifactId>
+        <artifactId>camel-aws-xray</artifactId>
       </dependency>
 
       <dependency>

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <co...@camel.apache.org>.