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 e2447205ad735f84eb28f1b23285408572784f83
Author: Andrea Cosentino <ancosen@gmail.com>
AuthorDate: Tue May 28 12:44:54 2019 +0200
Regen docs
---
.../modules/ROOT/pages/google-mail-component.adoc | 12 ++++++------
.../modules/ROOT/pages/google-mail-stream-component.adoc | 13 ++++++-------
2 files changed, 12 insertions(+), 13 deletions(-)
diff --git a/docs/components/modules/ROOT/pages/google-mail-component.adoc b/docs/components/modules/ROOT/pages/google-mail-component.adoc
index b840c08..56b0bc2 100644
--- a/docs/components/modules/ROOT/pages/google-mail-component.adoc
+++ b/docs/components/modules/ROOT/pages/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/docs/components/modules/ROOT/pages/google-mail-stream-component.adoc b/docs/components/modules/ROOT/pages/google-mail-stream-component.adoc
index a50f0e1..fce71b5 100644
--- a/docs/components/modules/ROOT/pages/google-mail-stream-component.adoc
+++ b/docs/components/modules/ROOT/pages/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
|