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 97ecdffdba3d5a4dad79cb59a1dbbb6f831f658d
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue May 28 12:44:28 2019 +0200

    Camel-google-mail/stream: Update docs
---
 .../src/main/docs/google-mail-component.adoc                | 12 ++++++------
 .../src/main/docs/google-mail-stream-component.adoc         | 13 ++++++-------
 2 files changed, 12 insertions(+), 13 deletions(-)

diff --git 
a/components/camel-google-mail/src/main/docs/google-mail-component.adoc 
b/components/camel-google-mail/src/main/docs/google-mail-component.adoc
index b840c08..56b0bc2 100644
--- a/components/camel-google-mail/src/main/docs/google-mail-component.adoc
+++ b/components/camel-google-mail/src/main/docs/google-mail-component.adoc
@@ -22,12 +22,12 @@ Maven users will need to add the following dependency to 
their pom.xml
 for this component:
 
 ------------------------------------------------------
-    <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-google-mail</artifactId>
-            <version>2.15-SNAPSHOT</version>
-    </dependency>
-        
+<dependency>
+    <groupId>org.apache.camel</groupId>
+    <artifactId>camel-google-mail</artifactId>
+    <!-- use the same version as your Camel core version -->
+    <version>x.y.z</version>
+</dependency>
 ------------------------------------------------------
 
 ### URI Format
diff --git 
a/components/camel-google-mail/src/main/docs/google-mail-stream-component.adoc 
b/components/camel-google-mail/src/main/docs/google-mail-stream-component.adoc
index a50f0e1..fce71b5 100644
--- 
a/components/camel-google-mail/src/main/docs/google-mail-stream-component.adoc
+++ 
b/components/camel-google-mail/src/main/docs/google-mail-stream-component.adoc
@@ -22,12 +22,12 @@ Maven users will need to add the following dependency to 
their pom.xml
 for this component:
 
 ------------------------------------------------------
-    <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-google-mail</artifactId>
-            <version>2.22-SNAPSHOT</version>
-    </dependency>
-
+<dependency>
+    <groupId>org.apache.camel</groupId>
+    <artifactId>camel-google-mail</artifactId>
+    <!-- use the same version as your Camel core version -->
+    <version>x.y.z</version>
+</dependency>
 ------------------------------------------------------
 
 ### URI Format
@@ -36,7 +36,6 @@ The GoogleMail Component uses the following URI format:
 
 --------------------------------------------------------
         google-mail-stream://index?[options]
-
 --------------------------------------------------------
 
 ### GoogleMailStreamComponent

Reply via email to