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/05/28 10:45:16 UTC

[camel] branch master updated (ef6a02f -> e244720)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from ef6a02f  Regen
     new 97ecdff  Camel-google-mail/stream: Update docs
     new e244720  Regen docs

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/main/docs/google-mail-component.adoc                | 12 ++++++------
 .../src/main/docs/google-mail-stream-component.adoc         | 13 ++++++-------
 .../modules/ROOT/pages/google-mail-component.adoc           | 12 ++++++------
 .../modules/ROOT/pages/google-mail-stream-component.adoc    | 13 ++++++-------
 4 files changed, 24 insertions(+), 26 deletions(-)


[camel] 02/02: Regen docs

Posted by ac...@apache.org.
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 <an...@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


[camel] 01/02: Camel-google-mail/stream: Update docs

Posted by ac...@apache.org.
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 <an...@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