You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/06/22 08:55:59 UTC

[6/7] camel git commit: Regen

Regen


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e516bf44
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e516bf44
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e516bf44

Branch: refs/heads/master
Commit: e516bf446618dc7894fb8a4a7ff8040912f6d877
Parents: aa2a738
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Jun 22 10:15:36 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Jun 22 10:27:34 2017 +0200

----------------------------------------------------------------------
 components/readme.adoc         | 17 ++++++++++++++++-
 docs/user-manual/en/SUMMARY.md |  5 +++++
 2 files changed, 21 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/e516bf44/components/readme.adoc
----------------------------------------------------------------------
diff --git a/components/readme.adoc b/components/readme.adoc
index 1ad0d35..4acb59e 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -2,7 +2,7 @@ Components
 ^^^^^^^^^^
 
 // components: START
-Number of Components: 269 in 188 JAR artifacts (17 deprecated)
+Number of Components: 274 in 188 JAR artifacts (17 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |=======================================================================
@@ -41,6 +41,21 @@ Number of Components: 269 in 188 JAR artifacts (17 deprecated)
 | link:camel-atomix/src/main/docs/atomix-map-component.adoc[Atomix Map] (camel-atomix) +
 `atomix-map:mapName` | 2.20 | Camel Atomix support
 
+| link:camel-atomix/src/main/docs/atomix-messaging-component.adoc[Atomix Messaging] (camel-atomix) +
+`atomix-messaging:group` | 2.20 | Camel Atomix support
+
+| link:camel-atomix/src/main/docs/atomix-multimap-component.adoc[Atomix MultiMap] (camel-atomix) +
+`atomix-multimap:multiMapName` | 2.20 | Camel Atomix support
+
+| link:camel-atomix/src/main/docs/atomix-queue-component.adoc[Atomix Queue] (camel-atomix) +
+`atomix-queue:queueName` | 2.20 | Camel Atomix support
+
+| link:camel-atomix/src/main/docs/atomix-set-component.adoc[Atomix Set] (camel-atomix) +
+`atomix-set:setName` | 2.20 | Camel Atomix support
+
+| link:camel-atomix/src/main/docs/atomix-value-component.adoc[Atomix Value] (camel-atomix) +
+`atomix-value:valueName` | 2.20 | Camel Atomix support
+
 | link:camel-avro/src/main/docs/avro-component.adoc[Avro] (camel-avro) +
 `avro:transport:host:port/messageName` | 2.10 | Working with Apache Avro for data serialization.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/e516bf44/docs/user-manual/en/SUMMARY.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md
index 0282bfe3..0470809 100644
--- a/docs/user-manual/en/SUMMARY.md
+++ b/docs/user-manual/en/SUMMARY.md
@@ -135,6 +135,11 @@
 	* [Atmosphere Websocket](atmosphere-websocket-component.adoc)
 	* [Atom](atom-component.adoc)
 	* [Atomix Map](atomix-map-component.adoc)
+	* [Atomix Messaging](atomix-messaging-component.adoc)
+	* [Atomix MultiMap](atomix-multimap-component.adoc)
+	* [Atomix Queue](atomix-queue-component.adoc)
+	* [Atomix Set](atomix-set-component.adoc)
+	* [Atomix Value](atomix-value-component.adoc)
 	* [Avro](avro-component.adoc)
 	* [AWS CloudWatch](aws-cw-component.adoc)
 	* [AWS DynamoDB](aws-ddb-component.adoc)