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/02/02 21:41:10 UTC

[1/4] camel git commit: CAMEL-10775: Polished

Repository: camel
Updated Branches:
  refs/heads/master a2d8ce667 -> 3f030d05b


CAMEL-10775: Polished


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

Branch: refs/heads/master
Commit: 632f7bd7dfb5b0f96ff298f12dabe6c5428e8ef3
Parents: a2d8ce6
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Feb 2 21:40:55 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Feb 2 21:40:55 2017 +0100

----------------------------------------------------------------------
 .../src/main/docs/asterisk-component.adoc       |   2 +-
 .../src/main/docs/cql-component.adoc            |   3 -
 .../src/main/docs/cmis-component.adoc           |   5 +-
 .../src/main/docs/coap-component.adoc           |   4 +-
 .../src/main/docs/cometd-component.adoc         |   2 +
 .../src/main/docs/couchbase-component.adoc      |   1 -
 .../src/main/docs/crypto-component.adoc         |   1 +
 .../main/docs/crypto-digital-signatures.adoc    |   4 +-
 .../camel-eclipse/src/main/docs/eclipse.adoc    |   4 +-
 .../src/main/docs/gora-component.adoc           |   4 +-
 .../src/main/docs/grape-component.adoc          |   2 +-
 .../camel/component/ironmq/IronMQEndpoint.java  |   2 +-
 .../src/main/docs/paho-component.adoc           |   2 +-
 .../src/main/docs/sjms-batch-component.adoc     |   2 -
 .../src/main/docs/sjms-component.adoc           |  16 ---
 .../src/main/docs/smpp-component.adoc           |   2 +-
 .../src/main/docs/twitter-component.adoc        |  10 --
 .../maven/packaging/ReadmeComponentMojo.java    | 122 ++++++++++++++-----
 18 files changed, 106 insertions(+), 82 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/632f7bd7/components/camel-asterisk/src/main/docs/asterisk-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-asterisk/src/main/docs/asterisk-component.adoc b/components/camel-asterisk/src/main/docs/asterisk-component.adoc
index 9f69aec..4fd1bcdf 100644
--- a/components/camel-asterisk/src/main/docs/asterisk-component.adoc
+++ b/components/camel-asterisk/src/main/docs/asterisk-component.adoc
@@ -1,6 +1,6 @@
 ## Asterisk Component
 
-*Available as of Camel 2.18*
+*Available as of Camel version 2.18.0*
 
 The *asterisk:* component allows you to work easily with an Asterisk PBX Server http://www.asterisk.org/ using https://asterisk-java.org/[asterisk-java]
 

http://git-wip-us.apache.org/repos/asf/camel/blob/632f7bd7/components/camel-cassandraql/src/main/docs/cql-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-cassandraql/src/main/docs/cql-component.adoc b/components/camel-cassandraql/src/main/docs/cql-component.adoc
index 3241c79..0d434f4 100644
--- a/components/camel-cassandraql/src/main/docs/cql-component.adoc
+++ b/components/camel-cassandraql/src/main/docs/cql-component.adoc
@@ -1,7 +1,4 @@
 ## Cassandra CQL Component
-[[Cassandra-CamelCassandraComponent]]
-Camel Cassandra Component
--------------------------
 
 *Available as of Camel 2.15*
 

http://git-wip-us.apache.org/repos/asf/camel/blob/632f7bd7/components/camel-cmis/src/main/docs/cmis-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-cmis/src/main/docs/cmis-component.adoc b/components/camel-cmis/src/main/docs/cmis-component.adoc
index 1abc87e..2da5e21 100644
--- a/components/camel-cmis/src/main/docs/cmis-component.adoc
+++ b/components/camel-cmis/src/main/docs/cmis-component.adoc
@@ -1,7 +1,8 @@
 ## CMIS Component
 
-*Available as of Camel 2.11* +
- The cmis component uses the
+*Available as of Camel version 2.11.0*
+
+The cmis component uses the
 http://chemistry.apache.org/java/opencmis.html[Apache Chemistry] client
 API and allows you to add/read nodes to/from a CMIS compliant content
 repositories.

http://git-wip-us.apache.org/repos/asf/camel/blob/632f7bd7/components/camel-coap/src/main/docs/coap-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-coap/src/main/docs/coap-component.adoc b/components/camel-coap/src/main/docs/coap-component.adoc
index e7719c4..3949ca7 100644
--- a/components/camel-coap/src/main/docs/coap-component.adoc
+++ b/components/camel-coap/src/main/docs/coap-component.adoc
@@ -1,12 +1,12 @@
 ## CoAP Component
 
+*Available as of Camel 2.16*
+
 *Camel-CoAP* is an http://camel.apache.org/[Apache Camel] component that
 allows you to work with CoAP, a lightweight REST-type protocol for machine-to-machine operation. 
 http://coap.technology/[CoAP], Constrained Application Protocol is a specialized web transfer protocol 
 for use with constrained nodes and constrained networks and it is based on RFC 7252.
 
-*Available as of Camel 2.16*
-
 Maven users will need to add the following dependency to their pom.xml
 for this component:
 

http://git-wip-us.apache.org/repos/asf/camel/blob/632f7bd7/components/camel-cometd/src/main/docs/cometd-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-cometd/src/main/docs/cometd-component.adoc b/components/camel-cometd/src/main/docs/cometd-component.adoc
index 1ab0cf7..1034b7b 100644
--- a/components/camel-cometd/src/main/docs/cometd-component.adoc
+++ b/components/camel-cometd/src/main/docs/cometd-component.adoc
@@ -1,5 +1,7 @@
 ## CometD Component
 
+*Available as of Camel version 2.0.0*
+
 The *cometd:* component is a transport for working with the
 http://www.mortbay.org/jetty[jetty] implementation of the
 http://docs.codehaus.org/display/JETTY/Cometd+%28aka+Bayeux%29[cometd/bayeux

http://git-wip-us.apache.org/repos/asf/camel/blob/632f7bd7/components/camel-couchbase/src/main/docs/couchbase-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-couchbase/src/main/docs/couchbase-component.adoc b/components/camel-couchbase/src/main/docs/couchbase-component.adoc
index e0a50a8..a5213ef 100644
--- a/components/camel-couchbase/src/main/docs/couchbase-component.adoc
+++ b/components/camel-couchbase/src/main/docs/couchbase-component.adoc
@@ -1,5 +1,4 @@
 ## Couchbase Component
-## Couchbase Component
 
 *Available as of Camel 2.19*
 

http://git-wip-us.apache.org/repos/asf/camel/blob/632f7bd7/components/camel-crypto/src/main/docs/crypto-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-crypto/src/main/docs/crypto-component.adoc b/components/camel-crypto/src/main/docs/crypto-component.adoc
index dc57907..7efb5b0 100644
--- a/components/camel-crypto/src/main/docs/crypto-component.adoc
+++ b/components/camel-crypto/src/main/docs/crypto-component.adoc
@@ -1,6 +1,7 @@
 ## Crypto (JCE) Component
 
 *Available as of Camel 2.3* 
+
 *PGP Available as of Camel 2.9*
 
 The Crypto link:data-format.html[Data Format] integrates the Java

http://git-wip-us.apache.org/repos/asf/camel/blob/632f7bd7/components/camel-crypto/src/main/docs/crypto-digital-signatures.adoc
----------------------------------------------------------------------
diff --git a/components/camel-crypto/src/main/docs/crypto-digital-signatures.adoc b/components/camel-crypto/src/main/docs/crypto-digital-signatures.adoc
index 7b0aac2..c090b0a 100644
--- a/components/camel-crypto/src/main/docs/crypto-digital-signatures.adoc
+++ b/components/camel-crypto/src/main/docs/crypto-digital-signatures.adoc
@@ -1,6 +1,4 @@
-[[CryptocomponentforDigitalSignatures]]
-Crypto component for Digital Signatures
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+## Crypto
 
 *Available as of Camel 2.3*
 

http://git-wip-us.apache.org/repos/asf/camel/blob/632f7bd7/components/camel-eclipse/src/main/docs/eclipse.adoc
----------------------------------------------------------------------
diff --git a/components/camel-eclipse/src/main/docs/eclipse.adoc b/components/camel-eclipse/src/main/docs/eclipse.adoc
index f3c22c9..23e42e5 100644
--- a/components/camel-eclipse/src/main/docs/eclipse.adoc
+++ b/components/camel-eclipse/src/main/docs/eclipse.adoc
@@ -1,6 +1,4 @@
-[[camel-eclipse-camel-eclipse]]
-Eclipse Component
-~~~~~~~~~~~~~~~~~
+## Eclipse Component
 
 *Available as of Camel 2.3*
 

http://git-wip-us.apache.org/repos/asf/camel/blob/632f7bd7/components/camel-gora/src/main/docs/gora-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-gora/src/main/docs/gora-component.adoc b/components/camel-gora/src/main/docs/gora-component.adoc
index f09fbb8..5d93e77 100644
--- a/components/camel-gora/src/main/docs/gora-component.adoc
+++ b/components/camel-gora/src/main/docs/gora-component.adoc
@@ -1,11 +1,11 @@
 ## Gora Component
 
+*Available as of Camel 2.14*
+
 *Camel-Gora* is an http://camel.apache.org/[Apache Camel] component that
 allows you to work with NoSQL databases using the
 http://gora.apache.org/[Apache Gora] framework.
 
-*Available as of Camel 2.14*
-
 Maven users will need to add the following dependency to their pom.xml
 for this component:
 

http://git-wip-us.apache.org/repos/asf/camel/blob/632f7bd7/components/camel-grape/src/main/docs/grape-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-grape/src/main/docs/grape-component.adoc b/components/camel-grape/src/main/docs/grape-component.adoc
index 4cddf27..9cc6553 100644
--- a/components/camel-grape/src/main/docs/grape-component.adoc
+++ b/components/camel-grape/src/main/docs/grape-component.adoc
@@ -1,6 +1,6 @@
 ## Grape Component
 
-Available as of Camel 2.16�
+*Available as of Camel 2.16*
 
 http://docs.groovy-lang.org/latest/html/documentation/grape.html[Grape]
 component allows you to fetch, load and manage additional jars when

http://git-wip-us.apache.org/repos/asf/camel/blob/632f7bd7/components/camel-ironmq/src/main/java/org/apache/camel/component/ironmq/IronMQEndpoint.java
----------------------------------------------------------------------
diff --git a/components/camel-ironmq/src/main/java/org/apache/camel/component/ironmq/IronMQEndpoint.java b/components/camel-ironmq/src/main/java/org/apache/camel/component/ironmq/IronMQEndpoint.java
index ea47639..28d9f36 100644
--- a/components/camel-ironmq/src/main/java/org/apache/camel/component/ironmq/IronMQEndpoint.java
+++ b/components/camel-ironmq/src/main/java/org/apache/camel/component/ironmq/IronMQEndpoint.java
@@ -37,7 +37,7 @@ import org.slf4j.LoggerFactory;
 /**
  * The ironmq provides integration with <a href="https://www.iron.io/">IronMQ</a> an elastic and durable hosted message queue as a service.
  */
-@UriEndpoint(firstVersion = "2.17.0", scheme = "ironmq", syntax = "ironmq:queueName", title = "ironmq", consumerClass = IronMQConsumer.class, label = "cloud,messaging")
+@UriEndpoint(firstVersion = "2.17.0", scheme = "ironmq", syntax = "ironmq:queueName", title = "IronMQ", consumerClass = IronMQConsumer.class, label = "cloud,messaging")
 public class IronMQEndpoint extends ScheduledPollEndpoint {
     private static final Logger LOG = LoggerFactory.getLogger(IronMQEndpoint.class);
 

http://git-wip-us.apache.org/repos/asf/camel/blob/632f7bd7/components/camel-paho/src/main/docs/paho-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-paho/src/main/docs/paho-component.adoc b/components/camel-paho/src/main/docs/paho-component.adoc
index c1c4a55..d01240a 100644
--- a/components/camel-paho/src/main/docs/paho-component.adoc
+++ b/components/camel-paho/src/main/docs/paho-component.adoc
@@ -1,6 +1,6 @@
 ## Paho Component
 
-INFO: Available as of Camel 2.16�
+*Available as of Camel version 2.16.0*
 
 Paho component provides connector for the MQTT messaging protocol using
 the https://eclipse.org/paho/[Eclipse Paho] library. Paho is one of the

http://git-wip-us.apache.org/repos/asf/camel/blob/632f7bd7/components/camel-sjms/src/main/docs/sjms-batch-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-sjms/src/main/docs/sjms-batch-component.adoc b/components/camel-sjms/src/main/docs/sjms-batch-component.adoc
index 241b47d..0309baf 100644
--- a/components/camel-sjms/src/main/docs/sjms-batch-component.adoc
+++ b/components/camel-sjms/src/main/docs/sjms-batch-component.adoc
@@ -1,6 +1,4 @@
 ## Simple JMS Batch Component
-[[ConfluenceContent]]
-### SJMS Batch Component
 
 *Available as of Camel 2.16*
 

http://git-wip-us.apache.org/repos/asf/camel/blob/632f7bd7/components/camel-sjms/src/main/docs/sjms-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-sjms/src/main/docs/sjms-component.adoc b/components/camel-sjms/src/main/docs/sjms-component.adoc
index 3e74bfc..bf3e36a 100644
--- a/components/camel-sjms/src/main/docs/sjms-component.adoc
+++ b/components/camel-sjms/src/main/docs/sjms-component.adoc
@@ -1,20 +1,4 @@
 ## Simple JMS Component
-ifdef::env-github[]
-:icon-smile: :smiley:
-:caution-caption: :boom:
-:important-caption: :exclamation:
-:note-caption: :information_source:
-:tip-caption: :bulb:
-:warning-caption: :warning:
-endif::[]
-
-ifndef::env-github[]
-:icons: font
-:icon-smile: icon:smile-o[fw,role=yellow]
-endif::[]
-
-[[ConfluenceContent]]
-### SJMS Component
 
 *Available as of Camel 2.11*
 

http://git-wip-us.apache.org/repos/asf/camel/blob/632f7bd7/components/camel-smpp/src/main/docs/smpp-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-smpp/src/main/docs/smpp-component.adoc b/components/camel-smpp/src/main/docs/smpp-component.adoc
index c83cf21..24937b4 100644
--- a/components/camel-smpp/src/main/docs/smpp-component.adoc
+++ b/components/camel-smpp/src/main/docs/smpp-component.adoc
@@ -1,6 +1,6 @@
 ## SMPP Component
 
-*CamelSmppFinalStatusAvailable as of Camel 2.2*
+*Available as of Camel 2.2*
 
 This component provides access to an SMSC (Short Message Service Center)
 over the http://smsforum.net/SMPP_v3_4_Issue1_2.zip[SMPP] protocol to

http://git-wip-us.apache.org/repos/asf/camel/blob/632f7bd7/components/camel-twitter/src/main/docs/twitter-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-twitter/src/main/docs/twitter-component.adoc b/components/camel-twitter/src/main/docs/twitter-component.adoc
index 72196d3..0fdf242 100644
--- a/components/camel-twitter/src/main/docs/twitter-component.adoc
+++ b/components/camel-twitter/src/main/docs/twitter-component.adoc
@@ -1,14 +1,4 @@
 ## Twitter Component
-ifdef::env-github[]
-:caution-caption: :boom:
-:important-caption: :exclamation:
-:note-caption: :information_source:
-:tip-caption: :bulb:
-:warning-caption: :warning:
-endif::[]
-
-[[ConfluenceContent]]
-### Twitter
 
 *Available as of Camel 2.10*
 

http://git-wip-us.apache.org/repos/asf/camel/blob/632f7bd7/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/ReadmeComponentMojo.java
----------------------------------------------------------------------
diff --git a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/ReadmeComponentMojo.java b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/ReadmeComponentMojo.java
index b3a7ec0..dbbc984 100644
--- a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/ReadmeComponentMojo.java
+++ b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/ReadmeComponentMojo.java
@@ -20,6 +20,7 @@ import java.io.File;
 import java.io.FileInputStream;
 import java.io.IOException;
 import java.util.ArrayList;
+import java.util.Arrays;
 import java.util.List;
 import java.util.Map;
 import java.util.Set;
@@ -130,9 +131,10 @@ public class ReadmeComponentMojo extends AbstractMojo {
                     }
 
                     boolean exists = file.exists();
-                    boolean updated = false;
+                    boolean updated;
 
-                    updated |= updateTitles(file, model.getTitle() + " Component");
+                    updated = updateTitles(file, model.getTitle() + " Component");
+                    updated |= updateAvailableFrom(file, model.getFirstVersion());
 
                     if (model.getComponentOptions() != null) {
                         String options = templateComponentOptions(model);
@@ -181,9 +183,10 @@ public class ReadmeComponentMojo extends AbstractMojo {
                     model.setTitle(title);
 
                     boolean exists = file.exists();
-                    boolean updated = false;
+                    boolean updated;
 
-                    updated |= updateTitles(file, model.getTitle() + " DataFormat");
+                    updated = updateTitles(file, model.getTitle() + " DataFormat");
+                    updated |= updateAvailableFrom(file, model.getFirstVersion());
 
                     if (model.getDataFormatOptions() != null) {
                         String options = templateDataFormatOptions(model);
@@ -214,33 +217,6 @@ public class ReadmeComponentMojo extends AbstractMojo {
         }
     }
 
-    private static String asComponentTitle(String name, String title) {
-        // special for some components which share the same readme file
-        if (name.equals("imap") || name.equals("imaps") || name.equals("pop3") || name.equals("pop3s") || name.equals("smtp") || name.equals("smtps")) {
-            return "Mail";
-        } else {
-            return title;
-        }
-    }
-
-    private static String asDataFormatName(String name) {
-        // special for some dataformats which share the same readme file
-        if (name.startsWith("bindy")) {
-            return "bindy";
-        } else {
-            return name;
-        }
-    }
-
-    private static String asDataFormatTitle(String name, String title) {
-        // special for some dataformats which share the same readme file
-        if (name.startsWith("bindy")) {
-            return "Bindy";
-        } else {
-            return title;
-        }
-    }
-
     private void executeLanguage() throws MojoExecutionException, MojoFailureException {
         // find the language names
         List<String> languageNames = findLanguageNames();
@@ -259,9 +235,10 @@ public class ReadmeComponentMojo extends AbstractMojo {
                     LanguageModel model = generateLanguageModel(languageName, json);
 
                     boolean exists = file.exists();
-                    boolean updated = false;
+                    boolean updated;
 
-                    updated |= updateTitles(file, model.getTitle() + " Language");
+                    updated = updateTitles(file, model.getTitle() + " Language");
+                    updated |= updateAvailableFrom(file, model.getFirstVersion());
 
                     if (model.getLanguageOptions() != null) {
                         String options = templateLanguageOptions(model);
@@ -283,6 +260,33 @@ public class ReadmeComponentMojo extends AbstractMojo {
         }
     }
 
+    private static String asComponentTitle(String name, String title) {
+        // special for some components which share the same readme file
+        if (name.equals("imap") || name.equals("imaps") || name.equals("pop3") || name.equals("pop3s") || name.equals("smtp") || name.equals("smtps")) {
+            return "Mail";
+        } else {
+            return title;
+        }
+    }
+
+    private static String asDataFormatName(String name) {
+        // special for some dataformats which share the same readme file
+        if (name.startsWith("bindy")) {
+            return "bindy";
+        } else {
+            return name;
+        }
+    }
+
+    private static String asDataFormatTitle(String name, String title) {
+        // special for some dataformats which share the same readme file
+        if (name.startsWith("bindy")) {
+            return "Bindy";
+        } else {
+            return title;
+        }
+    }
+
     private boolean updateTitles(File file, String title) throws MojoExecutionException {
         if (!file.exists()) {
             return false;
@@ -348,6 +352,58 @@ public class ReadmeComponentMojo extends AbstractMojo {
         return updated;
     }
 
+    private boolean updateAvailableFrom(File file, String firstVersion) throws MojoExecutionException {
+        if (firstVersion == null || !file.exists()) {
+            return false;
+        }
+
+        boolean updated = false;
+
+        try {
+            String text = loadText(new FileInputStream(file));
+
+            String[] lines = text.split("\n");
+
+            List<String> newLines = new ArrayList<>();
+
+            // copy over to all new lines
+            newLines.addAll(Arrays.asList(lines));
+
+            // check the first four lines
+            boolean title = lines[0].startsWith("##");
+            boolean empty = lines[1].trim().isEmpty();
+            boolean availableFrom = lines[2].trim().contains("Available as of");
+            boolean empty2 = lines[3].trim().isEmpty();
+
+            if (title && empty && availableFrom) {
+                String newLine = "*Available as of Camel version " + firstVersion + "*";
+                if (!newLine.equals(lines[2])) {
+                    newLines.set(2, newLine);
+                    updated = true;
+                }
+                if (!empty2) {
+                    newLines.add(3, "");
+                    updated = true;
+                }
+            } else if (!availableFrom) {
+                String newLine = "*Available as of Camel version " + firstVersion + "*";
+                newLines.add(2, newLine);
+                newLines.add(3, "");
+                updated = true;
+            }
+
+            if (updated) {
+                // build the new updated text
+                String newText = newLines.stream().collect(Collectors.joining("\n"));
+                writeText(file, newText);
+            }
+        } catch (Exception e) {
+            throw new MojoExecutionException("Error reading file " + file + " Reason: " + e, e);
+        }
+
+        return updated;
+    }
+
     private boolean updateComponentOptions(File file, String changed) throws MojoExecutionException {
         if (!file.exists()) {
             return false;


[2/4] camel git commit: CAMEL-10775: Add information when the component was added to Camel.

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-rmi/src/main/docs/rmi-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-rmi/src/main/docs/rmi-component.adoc b/components/camel-rmi/src/main/docs/rmi-component.adoc
index f550f54..6d69daa 100644
--- a/components/camel-rmi/src/main/docs/rmi-component.adoc
+++ b/components/camel-rmi/src/main/docs/rmi-component.adoc
@@ -1,5 +1,7 @@
 ## RMI Component
 
+*Available as of Camel version 1.0.0*
+
 The *rmi:* component binds link:exchange.html[Exchange]s to the RMI
 protocol (JRMP).
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-routebox/src/main/docs/routebox-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-routebox/src/main/docs/routebox-component.adoc b/components/camel-routebox/src/main/docs/routebox-component.adoc
index 12a61fc..52d3f36 100644
--- a/components/camel-routebox/src/main/docs/routebox-component.adoc
+++ b/components/camel-routebox/src/main/docs/routebox-component.adoc
@@ -1,6 +1,6 @@
 ## RouteBox Component
 
-*Available as of Camel 2.6*
+*Available as of Camel version 2.6.0*
 
 *Routebox subject for change*
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-rss/src/main/docs/rss-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-rss/src/main/docs/rss-component.adoc b/components/camel-rss/src/main/docs/rss-component.adoc
index 460170a..001cda8 100644
--- a/components/camel-rss/src/main/docs/rss-component.adoc
+++ b/components/camel-rss/src/main/docs/rss-component.adoc
@@ -1,5 +1,7 @@
 ## RSS Component
 
+*Available as of Camel version 2.0.0*
+
 The *rss:* component is used for polling RSS feeds. Camel will default
 poll the feed every 60th seconds.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-rss/src/main/docs/rss-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-rss/src/main/docs/rss-dataformat.adoc b/components/camel-rss/src/main/docs/rss-dataformat.adoc
index 1275169..477300d 100644
--- a/components/camel-rss/src/main/docs/rss-dataformat.adoc
+++ b/components/camel-rss/src/main/docs/rss-dataformat.adoc
@@ -1,5 +1,7 @@
 ## RSS DataFormat
 
+*Available as of Camel version 2.1.0*
+
 The RSS component ships with an RSS dataformat that can be used to
 convert between String (as XML) and ROME RSS model objects.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
index b8b2657..e24d2cf 100644
--- a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
+++ b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc
@@ -1,6 +1,6 @@
 ## Salesforce Component
 
-*Available as of Camel 2.12*
+*Available as of Camel version 2.12.0*
 
 This component supports producer and consumer endpoints to communicate
 with Salesforce using Java DTOs.  +

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-sap-netweaver/src/main/docs/sap-netweaver-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-sap-netweaver/src/main/docs/sap-netweaver-component.adoc b/components/camel-sap-netweaver/src/main/docs/sap-netweaver-component.adoc
index b594cb1..7da3b7a 100644
--- a/components/camel-sap-netweaver/src/main/docs/sap-netweaver-component.adoc
+++ b/components/camel-sap-netweaver/src/main/docs/sap-netweaver-component.adoc
@@ -1,6 +1,6 @@
 ## SAP NetWeaver Component
 
-*Available as of Camel 2.12*
+*Available as of Camel version 2.12.0*
 
 The *sap-netweaver* integrates with the
 http://scn.sap.com/community/developer-center/netweaver-gateway[SAP

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-saxon/src/main/docs/xquery-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-saxon/src/main/docs/xquery-component.adoc b/components/camel-saxon/src/main/docs/xquery-component.adoc
index 4f62111..b512d7f 100644
--- a/components/camel-saxon/src/main/docs/xquery-component.adoc
+++ b/components/camel-saxon/src/main/docs/xquery-component.adoc
@@ -1,5 +1,7 @@
 ## XQuery Component
 
+*Available as of Camel version 1.0.0*
+
 Camel supports http://www.w3.org/TR/xquery/[XQuery] to allow an
 link:expression.html[Expression] or link:predicate.html[Predicate] to be
 used in the link:dsl.html[DSL] or link:xml-configuration.html[Xml

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-saxon/src/main/docs/xquery-language.adoc
----------------------------------------------------------------------
diff --git a/components/camel-saxon/src/main/docs/xquery-language.adoc b/components/camel-saxon/src/main/docs/xquery-language.adoc
index 4f31903..a9d0051 100644
--- a/components/camel-saxon/src/main/docs/xquery-language.adoc
+++ b/components/camel-saxon/src/main/docs/xquery-language.adoc
@@ -1,5 +1,7 @@
 ## XQuery Language
 
+*Available as of Camel version 1.0.0*
+
 Camel supports http://www.w3.org/TR/xquery/[XQuery] to allow an
 link:expression.html[Expression] or link:predicate.html[Predicate] to be
 used in the link:dsl.html[DSL] or link:xml-configuration.html[Xml

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-schematron/src/main/docs/schematron-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-schematron/src/main/docs/schematron-component.adoc b/components/camel-schematron/src/main/docs/schematron-component.adoc
index bb5c23b..f018ade 100644
--- a/components/camel-schematron/src/main/docs/schematron-component.adoc
+++ b/components/camel-schematron/src/main/docs/schematron-component.adoc
@@ -1,6 +1,6 @@
 ## Schematron Component
 
-*Available as of Camel 2.14*
+*Available as of Camel version 2.15.0*
 
 http://www.schematron.com/index.html[Schematron]�is an XML-based
 language for validating XML instance documents. It is used to make

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-script/src/main/docs/javaScript-language.adoc
----------------------------------------------------------------------
diff --git a/components/camel-script/src/main/docs/javaScript-language.adoc b/components/camel-script/src/main/docs/javaScript-language.adoc
index a4dfdfa..243bd24 100644
--- a/components/camel-script/src/main/docs/javaScript-language.adoc
+++ b/components/camel-script/src/main/docs/javaScript-language.adoc
@@ -1,5 +1,7 @@
 ## JavaScript Language
 
+*Available as of Camel version 1.0.0*
+
 Camel supports
 http://en.wikipedia.org/wiki/JavaScript[JavaScript/ECMAScript] among
 other link:scripting-languages.html[Scripting Languages] to allow an

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-script/src/main/docs/php-language.adoc
----------------------------------------------------------------------
diff --git a/components/camel-script/src/main/docs/php-language.adoc b/components/camel-script/src/main/docs/php-language.adoc
index d7c8a01..41c70e0 100644
--- a/components/camel-script/src/main/docs/php-language.adoc
+++ b/components/camel-script/src/main/docs/php-language.adoc
@@ -1,5 +1,7 @@
 ## PHP Language
 
+*Available as of Camel version 1.0.0*
+
 Camel supports http://www.php.net/[PHP] among other
 link:scripting-languages.html[Scripting Languages] to allow an
 link:expression.html[Expression] or link:predicate.html[Predicate] to be

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-script/src/main/docs/python-language.adoc
----------------------------------------------------------------------
diff --git a/components/camel-script/src/main/docs/python-language.adoc b/components/camel-script/src/main/docs/python-language.adoc
index b9d26b7..529ecc8 100644
--- a/components/camel-script/src/main/docs/python-language.adoc
+++ b/components/camel-script/src/main/docs/python-language.adoc
@@ -1,5 +1,7 @@
 ## Python Language
 
+*Available as of Camel version 1.0.0*
+
 Camel supports http://www.python.org/[Python] among other
 link:scripting-languages.html[Scripting Languages] to allow an
 link:expression.html[Expression] or link:predicate.html[Predicate] to be

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-script/src/main/docs/ruby-language.adoc
----------------------------------------------------------------------
diff --git a/components/camel-script/src/main/docs/ruby-language.adoc b/components/camel-script/src/main/docs/ruby-language.adoc
index 6f11c00..bd85b54 100644
--- a/components/camel-script/src/main/docs/ruby-language.adoc
+++ b/components/camel-script/src/main/docs/ruby-language.adoc
@@ -1,5 +1,7 @@
 ## Ruby Language
 
+*Available as of Camel version 1.0.0*
+
 Camel supports http://www.ruby-lang.org/en/[Ruby] among other
 link:scripting-languages.html[Scripting Languages] to allow an
 link:expression.html[Expression] or link:predicate.html[Predicate] to be

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-servicenow/src/main/docs/servicenow-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-servicenow/src/main/docs/servicenow-component.adoc b/components/camel-servicenow/src/main/docs/servicenow-component.adoc
index 8ce386b..3622f66 100644
--- a/components/camel-servicenow/src/main/docs/servicenow-component.adoc
+++ b/components/camel-servicenow/src/main/docs/servicenow-component.adoc
@@ -1,6 +1,6 @@
 ## ServiceNow Component
 
-*Available as of Camel 2.18*
+*Available as of Camel version 2.18.0*
 
 The ServiceNow component provides access to ServiceNow platform through their REST API.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-servlet/src/main/docs/servlet-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-servlet/src/main/docs/servlet-component.adoc b/components/camel-servlet/src/main/docs/servlet-component.adoc
index 30209cd..0601756 100644
--- a/components/camel-servlet/src/main/docs/servlet-component.adoc
+++ b/components/camel-servlet/src/main/docs/servlet-component.adoc
@@ -1,5 +1,7 @@
 ## Servlet Component
 
+*Available as of Camel version 2.0.0*
+
 The *servlet:* component provides HTTP based
 link:endpoint.html[endpoints] for consuming HTTP requests that arrive at
 a HTTP endpoint that is bound to a published Servlet.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-sip/src/main/docs/sip-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-sip/src/main/docs/sip-component.adoc b/components/camel-sip/src/main/docs/sip-component.adoc
index 4b405ed..238198e 100644
--- a/components/camel-sip/src/main/docs/sip-component.adoc
+++ b/components/camel-sip/src/main/docs/sip-component.adoc
@@ -1,6 +1,6 @@
 ## SIP Component
 
-*Available as of Camel 2.5*
+*Available as of Camel version 2.5.0*
 
 The *sip* component in Camel is a communication component, based on the
 Jain SIP implementation (available under the JCP license).

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-sjms/src/main/docs/sjms-batch-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-sjms/src/main/docs/sjms-batch-component.adoc b/components/camel-sjms/src/main/docs/sjms-batch-component.adoc
index 0309baf..f5ca8a1 100644
--- a/components/camel-sjms/src/main/docs/sjms-batch-component.adoc
+++ b/components/camel-sjms/src/main/docs/sjms-batch-component.adoc
@@ -1,6 +1,6 @@
 ## Simple JMS Batch Component
 
-*Available as of Camel 2.16*
+*Available as of Camel version 2.16.0*
 
 SJMS Batch is a specialized component for highly performant,
 transactional batch consumption from a JMS queue. It can be thought of

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-sjms/src/main/docs/sjms-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-sjms/src/main/docs/sjms-component.adoc b/components/camel-sjms/src/main/docs/sjms-component.adoc
index bf3e36a..e674b4d 100644
--- a/components/camel-sjms/src/main/docs/sjms-component.adoc
+++ b/components/camel-sjms/src/main/docs/sjms-component.adoc
@@ -1,6 +1,6 @@
 ## Simple JMS Component
 
-*Available as of Camel 2.11*
+*Available as of Camel version 2.11.0*
 
 The Simple JMS Component, or SJMS, is a JMS client for use with Camel
 that uses well known best practices when it comes to JMS client creation

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-slack/src/main/docs/slack-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-slack/src/main/docs/slack-component.adoc b/components/camel-slack/src/main/docs/slack-component.adoc
index 6b41a65..0769bb8 100644
--- a/components/camel-slack/src/main/docs/slack-component.adoc
+++ b/components/camel-slack/src/main/docs/slack-component.adoc
@@ -1,6 +1,6 @@
 ## Slack Component
 
-*Available as of Camel 2.16*
+*Available as of Camel version 2.16.0*
 
 The�*slack*�component allows you to connect to an instance
 of�http://www.slack.com/[Slack]�and delivers a message contained in the

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-smpp/src/main/docs/smpp-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-smpp/src/main/docs/smpp-component.adoc b/components/camel-smpp/src/main/docs/smpp-component.adoc
index 24937b4..b14a3e6 100644
--- a/components/camel-smpp/src/main/docs/smpp-component.adoc
+++ b/components/camel-smpp/src/main/docs/smpp-component.adoc
@@ -1,6 +1,6 @@
 ## SMPP Component
 
-*Available as of Camel 2.2*
+*Available as of Camel version 2.2.0*
 
 This component provides access to an SMSC (Short Message Service Center)
 over the http://smsforum.net/SMPP_v3_4_Issue1_2.zip[SMPP] protocol to

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-snakeyaml/src/main/docs/yaml-snakeyaml-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-snakeyaml/src/main/docs/yaml-snakeyaml-dataformat.adoc b/components/camel-snakeyaml/src/main/docs/yaml-snakeyaml-dataformat.adoc
index 03d6e98..0dfdaa6 100644
--- a/components/camel-snakeyaml/src/main/docs/yaml-snakeyaml-dataformat.adoc
+++ b/components/camel-snakeyaml/src/main/docs/yaml-snakeyaml-dataformat.adoc
@@ -1,5 +1,7 @@
 ## YAML SnakeYAML DataFormat
 
+*Available as of Camel version 2.17.0*
+
 YAML is a�link:data-format.html[Data Format]�to marshal and unmarshal
 Java objects to and from�http://www.yaml.org/[YAML].
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-snmp/src/main/docs/snmp-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-snmp/src/main/docs/snmp-component.adoc b/components/camel-snmp/src/main/docs/snmp-component.adoc
index 9c3dad8..8212c88 100644
--- a/components/camel-snmp/src/main/docs/snmp-component.adoc
+++ b/components/camel-snmp/src/main/docs/snmp-component.adoc
@@ -1,6 +1,6 @@
 ## SNMP Component
 
-*Available as of Camel 2.1*
+*Available as of Camel version 2.1.0*
 
 The *snmp:* component gives you the ability to poll SNMP capable devices
 or receiving traps

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-soap/src/main/docs/soapjaxb-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-soap/src/main/docs/soapjaxb-dataformat.adoc b/components/camel-soap/src/main/docs/soapjaxb-dataformat.adoc
index 3e4aa17..6310160 100644
--- a/components/camel-soap/src/main/docs/soapjaxb-dataformat.adoc
+++ b/components/camel-soap/src/main/docs/soapjaxb-dataformat.adoc
@@ -1,6 +1,6 @@
 ## SOAP DataFormat
 
-*Available as of Camel 2.3*
+*Available as of Camel version 2.3.0*
 
 SOAP is a link:data-format.html[Data Format] which uses JAXB2 and JAX-WS
 annotations to marshal and unmarshal SOAP payloads. It provides the

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-solr/src/main/docs/solr-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-solr/src/main/docs/solr-component.adoc b/components/camel-solr/src/main/docs/solr-component.adoc
index 4c5e957..91c2eef 100644
--- a/components/camel-solr/src/main/docs/solr-component.adoc
+++ b/components/camel-solr/src/main/docs/solr-component.adoc
@@ -1,6 +1,6 @@
 ## Solr Component
 
-*Available as of Camel 2.9*
+*Available as of Camel version 2.9.0*
 
 The Solr component allows you to interface with an
 http://lucene.apache.org/solr/[Apache Lucene Solr] server (based on

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-spark-rest/src/main/docs/spark-rest-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-spark-rest/src/main/docs/spark-rest-component.adoc b/components/camel-spark-rest/src/main/docs/spark-rest-component.adoc
index db249c6..9a94612 100644
--- a/components/camel-spark-rest/src/main/docs/spark-rest-component.adoc
+++ b/components/camel-spark-rest/src/main/docs/spark-rest-component.adoc
@@ -1,6 +1,6 @@
 ## Spark Rest Component
 
-*Available as of Camel 2.14*
+*Available as of Camel version 2.14.0*
 
 The Spark-rest component allows to define REST endpoints using the
 http://sparkjava.com/[Spark REST Java library] using the

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-spark/src/main/docs/spark-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-spark/src/main/docs/spark-component.adoc b/components/camel-spark/src/main/docs/spark-component.adoc
index e5cc252..f7c170b 100644
--- a/components/camel-spark/src/main/docs/spark-component.adoc
+++ b/components/camel-spark/src/main/docs/spark-component.adoc
@@ -1,5 +1,7 @@
 ## Apache Spark Component
 
+*Available as of Camel version 2.17.0*
+
 INFO: Apache Spark component is available starting from Camel *2.17*.
 
 This documentation page covers the http://spark.apache.org/[Apache

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-splunk/src/main/docs/splunk-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-splunk/src/main/docs/splunk-component.adoc b/components/camel-splunk/src/main/docs/splunk-component.adoc
index c93716a..7484b7e 100644
--- a/components/camel-splunk/src/main/docs/splunk-component.adoc
+++ b/components/camel-splunk/src/main/docs/splunk-component.adoc
@@ -1,6 +1,6 @@
 ## Splunk Component
 
-*Available as of Camel 2.13*
+*Available as of Camel version 2.13.0*
 
 The Splunk component provides access to
 http://docs.splunk.com/Documentation/Splunk/latest[Splunk] using the

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-spring-batch/src/main/docs/spring-batch-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-spring-batch/src/main/docs/spring-batch-component.adoc b/components/camel-spring-batch/src/main/docs/spring-batch-component.adoc
index 843a2cd..d0ef102 100644
--- a/components/camel-spring-batch/src/main/docs/spring-batch-component.adoc
+++ b/components/camel-spring-batch/src/main/docs/spring-batch-component.adoc
@@ -1,5 +1,7 @@
 ## Spring Batch Component
 
+*Available as of Camel version 2.10.0*
+
 The *spring-batch:* component and support classes provide integration
 bridge between Camel and http://www.springsource.org/spring-batch[Spring
 Batch] infrastructure.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-spring-integration/src/main/docs/spring-integration-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-spring-integration/src/main/docs/spring-integration-component.adoc b/components/camel-spring-integration/src/main/docs/spring-integration-component.adoc
index 954991e..5048c51 100644
--- a/components/camel-spring-integration/src/main/docs/spring-integration-component.adoc
+++ b/components/camel-spring-integration/src/main/docs/spring-integration-component.adoc
@@ -1,5 +1,7 @@
 ## Spring Integration Component
 
+*Available as of Camel version 1.4.0*
+
 The *spring-integration:* component provides a bridge for Camel
 components to talk to
 http://www.springsource.org/spring-integration[spring integration

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-spring-ldap/src/main/docs/spring-ldap-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-spring-ldap/src/main/docs/spring-ldap-component.adoc b/components/camel-spring-ldap/src/main/docs/spring-ldap-component.adoc
index 48ee50b..4db84ee 100644
--- a/components/camel-spring-ldap/src/main/docs/spring-ldap-component.adoc
+++ b/components/camel-spring-ldap/src/main/docs/spring-ldap-component.adoc
@@ -1,5 +1,7 @@
 ## Spring LDAP Component
 
+*Available as of Camel version 2.11.0*
+
 *Available since Camel 2.11*
 
 The *spring-ldap:* component provides a Camel wrapper for

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-spring-redis/src/main/docs/spring-redis-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-spring-redis/src/main/docs/spring-redis-component.adoc b/components/camel-spring-redis/src/main/docs/spring-redis-component.adoc
index 7a96cca..9a18146 100644
--- a/components/camel-spring-redis/src/main/docs/spring-redis-component.adoc
+++ b/components/camel-spring-redis/src/main/docs/spring-redis-component.adoc
@@ -1,6 +1,6 @@
 ## Spring Redis Component
 
-*Available as of Camel 2.11*
+*Available as of Camel version 2.11.0*
 
 This component allows sending and receiving messages from
 http://http//redis.io/[Redis]. Redis is advanced key-value store where

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-spring-ws/src/main/docs/spring-ws-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-spring-ws/src/main/docs/spring-ws-component.adoc b/components/camel-spring-ws/src/main/docs/spring-ws-component.adoc
index 45331bb..5516dbf 100644
--- a/components/camel-spring-ws/src/main/docs/spring-ws-component.adoc
+++ b/components/camel-spring-ws/src/main/docs/spring-ws-component.adoc
@@ -1,6 +1,6 @@
 ## Spring WebService Component
 
-*Available as of Camel 2.6*
+*Available as of Camel version 2.6.0*
 
 The *spring-ws:* component allows you to integrate with
 http://static.springsource.org/spring-ws/sites/1.5/[Spring Web

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-spring/src/main/docs/spel-language.adoc
----------------------------------------------------------------------
diff --git a/components/camel-spring/src/main/docs/spel-language.adoc b/components/camel-spring/src/main/docs/spel-language.adoc
index 3020b22..e8ff4c5 100644
--- a/components/camel-spring/src/main/docs/spel-language.adoc
+++ b/components/camel-spring/src/main/docs/spel-language.adoc
@@ -1,6 +1,6 @@
 ## SpEL Language
 
-*Available as of Camel 2.7*
+*Available as of Camel version 2.7.0*
 
 Camel allows
 http://static.springsource.org/spring/docs/current/spring-framework-reference/htmlsingle/spring-framework-reference.html#expressions[SpEL]

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-spring/src/main/docs/spring-event-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-spring/src/main/docs/spring-event-component.adoc b/components/camel-spring/src/main/docs/spring-event-component.adoc
index 0a8c65a..1b3c821 100644
--- a/components/camel-spring/src/main/docs/spring-event-component.adoc
+++ b/components/camel-spring/src/main/docs/spring-event-component.adoc
@@ -1,5 +1,7 @@
 ## Spring Event Component
 
+*Available as of Camel version 1.4.0*
+
 The *spring-event:* component provides access to the Spring
 `ApplicationEvent` objects. This allows you to publish
 `ApplicationEvent` objects to a Spring `ApplicationContext` or to

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-sql/src/main/docs/sql-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-sql/src/main/docs/sql-component.adoc b/components/camel-sql/src/main/docs/sql-component.adoc
index 6bef6d2..b345a0f 100644
--- a/components/camel-sql/src/main/docs/sql-component.adoc
+++ b/components/camel-sql/src/main/docs/sql-component.adoc
@@ -1,5 +1,7 @@
 ## SQL Component
 
+*Available as of Camel version 1.4.0*
+
 The *sql:* component allows you to work with databases using JDBC
 queries. The difference between this component and link:jdbc.html[JDBC]
 component is that in case of SQL the query is a property of the endpoint

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-sql/src/main/docs/sql-stored-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-sql/src/main/docs/sql-stored-component.adoc b/components/camel-sql/src/main/docs/sql-stored-component.adoc
index 6145378..fd4979d 100644
--- a/components/camel-sql/src/main/docs/sql-stored-component.adoc
+++ b/components/camel-sql/src/main/docs/sql-stored-component.adoc
@@ -1,6 +1,6 @@
 ## SQL StoredProcedure Component
 
-*Available as of Camel 2.17*
+*Available as of Camel version 2.17.0*
 
 The *sql-stored:* component allows you to work with databases using JDBC
 Stored Procedure queries. This component is an extension to

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-ssh/src/main/docs/ssh-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ssh/src/main/docs/ssh-component.adoc b/components/camel-ssh/src/main/docs/ssh-component.adoc
index 542616e..5748a32 100644
--- a/components/camel-ssh/src/main/docs/ssh-component.adoc
+++ b/components/camel-ssh/src/main/docs/ssh-component.adoc
@@ -1,6 +1,6 @@
 ## SSH Component
 
-*Available as of Camel 2.10*
+*Available as of Camel version 2.10.0*
 
 The SSH component enables access to SSH servers such that you can send
 an SSH command, and process the response.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-stax/src/main/docs/stax-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-stax/src/main/docs/stax-component.adoc b/components/camel-stax/src/main/docs/stax-component.adoc
index d4c5070..af3b015 100644
--- a/components/camel-stax/src/main/docs/stax-component.adoc
+++ b/components/camel-stax/src/main/docs/stax-component.adoc
@@ -1,6 +1,6 @@
 ## StAX Component
 
-*Available as of Camel 2.9*
+*Available as of Camel version 2.9.0*
 
 The StAX component allows messages to be process through a SAX
 http://download.oracle.com/javase/6/docs/api/org/xml/sax/ContentHandler.html[ContentHandler]. +

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-stomp/src/main/docs/stomp-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-stomp/src/main/docs/stomp-component.adoc b/components/camel-stomp/src/main/docs/stomp-component.adoc
index 3c9d48c..c77bdd1 100644
--- a/components/camel-stomp/src/main/docs/stomp-component.adoc
+++ b/components/camel-stomp/src/main/docs/stomp-component.adoc
@@ -1,6 +1,6 @@
 ## Stomp Component
 
-*Available as of Camel 2.12*
+*Available as of Camel version 2.12.0*
 
 The *stomp:* component is used for communicating with
 http://stomp.github.io/[Stomp] compliant message brokers, like

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-stream/src/main/docs/stream-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-stream/src/main/docs/stream-component.adoc b/components/camel-stream/src/main/docs/stream-component.adoc
index cf8f3d5..f5b8e98 100644
--- a/components/camel-stream/src/main/docs/stream-component.adoc
+++ b/components/camel-stream/src/main/docs/stream-component.adoc
@@ -1,5 +1,7 @@
 ## Stream Component
 
+*Available as of Camel version 1.3.0*
+
 The *stream:* component provides access to the `System.in`, `System.out`
 and `System.err` streams as well as allowing streaming of file and URL.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-stringtemplate/src/main/docs/string-template-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-stringtemplate/src/main/docs/string-template-component.adoc b/components/camel-stringtemplate/src/main/docs/string-template-component.adoc
index 8fe61b3..9f9e9ba 100644
--- a/components/camel-stringtemplate/src/main/docs/string-template-component.adoc
+++ b/components/camel-stringtemplate/src/main/docs/string-template-component.adoc
@@ -1,5 +1,7 @@
 ## String Template Component
 
+*Available as of Camel version 1.2.0*
+
 The *string-template:* component allows you to process a message using a
 http://www.stringtemplate.org/[String Template]. This can be ideal when
 using link:templating.html[Templating] to generate responses for

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-syslog/src/main/docs/syslog-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-syslog/src/main/docs/syslog-dataformat.adoc b/components/camel-syslog/src/main/docs/syslog-dataformat.adoc
index c09d2ff..2a13ee8 100644
--- a/components/camel-syslog/src/main/docs/syslog-dataformat.adoc
+++ b/components/camel-syslog/src/main/docs/syslog-dataformat.adoc
@@ -1,6 +1,6 @@
 ## Syslog DataFormat
 
-*Available as of Camel 2.6*
+*Available as of Camel version 2.6.0*
 
 The *syslog* dataformat is used for working with
 http://www.ietf.org/rfc/rfc3164.txt[RFC3164]�and RFC5424 messages.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-tagsoup/src/main/docs/tidyMarkup-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-tagsoup/src/main/docs/tidyMarkup-dataformat.adoc b/components/camel-tagsoup/src/main/docs/tidyMarkup-dataformat.adoc
index 999e675..04670aa 100644
--- a/components/camel-tagsoup/src/main/docs/tidyMarkup-dataformat.adoc
+++ b/components/camel-tagsoup/src/main/docs/tidyMarkup-dataformat.adoc
@@ -1,5 +1,7 @@
 ## TidyMarkup DataFormat
 
+*Available as of Camel version 2.0.0*
+
 TidyMarkup is a link:data-format.html[Data Format] that uses the
 http://www.ccil.org/~cowan/XML/tagsoup/[TagSoup] to tidy up HTML. It can
 be used to parse ugly HTML and return it as pretty wellformed HTML.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-tarfile/src/main/docs/tarfile-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-tarfile/src/main/docs/tarfile-dataformat.adoc b/components/camel-tarfile/src/main/docs/tarfile-dataformat.adoc
index 92c1997..ae1d5c2 100644
--- a/components/camel-tarfile/src/main/docs/tarfile-dataformat.adoc
+++ b/components/camel-tarfile/src/main/docs/tarfile-dataformat.adoc
@@ -1,5 +1,7 @@
 ## Tar File DataFormat
 
+*Available as of Camel version 2.16.0*
+
 TIP:*Available since Camel 2.18.0*
 
 The Tar File link:data-format.html[Data Format] is a message compression

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-telegram/src/main/docs/telegram-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-telegram/src/main/docs/telegram-component.adoc b/components/camel-telegram/src/main/docs/telegram-component.adoc
index 4b6db56..ebb1a86 100644
--- a/components/camel-telegram/src/main/docs/telegram-component.adoc
+++ b/components/camel-telegram/src/main/docs/telegram-component.adoc
@@ -1,6 +1,6 @@
 ## Telegram Component
 
-*Available as of Camel 2.18*
+*Available as of Camel version 2.18.0*
 
 The *Telegram* component provides access to the https://core.telegram.org/bots/api[Telegram Bot API].
 It allows a Camel-based application to send and receive messages by acting as a Bot, participating in

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-tika/src/main/docs/tika-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-tika/src/main/docs/tika-component.adoc b/components/camel-tika/src/main/docs/tika-component.adoc
index d228464..bdbcac0 100644
--- a/components/camel-tika/src/main/docs/tika-component.adoc
+++ b/components/camel-tika/src/main/docs/tika-component.adoc
@@ -1,6 +1,6 @@
 ## Tika Component
 
-**Available as of Camel 2.19.0**
+*Available as of Camel version 2.19.0*
 
 The *Tika*: components provides the ability to detect and parse documents with 
 Apache Tika. This component uses
@@ -88,4 +88,4 @@ from("direct:start")
 * link:configuring-camel.html[Configuring Camel]
 * link:component.html[Component]
 * link:endpoint.html[Endpoint]
-* link:getting-started.html[Getting Started]
+* link:getting-started.html[Getting Started]
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-twitter/src/main/docs/twitter-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-twitter/src/main/docs/twitter-component.adoc b/components/camel-twitter/src/main/docs/twitter-component.adoc
index 0fdf242..5c0fcba 100644
--- a/components/camel-twitter/src/main/docs/twitter-component.adoc
+++ b/components/camel-twitter/src/main/docs/twitter-component.adoc
@@ -1,6 +1,6 @@
 ## Twitter Component
 
-*Available as of Camel 2.10*
+*Available as of Camel version 2.10.0*
 
 The Twitter component enables the most useful features of the Twitter
 API by encapsulating http://twitter4j.org/[Twitter4J]. It allows direct,

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-undertow/src/main/docs/undertow-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-undertow/src/main/docs/undertow-component.adoc b/components/camel-undertow/src/main/docs/undertow-component.adoc
index 66373a9..0ead2eb 100644
--- a/components/camel-undertow/src/main/docs/undertow-component.adoc
+++ b/components/camel-undertow/src/main/docs/undertow-component.adoc
@@ -1,6 +1,6 @@
 ## Undertow Component
 
-*Available as of Camel 2.16*
+*Available as of Camel version 2.16.0*
 
 The *undertow* component provides HTTP-based
 link:endpoint.html[endpoints] for consuming and producing HTTP requests.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-univocity-parsers/src/main/docs/univocity-csv-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-univocity-parsers/src/main/docs/univocity-csv-dataformat.adoc b/components/camel-univocity-parsers/src/main/docs/univocity-csv-dataformat.adoc
index 1bf0e75..3b9b545 100644
--- a/components/camel-univocity-parsers/src/main/docs/univocity-csv-dataformat.adoc
+++ b/components/camel-univocity-parsers/src/main/docs/univocity-csv-dataformat.adoc
@@ -1,6 +1,6 @@
 ## uniVocity CSV DataFormat
 
-*Available as of Camel 2.15.0*
+*Available as of Camel version 2.15.0*
 
 This�link:data-format.html[Data
 Format]�uses�http://www.univocity.com/pages/about-parsers[uniVocity-parsers]

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-univocity-parsers/src/main/docs/univocity-fixed-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-univocity-parsers/src/main/docs/univocity-fixed-dataformat.adoc b/components/camel-univocity-parsers/src/main/docs/univocity-fixed-dataformat.adoc
index 86abe57..190891e 100644
--- a/components/camel-univocity-parsers/src/main/docs/univocity-fixed-dataformat.adoc
+++ b/components/camel-univocity-parsers/src/main/docs/univocity-fixed-dataformat.adoc
@@ -1,6 +1,6 @@
 ## uniVocity Fixed Length DataFormat
 
-*Available as of Camel 2.15.0*
+*Available as of Camel version 2.15.0*
 
 This�link:data-format.html[Data
 Format]�uses�http://www.univocity.com/pages/about-parsers[uniVocity-parsers]

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-univocity-parsers/src/main/docs/univocity-tsv-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-univocity-parsers/src/main/docs/univocity-tsv-dataformat.adoc b/components/camel-univocity-parsers/src/main/docs/univocity-tsv-dataformat.adoc
index c7e812f..5cda150 100644
--- a/components/camel-univocity-parsers/src/main/docs/univocity-tsv-dataformat.adoc
+++ b/components/camel-univocity-parsers/src/main/docs/univocity-tsv-dataformat.adoc
@@ -1,6 +1,6 @@
 ## uniVocity TSV DataFormat
 
-*Available as of Camel 2.15.0*
+*Available as of Camel version 2.15.0*
 
 This�link:data-format.html[Data
 Format]�uses�http://www.univocity.com/pages/about-parsers[uniVocity-parsers]

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-velocity/src/main/docs/velocity-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-velocity/src/main/docs/velocity-component.adoc b/components/camel-velocity/src/main/docs/velocity-component.adoc
index ea9026e..36ddf7d 100644
--- a/components/camel-velocity/src/main/docs/velocity-component.adoc
+++ b/components/camel-velocity/src/main/docs/velocity-component.adoc
@@ -1,5 +1,7 @@
 ## Velocity Component
 
+*Available as of Camel version 1.2.0*
+
 The *velocity:* component allows you to process a message using an
 http://velocity.apache.org/[Apache Velocity] template. This can be ideal
 when using link:templating.html[Templating] to generate responses for

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-vertx/src/main/docs/vertx-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-vertx/src/main/docs/vertx-component.adoc b/components/camel-vertx/src/main/docs/vertx-component.adoc
index 2dd007d..1b32de5 100644
--- a/components/camel-vertx/src/main/docs/vertx-component.adoc
+++ b/components/camel-vertx/src/main/docs/vertx-component.adoc
@@ -1,6 +1,6 @@
 ## Vert.x Component
 
-*Available as of Camel 2.12*
+*Available as of Camel version 2.12.0*
 
 The *vertx* component is for working with the http://vertx.io/[Vertx]
 http://vertx.io/core_manual_js.html#the-event-bus[EventBus].

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-weather/src/main/docs/weather-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-weather/src/main/docs/weather-component.adoc b/components/camel-weather/src/main/docs/weather-component.adoc
index f0de088..cf2d6b0 100644
--- a/components/camel-weather/src/main/docs/weather-component.adoc
+++ b/components/camel-weather/src/main/docs/weather-component.adoc
@@ -1,6 +1,6 @@
 ## Weather Component
 
-*Available as of Camel 2.12*
+*Available as of Camel version 2.12.0*
 
 The *weather:* component is used for polling weather information from
 http://openweathermap.org[Open Weather Map] - a site that provides free

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-websocket/src/main/docs/websocket-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-websocket/src/main/docs/websocket-component.adoc b/components/camel-websocket/src/main/docs/websocket-component.adoc
index e6943df..c9c6244 100644
--- a/components/camel-websocket/src/main/docs/websocket-component.adoc
+++ b/components/camel-websocket/src/main/docs/websocket-component.adoc
@@ -1,6 +1,6 @@
 ## Jetty Websocket Component
 
-*Available as of Camel 2.10*
+*Available as of Camel version 2.10.0*
 
 The *websocket* component provides websocket
 link:endpoint.html[endpoints] for communicating with clients using

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-xmlbeans/src/main/docs/xmlBeans-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-xmlbeans/src/main/docs/xmlBeans-dataformat.adoc b/components/camel-xmlbeans/src/main/docs/xmlBeans-dataformat.adoc
index b0a4a2e..5fd5056 100644
--- a/components/camel-xmlbeans/src/main/docs/xmlBeans-dataformat.adoc
+++ b/components/camel-xmlbeans/src/main/docs/xmlBeans-dataformat.adoc
@@ -1,5 +1,7 @@
 ## XML Beans DataFormat
 
+*Available as of Camel version 1.2.0*
+
 XmlBeans is a link:data-format.html[Data Format] which uses the
 http://xmlbeans.apache.org/[XmlBeans library] to unmarshal an XML
 payload into Java objects or to marshal Java objects into an XML

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-xmljson/src/main/docs/xmljson-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-xmljson/src/main/docs/xmljson-dataformat.adoc b/components/camel-xmljson/src/main/docs/xmljson-dataformat.adoc
index 4f9e86a..8ba4c16 100644
--- a/components/camel-xmljson/src/main/docs/xmljson-dataformat.adoc
+++ b/components/camel-xmljson/src/main/docs/xmljson-dataformat.adoc
@@ -1,6 +1,6 @@
 ## XML JSon DataFormat
 
-*Available as of Camel 2.10*
+*Available as of Camel version 2.10.0*
 
 Camel already supports a number of data formats to perform XML and
 JSON-related conversions, but all of them require a POJO either as an

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-xmlrpc/src/main/docs/xmlrpc-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-xmlrpc/src/main/docs/xmlrpc-component.adoc b/components/camel-xmlrpc/src/main/docs/xmlrpc-component.adoc
index 293d0eb..6924c22 100644
--- a/components/camel-xmlrpc/src/main/docs/xmlrpc-component.adoc
+++ b/components/camel-xmlrpc/src/main/docs/xmlrpc-component.adoc
@@ -1,6 +1,6 @@
 ## XML RPC Component
 
-*Available as of Camel 2.11*
+*Available as of Camel version 2.11.0*
 
 This component provides a dataformat for xml, which allows serialization
 and deserialization of request messages and response message using

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-xmlrpc/src/main/docs/xmlrpc-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-xmlrpc/src/main/docs/xmlrpc-dataformat.adoc b/components/camel-xmlrpc/src/main/docs/xmlrpc-dataformat.adoc
index 112fffa..f4cf77c 100644
--- a/components/camel-xmlrpc/src/main/docs/xmlrpc-dataformat.adoc
+++ b/components/camel-xmlrpc/src/main/docs/xmlrpc-dataformat.adoc
@@ -1,5 +1,7 @@
 ## XML RPC DataFormat
 
+*Available as of Camel version 2.11.0*
+
 As the XmlRpc message could be request or response, when you use the
 XmlRpcDataFormat, you need to specify the dataformat is for request or
 not.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-xmlsecurity/src/main/docs/secureXML-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-xmlsecurity/src/main/docs/secureXML-dataformat.adoc b/components/camel-xmlsecurity/src/main/docs/secureXML-dataformat.adoc
index 7402627..020e013 100644
--- a/components/camel-xmlsecurity/src/main/docs/secureXML-dataformat.adoc
+++ b/components/camel-xmlsecurity/src/main/docs/secureXML-dataformat.adoc
@@ -1,5 +1,7 @@
 ## XML Security DataFormat
 
+*Available as of Camel version 2.0.0*
+
 The XMLSecurity Data Format facilitates encryption and decryption of XML
 payloads at the Document, Element, and Element Content levels (including
 simultaneous multi-node encryption/decryption using XPath). To sign

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-xmlsecurity/src/main/docs/xmlsecurity-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-xmlsecurity/src/main/docs/xmlsecurity-component.adoc b/components/camel-xmlsecurity/src/main/docs/xmlsecurity-component.adoc
index ec5a794..33230b8 100644
--- a/components/camel-xmlsecurity/src/main/docs/xmlsecurity-component.adoc
+++ b/components/camel-xmlsecurity/src/main/docs/xmlsecurity-component.adoc
@@ -1,6 +1,6 @@
 ## XML Security Component
 
-*Available as of Camel 2.12.0*
+*Available as of Camel version 2.12.0*
 
 With this Apache Camel component, you can generate and validate XML
 signatures as described in the W3C standard

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-xmpp/src/main/docs/xmpp-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-xmpp/src/main/docs/xmpp-component.adoc b/components/camel-xmpp/src/main/docs/xmpp-component.adoc
index f9e3139..25d0102 100644
--- a/components/camel-xmpp/src/main/docs/xmpp-component.adoc
+++ b/components/camel-xmpp/src/main/docs/xmpp-component.adoc
@@ -1,5 +1,7 @@
 ## XMPP Component
 
+*Available as of Camel version 1.0.0*
+
 The *xmpp:* component implements an XMPP (Jabber) transport.
 
 Maven users will need to add the following dependency to their `pom.xml`

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-xstream/src/main/docs/json-xstream-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-xstream/src/main/docs/json-xstream-dataformat.adoc b/components/camel-xstream/src/main/docs/json-xstream-dataformat.adoc
index 2215f6f..de65927 100644
--- a/components/camel-xstream/src/main/docs/json-xstream-dataformat.adoc
+++ b/components/camel-xstream/src/main/docs/json-xstream-dataformat.adoc
@@ -1,5 +1,7 @@
 ## JSon XStream DataFormat
 
+*Available as of Camel version 2.0.0*
+
 XStream is a link:data-format.html[Data Format] which uses the
 http://xstream.codehaus.org/[XStream library] to marshal and unmarshal
 Java objects to and from XML.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-xstream/src/main/docs/xstream-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-xstream/src/main/docs/xstream-dataformat.adoc b/components/camel-xstream/src/main/docs/xstream-dataformat.adoc
index ccb948f..7659140 100644
--- a/components/camel-xstream/src/main/docs/xstream-dataformat.adoc
+++ b/components/camel-xstream/src/main/docs/xstream-dataformat.adoc
@@ -1,5 +1,7 @@
 ## XStream DataFormat
 
+*Available as of Camel version 1.3.0*
+
 XStream is a link:data-format.html[Data Format] which uses the
 http://xstream.codehaus.org/[XStream library] to marshal and unmarshal
 Java objects to and from XML.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-yammer/src/main/docs/yammer-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-yammer/src/main/docs/yammer-component.adoc b/components/camel-yammer/src/main/docs/yammer-component.adoc
index 122c3cb..e4d3c18 100644
--- a/components/camel-yammer/src/main/docs/yammer-component.adoc
+++ b/components/camel-yammer/src/main/docs/yammer-component.adoc
@@ -1,6 +1,6 @@
 ## Yammer Component
 
-*Available as of Camel 2.12*
+*Available as of Camel version 2.12.0*
 
 The Yammer component allows you to interact with the
 https://www.yammer.com[Yammer] enterprise social network. Consuming

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-zipfile/src/main/docs/zipfile-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-zipfile/src/main/docs/zipfile-dataformat.adoc b/components/camel-zipfile/src/main/docs/zipfile-dataformat.adoc
index dc3660d..47f0f64 100644
--- a/components/camel-zipfile/src/main/docs/zipfile-dataformat.adoc
+++ b/components/camel-zipfile/src/main/docs/zipfile-dataformat.adoc
@@ -1,5 +1,7 @@
 ## Zip File DataFormat
 
+*Available as of Camel version 2.11.0*
+
 TIP:*Available since Camel 2.11.0*
 
 The Zip File link:data-format.html[Data Format] is a message compression

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-zookeeper/src/main/docs/zookeeper-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-zookeeper/src/main/docs/zookeeper-component.adoc b/components/camel-zookeeper/src/main/docs/zookeeper-component.adoc
index fd0ce0f..d36a99c 100644
--- a/components/camel-zookeeper/src/main/docs/zookeeper-component.adoc
+++ b/components/camel-zookeeper/src/main/docs/zookeeper-component.adoc
@@ -1,6 +1,6 @@
 ## ZooKeeper Component
 
-*Available as of Camel 2.9*
+*Available as of Camel version 2.9.0*
 
 The ZooKeeper component allows interaction with a
 http://hadoop.apache.org/zookeeper/[ZooKeeper] cluster and exposes the

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/readme.adoc
----------------------------------------------------------------------
diff --git a/components/readme.adoc b/components/readme.adoc
index bea72b2..c09147b 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -258,7 +258,7 @@ Components
 | link:camel-irc/src/main/docs/irc-component.adoc[IRC] (camel-irc) +
 `irc:hostname:port` | 1.1.0 | The irc component implements an IRC (Internet Relay Chat) transport.
 
-| link:camel-ironmq/src/main/docs/ironmq-component.adoc[ironmq] (camel-ironmq) +
+| link:camel-ironmq/src/main/docs/ironmq-component.adoc[IronMQ] (camel-ironmq) +
 `ironmq:queueName` | 2.17.0 | The ironmq provides integration with IronMQ an elastic and durable hosted message queue as a service.
 
 | link:camel-javaspace/src/main/docs/javaspace-component.adoc[JavaSpace] (camel-javaspace) +

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/docs/user-manual/en/SUMMARY.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md
index 46cbd3d..1aca332 100644
--- a/docs/user-manual/en/SUMMARY.md
+++ b/docs/user-manual/en/SUMMARY.md
@@ -208,7 +208,7 @@
 	* [Infinispan](infinispan-component.adoc)
 	* [InfluxDB](influxdb-component.adoc)
 	* [IRC](irc-component.adoc)
-	* [ironmq](ironmq-component.adoc)
+	* [IronMQ](ironmq-component.adoc)
 	* [JavaSpace](javaspace-component.adoc)
 	* [JBPM](jbpm-component.adoc)
 	* [JCache](jcache-component.adoc)

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/ReadmeComponentMojo.java
----------------------------------------------------------------------
diff --git a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/ReadmeComponentMojo.java b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/ReadmeComponentMojo.java
index dbbc984..1c3ecca 100644
--- a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/ReadmeComponentMojo.java
+++ b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/ReadmeComponentMojo.java
@@ -372,7 +372,7 @@ public class ReadmeComponentMojo extends AbstractMojo {
             // check the first four lines
             boolean title = lines[0].startsWith("##");
             boolean empty = lines[1].trim().isEmpty();
-            boolean availableFrom = lines[2].trim().contains("Available as of");
+            boolean availableFrom = lines[2].trim().contains("Available as of") || lines[2].trim().contains("Available in");
             boolean empty2 = lines[3].trim().isEmpty();
 
             if (title && empty && availableFrom) {


[3/4] camel git commit: CAMEL-10775: Add information when the component was added to Camel.

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-elsql/src/main/docs/elsql-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-elsql/src/main/docs/elsql-component.adoc b/components/camel-elsql/src/main/docs/elsql-component.adoc
index a4815a4..6e2cdc6 100644
--- a/components/camel-elsql/src/main/docs/elsql-component.adoc
+++ b/components/camel-elsql/src/main/docs/elsql-component.adoc
@@ -1,6 +1,6 @@
 ## ElSQL Component
 
-*Available as of Camel 2.16*
+*Available as of Camel version 2.16.0*
 
 The *elsql:* component is an extension to the existing
 link:sql-component.html[SQL Component] that uses
@@ -216,4 +216,4 @@ assumes to have�`getLicense` and�`getMinimum` methods:
 
 * link:sql-component.html[SQL Component]
 * link:mybatis.html[MyBatis]
-* link:jdbc.html[JDBC]
+* link:jdbc.html[JDBC]
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-etcd/src/main/docs/etcd-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-etcd/src/main/docs/etcd-component.adoc b/components/camel-etcd/src/main/docs/etcd-component.adoc
index fdbfc68..1ed9252 100644
--- a/components/camel-etcd/src/main/docs/etcd-component.adoc
+++ b/components/camel-etcd/src/main/docs/etcd-component.adoc
@@ -1,5 +1,7 @@
 ## etcd Component
 +[[Etcd-Etcd]]
+*Available as of Camel version 2.18.0*
+
 +Etcd
 
 
@@ -21,7 +23,7 @@ The etcd component supports 31 endpoint options which are listed below:
 |=======================================================================
 | Name | Group | Default | Java Type | Description
 | namespace | common |  | EtcdNamespace | *Required* The API namespace to use
-| path | common |  | String | The path the enpoint refers to
+| path | common |  | String | The path the endpoint refers to
 | recursive | common | false | boolean | To apply an action recursively.
 | servicePath | common | /services/ | String | The path to look for for service discovery
 | timeout | common |  | Long | To set the maximum time an action could take to complete.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-eventadmin/src/main/docs/eventadmin-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-eventadmin/src/main/docs/eventadmin-component.adoc b/components/camel-eventadmin/src/main/docs/eventadmin-component.adoc
index b056b18..35dc91a 100644
--- a/components/camel-eventadmin/src/main/docs/eventadmin-component.adoc
+++ b/components/camel-eventadmin/src/main/docs/eventadmin-component.adoc
@@ -1,6 +1,6 @@
 ## OSGi EventAdmin Component
 
-*Available in Camel 2.6*
+*Available as of Camel version 2.6.0*
 
 The `eventadmin` component can be used in an OSGi environment to receive
 OSGi EventAdmin events and process them.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-exec/src/main/docs/exec-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-exec/src/main/docs/exec-component.adoc b/components/camel-exec/src/main/docs/exec-component.adoc
index 9024ad2..488d4bc 100644
--- a/components/camel-exec/src/main/docs/exec-component.adoc
+++ b/components/camel-exec/src/main/docs/exec-component.adoc
@@ -1,6 +1,6 @@
 ## Exec Component
 
-*Available in Camel 2.3*
+*Available as of Camel version 2.3.0*
 
 The `exec` component can be used to execute system commands.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-facebook/src/main/docs/facebook-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-facebook/src/main/docs/facebook-component.adoc b/components/camel-facebook/src/main/docs/facebook-component.adoc
index e082551..e4d0dff 100644
--- a/components/camel-facebook/src/main/docs/facebook-component.adoc
+++ b/components/camel-facebook/src/main/docs/facebook-component.adoc
@@ -1,6 +1,6 @@
 ## Facebook Component
 
-*Available as of Camel 2.12*
+*Available as of Camel version 2.14.0*
 
 The Facebook component provides access to all of the Facebook APIs
 accessible using http://facebook4j.org/en/index.html[Facebook4J]. It

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-flatpack/src/main/docs/flatpack-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-flatpack/src/main/docs/flatpack-component.adoc b/components/camel-flatpack/src/main/docs/flatpack-component.adoc
index 9d0e5d4..62a6d1b 100644
--- a/components/camel-flatpack/src/main/docs/flatpack-component.adoc
+++ b/components/camel-flatpack/src/main/docs/flatpack-component.adoc
@@ -1,5 +1,7 @@
 ## Flatpack Component
 
+*Available as of Camel version 1.4.0*
+
 The Flatpack component supports fixed width and delimited file parsing
 via the http://flatpack.sourceforge.net[FlatPack library]. +
  *Notice:* This component only supports consuming from flatpack files to

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-flatpack/src/main/docs/flatpack-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-flatpack/src/main/docs/flatpack-dataformat.adoc b/components/camel-flatpack/src/main/docs/flatpack-dataformat.adoc
index e9fcb6c..aa0738a 100644
--- a/components/camel-flatpack/src/main/docs/flatpack-dataformat.adoc
+++ b/components/camel-flatpack/src/main/docs/flatpack-dataformat.adoc
@@ -1,5 +1,7 @@
 ## Flatpack DataFormat
 
+*Available as of Camel version 2.1.0*
+
 The link:flatpack.html[Flatpack] component ships with the Flatpack data
 format that can be used to format between fixed width or delimited text
 messages to a `List` of rows as `Map`.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-flink/src/main/docs/flink-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-flink/src/main/docs/flink-component.adoc b/components/camel-flink/src/main/docs/flink-component.adoc
index 61b0218..9569102 100644
--- a/components/camel-flink/src/main/docs/flink-component.adoc
+++ b/components/camel-flink/src/main/docs/flink-component.adoc
@@ -1,6 +1,6 @@
 ## Apache Flink Component
 
-*Available as of Camel 2.18*
+*Available as of Camel version 2.18.0*
 
 This documentation page covers the https://flink.apache.org[Apache Flink]
 component for the Apache Camel. The�*camel-flink*�component provides a

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-fop/src/main/docs/fop-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-fop/src/main/docs/fop-component.adoc b/components/camel-fop/src/main/docs/fop-component.adoc
index 74cc968..41f0e16 100644
--- a/components/camel-fop/src/main/docs/fop-component.adoc
+++ b/components/camel-fop/src/main/docs/fop-component.adoc
@@ -1,6 +1,6 @@
 ## FOP Component
 
-*Available as of Camel 2.10*
+*Available as of Camel version 2.10.0*
 
 The FOP component allows you to render a message into different output
 formats using http://xmlgraphics.apache.org/fop/index.html[Apache FOP].

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-freemarker/src/main/docs/freemarker-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-freemarker/src/main/docs/freemarker-component.adoc b/components/camel-freemarker/src/main/docs/freemarker-component.adoc
index 2f2d55e..7fc6971 100644
--- a/components/camel-freemarker/src/main/docs/freemarker-component.adoc
+++ b/components/camel-freemarker/src/main/docs/freemarker-component.adoc
@@ -1,5 +1,7 @@
 ## Freemarker Component
 
+*Available as of Camel version 2.10.0*
+
 The *freemarker:* component allows for processing a message using a
 http://freemarker.org/[FreeMarker] template. This can be ideal when
 using link:templating.html[Templating] to generate responses for

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-ftp/src/main/docs/ftp-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ftp/src/main/docs/ftp-component.adoc b/components/camel-ftp/src/main/docs/ftp-component.adoc
index 9247fe5..2bea339 100644
--- a/components/camel-ftp/src/main/docs/ftp-component.adoc
+++ b/components/camel-ftp/src/main/docs/ftp-component.adoc
@@ -1,5 +1,7 @@
 ## FTP Component
 
+*Available as of Camel version 1.1.0*
+
 This component provides access to remote file systems over the FTP and
 SFTP protocols.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-ftp/src/main/docs/ftps-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ftp/src/main/docs/ftps-component.adoc b/components/camel-ftp/src/main/docs/ftps-component.adoc
index 946f961..aaa81eb 100644
--- a/components/camel-ftp/src/main/docs/ftps-component.adoc
+++ b/components/camel-ftp/src/main/docs/ftps-component.adoc
@@ -1,5 +1,7 @@
 ## FTPS Component
 
+*Available as of Camel version 2.2.0*
+
 This component provides access to remote file systems over the FTP and
 SFTP protocols.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-ftp/src/main/docs/sftp-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ftp/src/main/docs/sftp-component.adoc b/components/camel-ftp/src/main/docs/sftp-component.adoc
index 6d052c7..7b64ee7 100644
--- a/components/camel-ftp/src/main/docs/sftp-component.adoc
+++ b/components/camel-ftp/src/main/docs/sftp-component.adoc
@@ -1,5 +1,7 @@
 ## SFTP Component
 
+*Available as of Camel version 1.1.0*
+
 This component provides access to remote file systems over the FTP and
 SFTP protocols.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-ganglia/src/main/docs/ganglia-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ganglia/src/main/docs/ganglia-component.adoc b/components/camel-ganglia/src/main/docs/ganglia-component.adoc
index def63ca..429de26 100644
--- a/components/camel-ganglia/src/main/docs/ganglia-component.adoc
+++ b/components/camel-ganglia/src/main/docs/ganglia-component.adoc
@@ -1,6 +1,6 @@
 ## Ganglia Component
 
-*Available as of Camel 2.15.0*
+*Available as of Camel version 2.15.0*
 
 Provides a mechanism to send a value (the message body) as a metric to
 the http://ganglia.info[Ganglia] monitoring system.� Uses the gmetric4j

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-geocoder/src/main/docs/geocoder-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-geocoder/src/main/docs/geocoder-component.adoc b/components/camel-geocoder/src/main/docs/geocoder-component.adoc
index 9459e53..4ccadcc 100644
--- a/components/camel-geocoder/src/main/docs/geocoder-component.adoc
+++ b/components/camel-geocoder/src/main/docs/geocoder-component.adoc
@@ -1,6 +1,6 @@
 ## Geocoder Component
 
-*Available as of Camel 2.12*
+*Available as of Camel version 2.12.0*
 
 The *geocoder:* component is used for looking up geocodes (latitude and
 longitude) for a given address, or reverse lookup. The component uses

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-git/src/main/docs/git-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-git/src/main/docs/git-component.adoc b/components/camel-git/src/main/docs/git-component.adoc
index 6f3cc8d..9d37175 100644
--- a/components/camel-git/src/main/docs/git-component.adoc
+++ b/components/camel-git/src/main/docs/git-component.adoc
@@ -1,6 +1,6 @@
 ## Git Component
 
-*Available as of Camel 2.16*
+*Available as of Camel version 2.16.0*
 
 The�*git:*�component allows you to work with a generic Git repository.�
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-github/src/main/docs/github-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-github/src/main/docs/github-component.adoc b/components/camel-github/src/main/docs/github-component.adoc
index 1ed6623..8492a9e 100644
--- a/components/camel-github/src/main/docs/github-component.adoc
+++ b/components/camel-github/src/main/docs/github-component.adoc
@@ -1,6 +1,6 @@
 ## GitHub Component
 
-*Available as of Camel 2.15*
+*Available as of Camel version 2.15.0*
 
 The GitHub component interacts with the GitHub API by
 encapsulating�http://org.eclipse.egit.github.core[egit-github]. It

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-google-calendar/src/main/docs/google-calendar-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-google-calendar/src/main/docs/google-calendar-component.adoc b/components/camel-google-calendar/src/main/docs/google-calendar-component.adoc
index 8163c28..84f29ca 100644
--- a/components/camel-google-calendar/src/main/docs/google-calendar-component.adoc
+++ b/components/camel-google-calendar/src/main/docs/google-calendar-component.adoc
@@ -1,6 +1,6 @@
 ## Google Calendar Component
 
-*Available as of Camel 2.15*
+*Available as of Camel version 2.15.0*
 
 ### Component Description
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-google-drive/src/main/docs/google-drive-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-google-drive/src/main/docs/google-drive-component.adoc b/components/camel-google-drive/src/main/docs/google-drive-component.adoc
index 10feb33..de30722 100644
--- a/components/camel-google-drive/src/main/docs/google-drive-component.adoc
+++ b/components/camel-google-drive/src/main/docs/google-drive-component.adoc
@@ -1,6 +1,6 @@
 ## Google Drive Component
 
-*Available as of Camel 2.14*
+*Available as of Camel version 2.14.0*
 
 The Google Drive component provides access to the
 http://drive.google.com[Google Drive file storage service] via the

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-google-mail/src/main/docs/google-mail-component.adoc
----------------------------------------------------------------------
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 c39f83d..cbe6b61 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
@@ -1,6 +1,6 @@
 ## Google Mail Component
 
-*Available as of Camel 2.15*
+*Available as of Camel version 2.15.0*
 
 ### Component Description
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-google-pubsub/src/main/docs/google-pubsub-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-google-pubsub/src/main/docs/google-pubsub-component.adoc b/components/camel-google-pubsub/src/main/docs/google-pubsub-component.adoc
index cdbb8f4..fdbe8d9 100644
--- a/components/camel-google-pubsub/src/main/docs/google-pubsub-component.adoc
+++ b/components/camel-google-pubsub/src/main/docs/google-pubsub-component.adoc
@@ -1,6 +1,6 @@
 ## Google Pubsub Component
 
-*Available as of Camel 2.19*
+*Available as of Camel version 2.19.0*
 
 ### Component Description
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-gora/src/main/docs/gora-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-gora/src/main/docs/gora-component.adoc b/components/camel-gora/src/main/docs/gora-component.adoc
index 5d93e77..3f23862 100644
--- a/components/camel-gora/src/main/docs/gora-component.adoc
+++ b/components/camel-gora/src/main/docs/gora-component.adoc
@@ -1,6 +1,6 @@
 ## Gora Component
 
-*Available as of Camel 2.14*
+*Available as of Camel version 2.14.0*
 
 *Camel-Gora* is an http://camel.apache.org/[Apache Camel] component that
 allows you to work with NoSQL databases using the

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-grape/src/main/docs/grape-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-grape/src/main/docs/grape-component.adoc b/components/camel-grape/src/main/docs/grape-component.adoc
index 9cc6553..9f20dc8 100644
--- a/components/camel-grape/src/main/docs/grape-component.adoc
+++ b/components/camel-grape/src/main/docs/grape-component.adoc
@@ -1,6 +1,6 @@
 ## Grape Component
 
-*Available as of Camel 2.16*
+*Available as of Camel version 2.16.0*
 
 http://docs.groovy-lang.org/latest/html/documentation/grape.html[Grape]
 component allows you to fetch, load and manage additional jars when

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-groovy/src/main/docs/groovy-language.adoc
----------------------------------------------------------------------
diff --git a/components/camel-groovy/src/main/docs/groovy-language.adoc b/components/camel-groovy/src/main/docs/groovy-language.adoc
index 58edbd6..b8b601a 100644
--- a/components/camel-groovy/src/main/docs/groovy-language.adoc
+++ b/components/camel-groovy/src/main/docs/groovy-language.adoc
@@ -1,5 +1,7 @@
 ## Groovy Language
 
+*Available as of Camel version 1.3.0*
+
 Camel supports http://groovy.codehaus.org/[Groovy] among other
 link:scripting-languages.html[Scripting Languages] to allow an
 link:expression.html[Expression] or link:predicate.html[Predicate] to be

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-gson/src/main/docs/json-gson-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-gson/src/main/docs/json-gson-dataformat.adoc b/components/camel-gson/src/main/docs/json-gson-dataformat.adoc
index c0df1e6..c9e0b2e 100644
--- a/components/camel-gson/src/main/docs/json-gson-dataformat.adoc
+++ b/components/camel-gson/src/main/docs/json-gson-dataformat.adoc
@@ -1,6 +1,6 @@
 ## JSon GSon DataFormat
 
-*Available as of Camel 2.18*
+*Available as of Camel version 2.10.0*
 
 Gson is a link:data-format.html[Data Format] which uses the
 https://github.com/google/gson[Gson Library]

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-guava-eventbus/src/main/docs/guava-eventbus-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-guava-eventbus/src/main/docs/guava-eventbus-component.adoc b/components/camel-guava-eventbus/src/main/docs/guava-eventbus-component.adoc
index 879c8c9..7447d29 100644
--- a/components/camel-guava-eventbus/src/main/docs/guava-eventbus-component.adoc
+++ b/components/camel-guava-eventbus/src/main/docs/guava-eventbus-component.adoc
@@ -1,5 +1,7 @@
 ## Guava EventBus Component
 
+*Available as of Camel version 2.10.0*
+
 *Available since Camel 2.10.0*
 
 The

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-hazelcast/src/main/docs/hazelcast-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-hazelcast/src/main/docs/hazelcast-component.adoc b/components/camel-hazelcast/src/main/docs/hazelcast-component.adoc
index 4873afa..bd45c68 100644
--- a/components/camel-hazelcast/src/main/docs/hazelcast-component.adoc
+++ b/components/camel-hazelcast/src/main/docs/hazelcast-component.adoc
@@ -1,6 +1,6 @@
 ## Hazelcast Component
 
-*Available as of Camel 2.7*
+*Available as of Camel version 2.7.0*
 
 The *hazelcast:* component allows you to work with the
 http://www.hazelcast.com[Hazelcast] distributed data grid / cache.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-hbase/src/main/docs/hbase-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-hbase/src/main/docs/hbase-component.adoc b/components/camel-hbase/src/main/docs/hbase-component.adoc
index dfaa3ba..8bd4ddd 100644
--- a/components/camel-hbase/src/main/docs/hbase-component.adoc
+++ b/components/camel-hbase/src/main/docs/hbase-component.adoc
@@ -1,6 +1,6 @@
 ## HBase Component
 
-*Available as of Camel 2.10*
+*Available as of Camel version 2.10.0*
 
 This component provides an idemptotent repository, producers and
 consumers for http://hbase.apache.org/[Apache HBase].

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-hdfs/src/main/docs/hdfs-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-hdfs/src/main/docs/hdfs-component.adoc b/components/camel-hdfs/src/main/docs/hdfs-component.adoc
index 97170fb..0910798 100644
--- a/components/camel-hdfs/src/main/docs/hdfs-component.adoc
+++ b/components/camel-hdfs/src/main/docs/hdfs-component.adoc
@@ -1,6 +1,6 @@
 ## HDFS Component
 
-*Available as of Camel 2.8*
+*Available as of Camel version 2.8.0*
 
 The *hdfs* component enables you to read and write messages from/to an
 HDFS file system. HDFS is the distributed file system at the heart of

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-hdfs2/src/main/docs/hdfs2-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-hdfs2/src/main/docs/hdfs2-component.adoc b/components/camel-hdfs2/src/main/docs/hdfs2-component.adoc
index e08eb49..6453108 100644
--- a/components/camel-hdfs2/src/main/docs/hdfs2-component.adoc
+++ b/components/camel-hdfs2/src/main/docs/hdfs2-component.adoc
@@ -1,6 +1,6 @@
 ## HDFS2 Component
 
-*Available as of Camel 2.13*
+*Available as of Camel version 2.14.0*
 
 The *hdfs2* component enables you to read and write messages from/to an
 HDFS file system using Hadoop 2.x. HDFS is the distributed file system

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-hessian/src/main/docs/hessian-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-hessian/src/main/docs/hessian-dataformat.adoc b/components/camel-hessian/src/main/docs/hessian-dataformat.adoc
index a42c9c8..626f706 100644
--- a/components/camel-hessian/src/main/docs/hessian-dataformat.adoc
+++ b/components/camel-hessian/src/main/docs/hessian-dataformat.adoc
@@ -1,5 +1,7 @@
 ## Hessian DataFormat
 
+*Available as of Camel version 2.17.0*
+
 Hessian is Data Format for marshalling and unmarshalling messages using Caucho's Hessian format.
 
 If you want to use Hessian Data Format from Maven, add the following dependency to your `pom.xml`:

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-hipchat/src/main/docs/hipchat-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-hipchat/src/main/docs/hipchat-component.adoc b/components/camel-hipchat/src/main/docs/hipchat-component.adoc
index 063a165..bb41f52 100644
--- a/components/camel-hipchat/src/main/docs/hipchat-component.adoc
+++ b/components/camel-hipchat/src/main/docs/hipchat-component.adoc
@@ -1,6 +1,6 @@
 ## Hipchat Component
 
-*Available as of Camel 2.15.0*
+*Available as of Camel version 2.15.0*
 
 The Hipchat component supports producing and consuming messages from/to
 https://www.hipchat.com[Hipchat]�service.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-hl7/src/main/docs/hl7-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-hl7/src/main/docs/hl7-dataformat.adoc b/components/camel-hl7/src/main/docs/hl7-dataformat.adoc
index 6691468..3b38ff2 100644
--- a/components/camel-hl7/src/main/docs/hl7-dataformat.adoc
+++ b/components/camel-hl7/src/main/docs/hl7-dataformat.adoc
@@ -1,5 +1,7 @@
 ## HL7 DataFormat
 
+*Available as of Camel version 2.0.0*
+
 The *HL7* component is used for working with the HL7 MLLP protocol and
 http://www.hl7.org/implement/standards/product_brief.cfm?product_id=185[HL7
 v2 messages] using the http://hl7api.sourceforge.net[HAPI library].

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-hl7/src/main/docs/terser-language.adoc
----------------------------------------------------------------------
diff --git a/components/camel-hl7/src/main/docs/terser-language.adoc b/components/camel-hl7/src/main/docs/terser-language.adoc
index 8d9e340..c1b949c 100644
--- a/components/camel-hl7/src/main/docs/terser-language.adoc
+++ b/components/camel-hl7/src/main/docs/terser-language.adoc
@@ -1,5 +1,7 @@
 ## HL7 Terser Language
 ### Terser language
+*Available as of Camel version 2.11.0*
+
 
 http://hl7api.sourceforge.net[HAPI] provides a
 http://hl7api.sourceforge.net/base/apidocs/ca/uhn/hl7v2/util/Terser.html[Terser]

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-http/src/main/docs/http-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-http/src/main/docs/http-component.adoc b/components/camel-http/src/main/docs/http-component.adoc
index 4f404ee..240e3cc 100644
--- a/components/camel-http/src/main/docs/http-component.adoc
+++ b/components/camel-http/src/main/docs/http-component.adoc
@@ -1,5 +1,7 @@
 ## HTTP Component
 
+*Available as of Camel version 1.0.0*
+
 The *http:* component provides HTTP based link:endpoint.html[endpoints]
 for consuming external HTTP resources (as a client to call external
 servers using HTTP).

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-http4/src/main/docs/http4-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-http4/src/main/docs/http4-component.adoc b/components/camel-http4/src/main/docs/http4-component.adoc
index 4c2a57c..26d2fec 100644
--- a/components/camel-http4/src/main/docs/http4-component.adoc
+++ b/components/camel-http4/src/main/docs/http4-component.adoc
@@ -1,6 +1,6 @@
 ## HTTP4 Component
 
-*Available as of Camel 2.3*
+*Available as of Camel version 2.3.0*
 
 The *http4:* component provides HTTP based link:endpoint.html[endpoints]
 for calling external HTTP resources (as a client to call external
@@ -650,4 +650,4 @@ property.
    <property name="sslContextParameters" ref="sslContextParams2"/>
    <property name="x509HostnameVerifier" ref="hostnameVerifier"/>
 </bean>
-----------------------------------------------------------------------------
+----------------------------------------------------------------------------
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-ibatis/src/main/docs/ibatis-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ibatis/src/main/docs/ibatis-component.adoc b/components/camel-ibatis/src/main/docs/ibatis-component.adoc
index ddedce8..4543664 100644
--- a/components/camel-ibatis/src/main/docs/ibatis-component.adoc
+++ b/components/camel-ibatis/src/main/docs/ibatis-component.adoc
@@ -1,5 +1,7 @@
 ## iBatis Component
 
+*Available as of Camel version 1.2.0*
+
 The *ibatis:* component allows you to query, poll, insert, update and
 delete data in a relational database using
 http://ibatis.apache.org/[Apache iBATIS].

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-ical/src/main/docs/ical-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ical/src/main/docs/ical-dataformat.adoc b/components/camel-ical/src/main/docs/ical-dataformat.adoc
index ceb68c8..7c95553 100644
--- a/components/camel-ical/src/main/docs/ical-dataformat.adoc
+++ b/components/camel-ical/src/main/docs/ical-dataformat.adoc
@@ -1,6 +1,6 @@
 ## iCal DataFormat
 
-*Available as of Camel 2.11.1*
+*Available as of Camel version 2.12.0*
 
 The *ICal* dataformat is used for working with
 http://en.wikipedia.org/wiki/ICalendar[iCalendar] messages.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-infinispan/src/main/docs/infinispan-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-infinispan/src/main/docs/infinispan-component.adoc b/components/camel-infinispan/src/main/docs/infinispan-component.adoc
index 6031c7d..a7dcc6e 100644
--- a/components/camel-infinispan/src/main/docs/infinispan-component.adoc
+++ b/components/camel-infinispan/src/main/docs/infinispan-component.adoc
@@ -1,6 +1,6 @@
 ## Infinispan Component
 
-*Available as of Camel 2.13.0*
+*Available as of Camel version 2.13.0*
 
 This component allows you to interact with
 http://infinispan.org/[Infinispan] distributed data grid / cache.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-influxdb/src/main/docs/influxdb-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-influxdb/src/main/docs/influxdb-component.adoc b/components/camel-influxdb/src/main/docs/influxdb-component.adoc
index e8a7689..842657e 100644
--- a/components/camel-influxdb/src/main/docs/influxdb-component.adoc
+++ b/components/camel-influxdb/src/main/docs/influxdb-component.adoc
@@ -1,6 +1,6 @@
 ## InfluxDB Component
 
-*Available as of Camel 2.18.0*
+*Available as of Camel version 2.18.0*
 
 This component allows you to interact with InfluxDB
 https://influxdata.com/time-series-platform/influxdb/ a time series database. The native body type for this component is

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-irc/src/main/docs/irc-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-irc/src/main/docs/irc-component.adoc b/components/camel-irc/src/main/docs/irc-component.adoc
index 0cc8a22..b4230fd 100644
--- a/components/camel-irc/src/main/docs/irc-component.adoc
+++ b/components/camel-irc/src/main/docs/irc-component.adoc
@@ -1,5 +1,7 @@
 ## IRC Component
 
+*Available as of Camel version 1.1.0*
+
 The *irc* component implements an
 http://en.wikipedia.org/wiki/Internet_Relay_Chat[IRC] (Internet Relay
 Chat) transport.
@@ -191,4 +193,4 @@ from("ircs:nick@myserver:1234/#mychannelname?namesOnJoin=true&onReply=true")
 * link:configuring-camel.html[Configuring Camel]
 * link:component.html[Component]
 * link:endpoint.html[Endpoint]
-* link:getting-started.html[Getting Started]
+* link:getting-started.html[Getting Started]
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-ironmq/src/main/docs/ironmq-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ironmq/src/main/docs/ironmq-component.adoc b/components/camel-ironmq/src/main/docs/ironmq-component.adoc
index 18032c0..a339498 100644
--- a/components/camel-ironmq/src/main/docs/ironmq-component.adoc
+++ b/components/camel-ironmq/src/main/docs/ironmq-component.adoc
@@ -1,6 +1,6 @@
-## ironmq Component
+## IronMQ Component
 
-*Available as of Camel 2.17*
+*Available as of Camel version 2.17.0*
 
 The IronMQ component provides integration with http://www.iron.io/products/mq[IronMQ] an elastic and durable hosted message queue as a service.
 
@@ -40,7 +40,7 @@ Where **queueName** identifies the IronMQ queue you want to publish or consume m
 
 
 // endpoint options: START
-The ironmq component supports 31 endpoint options which are listed below:
+The IronMQ component supports 31 endpoint options which are listed below:
 
 {% raw %}
 [width="100%",cols="2,1,1m,1m,5",options="header"]
@@ -92,7 +92,7 @@ The ironmq component supports 31 endpoint options which are listed below:
 
 
 // component options: START
-The ironmq component has no options.
+The IronMQ component has no options.
 // component options: END
 
 
@@ -139,4 +139,4 @@ Dequeue from activemq jms and enqueue the messages on IronMQ.
 --------------------------------------------------
 from("activemq:foo")
   .to("ironmq:testqueue?projectId=myIronMQProjectid&token=myIronMQToken");
---------------------------------------------------
\ No newline at end of file
+--------------------------------------------------

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-jackson/src/main/docs/json-jackson-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jackson/src/main/docs/json-jackson-dataformat.adoc b/components/camel-jackson/src/main/docs/json-jackson-dataformat.adoc
index 5bdfa56..5980730 100644
--- a/components/camel-jackson/src/main/docs/json-jackson-dataformat.adoc
+++ b/components/camel-jackson/src/main/docs/json-jackson-dataformat.adoc
@@ -1,6 +1,6 @@
 ## JSon Jackson DataFormat
 
-*Available as of Camel 2.18*
+*Available as of Camel version 2.0.0*
 
 Jackson is a link:data-format.html[Data Format] which uses the
 https://github.com/FasterXML/jackson-core[Jackson Library]

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-jacksonxml/src/main/docs/jacksonxml-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jacksonxml/src/main/docs/jacksonxml-dataformat.adoc b/components/camel-jacksonxml/src/main/docs/jacksonxml-dataformat.adoc
index 874aa46..777cf9a 100644
--- a/components/camel-jacksonxml/src/main/docs/jacksonxml-dataformat.adoc
+++ b/components/camel-jacksonxml/src/main/docs/jacksonxml-dataformat.adoc
@@ -1,6 +1,6 @@
 ## JacksonXML DataFormat
 
-*Available as of Camel 2.16*
+*Available as of Camel version 2.16.0*
 
 Jackson XML is a link:data-format.html[Data Format] which uses the
 http://wiki.fasterxml.com/JacksonHome/[Jackson library]�with the

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-javaspace/src/main/docs/javaspace-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-javaspace/src/main/docs/javaspace-component.adoc b/components/camel-javaspace/src/main/docs/javaspace-component.adoc
index 141e93b..f6cb6b0 100644
--- a/components/camel-javaspace/src/main/docs/javaspace-component.adoc
+++ b/components/camel-javaspace/src/main/docs/javaspace-component.adoc
@@ -1,6 +1,6 @@
 ## JavaSpace Component
 
-*Available as of Camel 2.1*
+*Available as of Camel version 2.1.0*
 
 The *javaspace* component is a transport for working with any JavaSpace
 compliant implementation and this component has been tested with both

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-jaxb/src/main/docs/jaxb-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jaxb/src/main/docs/jaxb-dataformat.adoc b/components/camel-jaxb/src/main/docs/jaxb-dataformat.adoc
index 05b260b..416a79e 100644
--- a/components/camel-jaxb/src/main/docs/jaxb-dataformat.adoc
+++ b/components/camel-jaxb/src/main/docs/jaxb-dataformat.adoc
@@ -1,5 +1,7 @@
 ## JAXB DataFormat
 
+*Available as of Camel version 1.0.0*
+
 JAXB is a link:data-format.html[Data Format] which uses the JAXB2 XML
 marshalling standard which is included in Java 6 to unmarshal an XML
 payload into Java objects or to marshal Java objects into an XML

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-jbpm/src/main/docs/jbpm-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jbpm/src/main/docs/jbpm-component.adoc b/components/camel-jbpm/src/main/docs/jbpm-component.adoc
index 3100600..2428307 100644
--- a/components/camel-jbpm/src/main/docs/jbpm-component.adoc
+++ b/components/camel-jbpm/src/main/docs/jbpm-component.adoc
@@ -1,6 +1,6 @@
 ## JBPM Component
 
-*Available as of Camel 2.16*
+*Available as of Camel version 2.6.0*
 
 The *jbpm* component provides integration with Business Process
 Management (BPM) Suit http://www.jbpm.org/[jBPM]. It uses

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-jcache/src/main/docs/jcache-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jcache/src/main/docs/jcache-component.adoc b/components/camel-jcache/src/main/docs/jcache-component.adoc
index bae1e38..93467ac 100644
--- a/components/camel-jcache/src/main/docs/jcache-component.adoc
+++ b/components/camel-jcache/src/main/docs/jcache-component.adoc
@@ -1,5 +1,7 @@
 ## JCache Component
 
+*Available as of Camel version 2.17.0*
+
 
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-jclouds/src/main/docs/jclouds-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jclouds/src/main/docs/jclouds-component.adoc b/components/camel-jclouds/src/main/docs/jclouds-component.adoc
index 6515e92..168c5ab 100644
--- a/components/camel-jclouds/src/main/docs/jclouds-component.adoc
+++ b/components/camel-jclouds/src/main/docs/jclouds-component.adoc
@@ -1,6 +1,6 @@
 ## JClouds Component
 
-*Available as of Camel 2.9*
+*Available as of Camel version 2.9.0*
 
 This component allows interaction with cloud provider key-value engines
 (blobstores) and compute services. The component uses

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-jcr/src/main/docs/jcr-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jcr/src/main/docs/jcr-component.adoc b/components/camel-jcr/src/main/docs/jcr-component.adoc
index 150546d..d051ce9 100644
--- a/components/camel-jcr/src/main/docs/jcr-component.adoc
+++ b/components/camel-jcr/src/main/docs/jcr-component.adoc
@@ -1,5 +1,7 @@
 ## JCR Component
 
+*Available as of Camel version 1.3.0*
+
 The *`jcr`* component allows you to add/read nodes to/from a JCR
 compliant content repository (for example,
 http://jackrabbit.apache.org/[Apache Jackrabbit]) with its producer, or

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-jdbc/src/main/docs/jdbc-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jdbc/src/main/docs/jdbc-component.adoc b/components/camel-jdbc/src/main/docs/jdbc-component.adoc
index 2a7849f..f956a13 100644
--- a/components/camel-jdbc/src/main/docs/jdbc-component.adoc
+++ b/components/camel-jdbc/src/main/docs/jdbc-component.adoc
@@ -1,5 +1,7 @@
 ## JDBC Component
 
+*Available as of Camel version 1.2.0*
+
 The *jdbc* component enables you to access databases through JDBC, where
 SQL queries (SELECT) and operations (INSERT, UPDATE, etc) are sent in
 the message body. This component uses the standard JDBC API, unlike the

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-jetty9/src/main/docs/jetty-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jetty9/src/main/docs/jetty-component.adoc b/components/camel-jetty9/src/main/docs/jetty-component.adoc
index 8bc5d3b..8247f39 100644
--- a/components/camel-jetty9/src/main/docs/jetty-component.adoc
+++ b/components/camel-jetty9/src/main/docs/jetty-component.adoc
@@ -1,5 +1,7 @@
 ## Jetty 9 Component
 
+*Available as of Camel version 1.2.0*
+
 The *jetty* component provides HTTP-based link:endpoint.html[endpoints]
 for consuming and producing HTTP requests. That is, the Jetty component
 behaves as a simple Web server. +

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-jgroups/src/main/docs/jgroups-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jgroups/src/main/docs/jgroups-component.adoc b/components/camel-jgroups/src/main/docs/jgroups-component.adoc
index 384a3b3..b718276 100644
--- a/components/camel-jgroups/src/main/docs/jgroups-component.adoc
+++ b/components/camel-jgroups/src/main/docs/jgroups-component.adoc
@@ -1,5 +1,7 @@
 ## JGroups Component
 
+*Available as of Camel version 2.13.0*
+
 *Available since Camel 2.10.0*
 
 http://www.jgroups.org[JGroups] is a toolkit for reliable multicast

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-jibx/src/main/docs/jibx-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jibx/src/main/docs/jibx-dataformat.adoc b/components/camel-jibx/src/main/docs/jibx-dataformat.adoc
index a322bcb..d8eff59 100644
--- a/components/camel-jibx/src/main/docs/jibx-dataformat.adoc
+++ b/components/camel-jibx/src/main/docs/jibx-dataformat.adoc
@@ -1,6 +1,6 @@
 ## JiBX DataFormat
 
-*Available as of Camel 2.6*
+*Available as of Camel version 2.6.0*
 
 JiBX is a link:data-format.html[Data Format] which uses the
 http://jibx.sourceforge.net[JiBX library] to marshal and unmarshal Java

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-jing/src/main/docs/jing-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jing/src/main/docs/jing-component.adoc b/components/camel-jing/src/main/docs/jing-component.adoc
index 8510f3e..991df1a 100644
--- a/components/camel-jing/src/main/docs/jing-component.adoc
+++ b/components/camel-jing/src/main/docs/jing-component.adoc
@@ -1,5 +1,7 @@
 ## Jing Component
 
+*Available as of Camel version 1.1.0*
+
 The Jing component uses the
 http://www.thaiopensource.com/relaxng/jing.html[Jing Library] to perform
 XML validation of the message body using either

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-jira/src/main/docs/jira-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jira/src/main/docs/jira-component.adoc b/components/camel-jira/src/main/docs/jira-component.adoc
index 7ca42ac..7883683 100644
--- a/components/camel-jira/src/main/docs/jira-component.adoc
+++ b/components/camel-jira/src/main/docs/jira-component.adoc
@@ -1,6 +1,6 @@
 ## JIRA Component
 
-*Available as of Camel 2.15*
+*Available as of Camel version 2.15.0*
 
 The JIRA component interacts with the JIRA�API by encapsulating
 Atlassian's�https://marketplace.atlassian.com/plugins/com.atlassian.jira.jira-rest-java-client[REST

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-jms/src/main/docs/jms-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jms/src/main/docs/jms-component.adoc b/components/camel-jms/src/main/docs/jms-component.adoc
index 9c845d3..db4b2d0 100644
--- a/components/camel-jms/src/main/docs/jms-component.adoc
+++ b/components/camel-jms/src/main/docs/jms-component.adoc
@@ -1,5 +1,7 @@
 ## JMS Component
 ifdef::env-github[]
+*Available as of Camel version 1.0.0*
+
 :icon-smile: :smiley:
 :caution-caption: :boom:
 :important-caption: :exclamation:
@@ -1356,4 +1358,4 @@ wmq.setDestinationResolver(new DestinationResolver() {
 * link:bean-integration.html[Bean Integration]
 * link:tutorial-jmsremoting.html[Tutorial-JmsRemoting]
 * http://activemq.apache.org/jmstemplate-gotchas.html[JMSTemplate
-gotchas]
+gotchas]
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-jmx/src/main/docs/jmx-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jmx/src/main/docs/jmx-component.adoc b/components/camel-jmx/src/main/docs/jmx-component.adoc
index df88101..bf3899e 100644
--- a/components/camel-jmx/src/main/docs/jmx-component.adoc
+++ b/components/camel-jmx/src/main/docs/jmx-component.adoc
@@ -1,5 +1,7 @@
 ## JMX Component
 ifdef::env-github[]
+*Available as of Camel version 2.6.0*
+
 :caution-caption: :boom:
 :important-caption: :exclamation:
 :note-caption: :information_source:

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-johnzon/src/main/docs/json-johnzon-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-johnzon/src/main/docs/json-johnzon-dataformat.adoc b/components/camel-johnzon/src/main/docs/json-johnzon-dataformat.adoc
index b10ebef..7eb8fc4 100644
--- a/components/camel-johnzon/src/main/docs/json-johnzon-dataformat.adoc
+++ b/components/camel-johnzon/src/main/docs/json-johnzon-dataformat.adoc
@@ -1,6 +1,6 @@
 ## JSon Johnzon DataFormat
 
-*Available as of Camel 2.18*
+*Available as of Camel version 2.18.0*
 
 Johnzon is a link:data-format.html[Data Format] which uses the
 http://johnzon.apache.org/[Johnzon Library]

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-jolt/src/main/docs/jolt-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jolt/src/main/docs/jolt-component.adoc b/components/camel-jolt/src/main/docs/jolt-component.adoc
index 6011851..3cf2bff 100644
--- a/components/camel-jolt/src/main/docs/jolt-component.adoc
+++ b/components/camel-jolt/src/main/docs/jolt-component.adoc
@@ -1,6 +1,6 @@
 ## JOLT Component
 
-*Available as of Camel 2.16*
+*Available as of Camel version 2.16.0*
 
 The�*jolt:*�component allows you to process a JSON messages using an
 http://bazaarvoice.github.io/jolt/[JOLT] specification. This can be

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-josql/src/main/docs/sql-language.adoc
----------------------------------------------------------------------
diff --git a/components/camel-josql/src/main/docs/sql-language.adoc b/components/camel-josql/src/main/docs/sql-language.adoc
index 502897f..05029f8 100644
--- a/components/camel-josql/src/main/docs/sql-language.adoc
+++ b/components/camel-josql/src/main/docs/sql-language.adoc
@@ -1,5 +1,7 @@
 ## SQL Language
 
+*Available as of Camel version 1.0.0*
+
 The SQL support is added by http://josql.sourceforge.net/[JoSQL] and is
 primarily used for performing SQL queries on in-memory objects. If you
 prefer to perform actual database queries then check out the

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-jpa/src/main/docs/jpa-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jpa/src/main/docs/jpa-component.adoc b/components/camel-jpa/src/main/docs/jpa-component.adoc
index c8af852..793d146 100644
--- a/components/camel-jpa/src/main/docs/jpa-component.adoc
+++ b/components/camel-jpa/src/main/docs/jpa-component.adoc
@@ -1,5 +1,7 @@
 ## JPA Component
 
+*Available as of Camel version 1.0.0*
+
 The *jpa* component enables you to store and retrieve Java objects from
 persistent storage using EJB 3's Java Persistence Architecture (JPA),
 which is a standard interface layer that wraps Object/Relational Mapping

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-jsch/src/main/docs/scp-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jsch/src/main/docs/scp-component.adoc b/components/camel-jsch/src/main/docs/scp-component.adoc
index 3d4b6c0..539732a 100644
--- a/components/camel-jsch/src/main/docs/scp-component.adoc
+++ b/components/camel-jsch/src/main/docs/scp-component.adoc
@@ -1,5 +1,7 @@
 ## SCP Component
 
+*Available as of Camel version 2.10.0*
+
 The *camel-jsch* component supports the
 http://en.wikipedia.org/wiki/Secure_copy[SCP protocol] using the Client
 API of the http://www.jcraft.com/jsch/[Jsch] project. Jsch is already

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-jsonpath/src/main/docs/jsonpath-language.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jsonpath/src/main/docs/jsonpath-language.adoc b/components/camel-jsonpath/src/main/docs/jsonpath-language.adoc
index d45881c..c58efe8 100644
--- a/components/camel-jsonpath/src/main/docs/jsonpath-language.adoc
+++ b/components/camel-jsonpath/src/main/docs/jsonpath-language.adoc
@@ -1,6 +1,6 @@
 ## JSonPath Language
 
-*Available as of Camel 2.13*
+*Available as of Camel version 2.13.0*
 
 Camel supports https://code.google.com/p/json-path/[JSonPath] to allow
 using link:expression.html[Expression] or link:predicate.html[Predicate]
@@ -272,4 +272,4 @@ link:download.html[the download page for the latest versions]).
   <artifactId>camel-jsonpath</artifactId>
   <version>x.x.x</version>
 </dependency>
------------------------------------------
+-----------------------------------------
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-jt400/src/main/docs/jt400-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jt400/src/main/docs/jt400-component.adoc b/components/camel-jt400/src/main/docs/jt400-component.adoc
index 84150ef..fb6f824 100644
--- a/components/camel-jt400/src/main/docs/jt400-component.adoc
+++ b/components/camel-jt400/src/main/docs/jt400-component.adoc
@@ -1,5 +1,7 @@
 ## JT400 Component
 
+*Available as of Camel version 1.5.0*
+
 The *`jt400`* component allows you to exchanges messages with an AS/400
 system using data queues.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-juel/src/main/docs/el-language.adoc
----------------------------------------------------------------------
diff --git a/components/camel-juel/src/main/docs/el-language.adoc b/components/camel-juel/src/main/docs/el-language.adoc
index 10a0679..6da594f 100644
--- a/components/camel-juel/src/main/docs/el-language.adoc
+++ b/components/camel-juel/src/main/docs/el-language.adoc
@@ -1,5 +1,7 @@
 ## EL Language
 [[EL-EL]]
+*Available as of Camel version 1.1.0*
+
 EL
 ~~
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-jxpath/src/main/docs/jxpath-language.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jxpath/src/main/docs/jxpath-language.adoc b/components/camel-jxpath/src/main/docs/jxpath-language.adoc
index de69ead..8a4ebbb 100644
--- a/components/camel-jxpath/src/main/docs/jxpath-language.adoc
+++ b/components/camel-jxpath/src/main/docs/jxpath-language.adoc
@@ -1,5 +1,7 @@
 ## JXPath Language
 
+*Available as of Camel version 1.3.0*
+
 Camel supports http://commons.apache.org/jxpath/[JXPath] to allow
 link:xpath.html[XPath] expressions to be used on beans in an
 link:expression.html[Expression] or link:predicate.html[Predicate] to be

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-kafka/src/main/docs/kafka-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-kafka/src/main/docs/kafka-component.adoc b/components/camel-kafka/src/main/docs/kafka-component.adoc
index 8eacb10..1be9b0d 100644
--- a/components/camel-kafka/src/main/docs/kafka-component.adoc
+++ b/components/camel-kafka/src/main/docs/kafka-component.adoc
@@ -1,6 +1,6 @@
 ## Kafka Component
 
-*Available as of Camel 2.13*
+*Available as of Camel version 2.13.0*
 
 The *kafka:* component is used for communicating with
 http://kafka.apache.org/[Apache Kafka]�message broker.
@@ -310,4 +310,4 @@ http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/Pollin
 * link:configuring-camel.html[Configuring Camel]
 * link:message-endpoint.html[Message Endpoint] pattern
 * link:uris.html[URIs]
-* link:writing-components.html[Writing Components]
+* link:writing-components.html[Writing Components]
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-kestrel/src/main/docs/kestrel-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-kestrel/src/main/docs/kestrel-component.adoc b/components/camel-kestrel/src/main/docs/kestrel-component.adoc
index 025a475..54146b0 100644
--- a/components/camel-kestrel/src/main/docs/kestrel-component.adoc
+++ b/components/camel-kestrel/src/main/docs/kestrel-component.adoc
@@ -1,5 +1,7 @@
 ## Kestrel Component
 
+*Available as of Camel version 2.6.0*
+
 The Kestrel component allows messages to be sent to a
 https://github.com/robey/kestrel[Kestrel] queue, or messages to be
 consumed from a Kestrel queue. This component uses the

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-krati/src/main/docs/krati-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-krati/src/main/docs/krati-component.adoc b/components/camel-krati/src/main/docs/krati-component.adoc
index 0268736..5ab4107 100644
--- a/components/camel-krati/src/main/docs/krati-component.adoc
+++ b/components/camel-krati/src/main/docs/krati-component.adoc
@@ -1,6 +1,6 @@
 ## Krati Component
 
-*Available as of Camel 2.9*
+*Available as of Camel version 2.9.0*
 
 This component allows the use krati datastores and datasets inside
 Camel. Krati is a simple persistent data store with very low latency and

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-kubernetes/src/main/docs/kubernetes-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-kubernetes/src/main/docs/kubernetes-component.adoc b/components/camel-kubernetes/src/main/docs/kubernetes-component.adoc
index f7d30b7..ff3b95b 100644
--- a/components/camel-kubernetes/src/main/docs/kubernetes-component.adoc
+++ b/components/camel-kubernetes/src/main/docs/kubernetes-component.adoc
@@ -1,6 +1,6 @@
 ## Kubernetes Component
 
-*Available as of Camel 2.17*
+*Available as of Camel version 2.17.0*
 
 The *Kubernetes*�component is a component for integrating your
 application with Kubernetes standalone or on top of Openshift.�

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-ldap/src/main/docs/ldap-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ldap/src/main/docs/ldap-component.adoc b/components/camel-ldap/src/main/docs/ldap-component.adoc
index b711cea..ac41d32 100644
--- a/components/camel-ldap/src/main/docs/ldap-component.adoc
+++ b/components/camel-ldap/src/main/docs/ldap-component.adoc
@@ -1,5 +1,7 @@
 ## LDAP Component
 
+*Available as of Camel version 1.5.0*
+
 The *ldap* component allows you to perform searches in LDAP servers
 using filters as the message payload. +
  This component uses standard JNDI (`javax.naming` package) to access

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-linkedin/camel-linkedin-component/src/main/docs/linkedin-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-linkedin/camel-linkedin-component/src/main/docs/linkedin-component.adoc b/components/camel-linkedin/camel-linkedin-component/src/main/docs/linkedin-component.adoc
index ca5c9dc..797befe 100644
--- a/components/camel-linkedin/camel-linkedin-component/src/main/docs/linkedin-component.adoc
+++ b/components/camel-linkedin/camel-linkedin-component/src/main/docs/linkedin-component.adoc
@@ -1,6 +1,6 @@
 ## Linkedin Component
 
-*Available as of Camel 2.14*
+*Available as of Camel version 2.14.0*
 
 The LinkedIn component provides access to all of LinkedIn REST APIs
 documented

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-lucene/src/main/docs/lucene-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-lucene/src/main/docs/lucene-component.adoc b/components/camel-lucene/src/main/docs/lucene-component.adoc
index 4cccec4..133ec71 100644
--- a/components/camel-lucene/src/main/docs/lucene-component.adoc
+++ b/components/camel-lucene/src/main/docs/lucene-component.adoc
@@ -1,6 +1,6 @@
 ## Lucene Component
 
-*Available as of Camel 2.2*
+*Available as of Camel version 2.2.0*
 
 The *lucene* component is based on the Apache Lucene project. Apache
 Lucene is a powerful high-performance, full-featured text search engine

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-lumberjack/src/main/docs/lumberjack-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-lumberjack/src/main/docs/lumberjack-component.adoc b/components/camel-lumberjack/src/main/docs/lumberjack-component.adoc
index b94c81c..299b82b 100644
--- a/components/camel-lumberjack/src/main/docs/lumberjack-component.adoc
+++ b/components/camel-lumberjack/src/main/docs/lumberjack-component.adoc
@@ -1,6 +1,6 @@
 ## Lumberjack Component
 
-*Available as of Camel 2.18*
+*Available as of Camel version 2.18.0*
 
 The *Lumberjack* component retrieves logs sent over the network using the Lumberjack protocol,
 from https://www.elastic.co/fr/products/beats/filebeat[Filebeat] for instance.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-lzf/src/main/docs/lzf-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-lzf/src/main/docs/lzf-dataformat.adoc b/components/camel-lzf/src/main/docs/lzf-dataformat.adoc
index 00e2fc7..185a589 100644
--- a/components/camel-lzf/src/main/docs/lzf-dataformat.adoc
+++ b/components/camel-lzf/src/main/docs/lzf-dataformat.adoc
@@ -1,5 +1,7 @@
 ## LZF Deflate Compression DataFormat
 
+*Available as of Camel version 2.17.0*
+
 The
 LZF�https://cwiki.apache.org/confluence/display/CAMEL/Data+Format[Data
 Format]�is a message compression and de-compression format. It uses the

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-mail/src/main/docs/mail-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mail/src/main/docs/mail-component.adoc b/components/camel-mail/src/main/docs/mail-component.adoc
index c1a3199..ffd656a 100644
--- a/components/camel-mail/src/main/docs/mail-component.adoc
+++ b/components/camel-mail/src/main/docs/mail-component.adoc
@@ -1,5 +1,7 @@
 ## Mail Component
 
+*Available as of Camel version 1.0.0*
+
 The mail component provides access to Email via Spring's Mail support
 and the underlying JavaMail system.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-mail/src/main/docs/mime-multipart-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mail/src/main/docs/mime-multipart-dataformat.adoc b/components/camel-mail/src/main/docs/mime-multipart-dataformat.adoc
index 52f3675..35b0297 100644
--- a/components/camel-mail/src/main/docs/mime-multipart-dataformat.adoc
+++ b/components/camel-mail/src/main/docs/mime-multipart-dataformat.adoc
@@ -1,6 +1,6 @@
 ## MIME Multipart DataFormat
 
-*Available as of Camel 2.17*
+*Available as of Camel version 2.17.0*
 
 This data format that can convert a Camel message with attachments into
 a Camel message having a MIME-Multipart message as message body (and no

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-metrics/src/main/docs/metrics-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-metrics/src/main/docs/metrics-component.adoc b/components/camel-metrics/src/main/docs/metrics-component.adoc
index 1e14bbc..0914987 100644
--- a/components/camel-metrics/src/main/docs/metrics-component.adoc
+++ b/components/camel-metrics/src/main/docs/metrics-component.adoc
@@ -1,5 +1,7 @@
 ## Metrics Component
 ifdef::env-github[]
+*Available as of Camel version 2.14.0*
+
 :caution-caption: :boom:
 :important-caption: :exclamation:
 :note-caption: :information_source:

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-mina/src/main/docs/mina-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mina/src/main/docs/mina-component.adoc b/components/camel-mina/src/main/docs/mina-component.adoc
index 05c3854..dcbae92 100644
--- a/components/camel-mina/src/main/docs/mina-component.adoc
+++ b/components/camel-mina/src/main/docs/mina-component.adoc
@@ -1,5 +1,7 @@
 ## Mina Component
 
+*Available as of Camel version 1.0.0*
+
 *Deprecated*
 
 WARNING: This component is deprecated as the Apache Mina 1.x project is EOL.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-mina2/src/main/docs/mina2-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mina2/src/main/docs/mina2-component.adoc b/components/camel-mina2/src/main/docs/mina2-component.adoc
index ab73083..9aa2469 100644
--- a/components/camel-mina2/src/main/docs/mina2-component.adoc
+++ b/components/camel-mina2/src/main/docs/mina2-component.adoc
@@ -1,6 +1,6 @@
 ## Mina2 Component
 
-*Available as of Camel 2.10*
+*Available as of Camel version 2.10.0*
 
 The *mina2:* component is a transport for working with
 http://mina.apache.org/[Apache MINA 2.x]

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-mllp/src/main/docs/mllp-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mllp/src/main/docs/mllp-component.adoc b/components/camel-mllp/src/main/docs/mllp-component.adoc
index fe9d081..157858f 100644
--- a/components/camel-mllp/src/main/docs/mllp-component.adoc
+++ b/components/camel-mllp/src/main/docs/mllp-component.adoc
@@ -1,5 +1,7 @@
 ## MLLP Component
 
+*Available as of Camel version 2.17.0*
+
 *available as of Camel 2.17*
 
 The MLLP component is specifically designed to handle the nuances of the

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-mongodb-gridfs/src/main/docs/gridfs-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mongodb-gridfs/src/main/docs/gridfs-component.adoc b/components/camel-mongodb-gridfs/src/main/docs/gridfs-component.adoc
index 67525ea..dd9b4d3 100644
--- a/components/camel-mongodb-gridfs/src/main/docs/gridfs-component.adoc
+++ b/components/camel-mongodb-gridfs/src/main/docs/gridfs-component.adoc
@@ -1,6 +1,6 @@
 ## MongoDBGridFS Component
 
-*Available as of Camel 2.17*
+*Available as of Camel version 2.18.0*
 
 Maven users will need to add the following dependency to their `pom.xml`
 for this component:

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-mongodb/src/main/docs/mongodb-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mongodb/src/main/docs/mongodb-component.adoc b/components/camel-mongodb/src/main/docs/mongodb-component.adoc
index e3c5222..1cc5b3b 100644
--- a/components/camel-mongodb/src/main/docs/mongodb-component.adoc
+++ b/components/camel-mongodb/src/main/docs/mongodb-component.adoc
@@ -1,6 +1,6 @@
 ## MongoDB Component
 
-*Available as of Camel 2.10*
+*Available as of Camel version 2.10.0*
 
 According to Wikipedia: "NoSQL is a movement promoting a loosely defined
 class of non-relational data stores that break with a long history of

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-mongodb3/src/main/docs/mongodb3-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mongodb3/src/main/docs/mongodb3-component.adoc b/components/camel-mongodb3/src/main/docs/mongodb3-component.adoc
index 5d069ff..dcee1e2 100644
--- a/components/camel-mongodb3/src/main/docs/mongodb3-component.adoc
+++ b/components/camel-mongodb3/src/main/docs/mongodb3-component.adoc
@@ -1,6 +1,6 @@
 ## MongoDB Component
 
-*Available as of Camel 2.19*
+*Available as of Camel version 2.19.0*
 
 Note: Camel MongoDB3 component Use the Mongo Driver for Java 3.4. If your are looking for previews versions look the Camel MongoDB component
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-mqtt/src/main/docs/mqtt-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mqtt/src/main/docs/mqtt-component.adoc b/components/camel-mqtt/src/main/docs/mqtt-component.adoc
index f813c9d..6ce37c1 100644
--- a/components/camel-mqtt/src/main/docs/mqtt-component.adoc
+++ b/components/camel-mqtt/src/main/docs/mqtt-component.adoc
@@ -1,6 +1,6 @@
 ## MQTT Component
 
-*Available as of Camel 2.10*
+*Available as of Camel version 2.10.0*
 
 The *mqtt:* component is used for communicating with
 http://mqtt.org[MQTT] compliant message brokers, like

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-msv/src/main/docs/msv-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-msv/src/main/docs/msv-component.adoc b/components/camel-msv/src/main/docs/msv-component.adoc
index 6c843c2..780e162 100644
--- a/components/camel-msv/src/main/docs/msv-component.adoc
+++ b/components/camel-msv/src/main/docs/msv-component.adoc
@@ -1,5 +1,7 @@
 ## MSV Component
 
+*Available as of Camel version 1.1.0*
+
 The MSV component performs XML validation of the message body using the
 https://msv.dev.java.net/[MSV Library] and any of the supported XML
 schema languages, such as http://www.w3.org/XML/Schema[XML Schema] or

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-mustache/src/main/docs/mustache-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mustache/src/main/docs/mustache-component.adoc b/components/camel-mustache/src/main/docs/mustache-component.adoc
index a6ad9ce..648c98c 100644
--- a/components/camel-mustache/src/main/docs/mustache-component.adoc
+++ b/components/camel-mustache/src/main/docs/mustache-component.adoc
@@ -1,6 +1,6 @@
 ## Mustache Component
 
-*Available as of Camel 2.12*
+*Available as of Camel version 2.12.0*
 
 The *mustache:* component allows for processing a message using a
 http://mustache.github.io/[Mustache] template. This can be ideal when

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-mvel/src/main/docs/mvel-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mvel/src/main/docs/mvel-component.adoc b/components/camel-mvel/src/main/docs/mvel-component.adoc
index 2207c65..5f74f7b 100644
--- a/components/camel-mvel/src/main/docs/mvel-component.adoc
+++ b/components/camel-mvel/src/main/docs/mvel-component.adoc
@@ -1,6 +1,6 @@
 ## MVEL Component
 
-*Available as of Camel 2.12*
+*Available as of Camel version 2.12.0*
 
 The *mvel:* component allows you to process a message using an
 http://mvel.codehaus.org/[MVEL] template. This can be ideal when using

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-mvel/src/main/docs/mvel-language.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mvel/src/main/docs/mvel-language.adoc b/components/camel-mvel/src/main/docs/mvel-language.adoc
index a38222e..98ef929 100644
--- a/components/camel-mvel/src/main/docs/mvel-language.adoc
+++ b/components/camel-mvel/src/main/docs/mvel-language.adoc
@@ -1,5 +1,7 @@
 ## MVEL Language
 
+*Available as of Camel version 2.0.0*
+
 Camel allows Mvel to be used as an link:expression.html[Expression] or
 link:predicate.html[Predicate] the link:dsl.html[DSL] or
 link:xml-configuration.html[Xml Configuration].

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-mybatis/src/main/docs/mybatis-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mybatis/src/main/docs/mybatis-component.adoc b/components/camel-mybatis/src/main/docs/mybatis-component.adoc
index 92e3567..e5e52ab 100644
--- a/components/camel-mybatis/src/main/docs/mybatis-component.adoc
+++ b/components/camel-mybatis/src/main/docs/mybatis-component.adoc
@@ -1,6 +1,6 @@
 ## MyBatis Component
 
-*Available as of Camel 2.7*
+*Available as of Camel version 2.7.0*
 
 The *mybatis:* component allows you to query, poll, insert, update and
 delete data in a relational database using http://mybatis.org/[MyBatis].

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-nagios/src/main/docs/nagios-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-nagios/src/main/docs/nagios-component.adoc b/components/camel-nagios/src/main/docs/nagios-component.adoc
index e608975..c1a80d0 100644
--- a/components/camel-nagios/src/main/docs/nagios-component.adoc
+++ b/components/camel-nagios/src/main/docs/nagios-component.adoc
@@ -1,6 +1,6 @@
 ## Nagios Component
 
-*Available as of Camel 2.3*
+*Available as of Camel version 2.3.0*
 
 The link:nagios.html[Nagios] component allows you to send passive checks
 to http://nagios.org[Nagios].

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-nats/src/main/docs/nats-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-nats/src/main/docs/nats-component.adoc b/components/camel-nats/src/main/docs/nats-component.adoc
index d92076e..1dbca4c 100644
--- a/components/camel-nats/src/main/docs/nats-component.adoc
+++ b/components/camel-nats/src/main/docs/nats-component.adoc
@@ -1,5 +1,7 @@
 ## Nats Component
 
+*Available as of Camel version 2.17.0*
+
 *Available since Camel 2.17.0*
 
 http://nats.io/[NATS]�is a fast and reliable messaging platform.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-netty-http/src/main/docs/netty-http-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-netty-http/src/main/docs/netty-http-component.adoc b/components/camel-netty-http/src/main/docs/netty-http-component.adoc
index 6fb6476..0585721 100644
--- a/components/camel-netty-http/src/main/docs/netty-http-component.adoc
+++ b/components/camel-netty-http/src/main/docs/netty-http-component.adoc
@@ -1,6 +1,6 @@
 ## Netty HTTP Component
 
-*Available as of Camel 2.12*
+*Available as of Camel version 2.12.0*
 
 The *netty-http* component is an extension to link:netty.html[Netty]
 component to facilitiate HTTP transport with link:netty.html[Netty].

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-netty/src/main/docs/netty-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-netty/src/main/docs/netty-component.adoc b/components/camel-netty/src/main/docs/netty-component.adoc
index 694e578..175fe6a 100644
--- a/components/camel-netty/src/main/docs/netty-component.adoc
+++ b/components/camel-netty/src/main/docs/netty-component.adoc
@@ -1,6 +1,6 @@
 ## Netty Component
 
-*Available as of Camel 2.3*
+*Available as of Camel version 2.3.0*
 
 WARNING: This component is deprecated. You should use link:netty4.html[Netty4].
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc b/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc
index a90eb96..7653642 100644
--- a/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc
+++ b/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc
@@ -1,6 +1,6 @@
 ## Netty4 HTTP Component
 
-*Available as of Camel 2.14*
+*Available as of Camel version 2.14.0*
 
 The *netty4-http* component is an extension to�link:netty4.html[Netty4]
 component to facilitiate HTTP transport with link:netty4.html[Netty4].

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-netty4/src/main/docs/netty4-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-netty4/src/main/docs/netty4-component.adoc b/components/camel-netty4/src/main/docs/netty4-component.adoc
index 5b8da98..ccc164e 100644
--- a/components/camel-netty4/src/main/docs/netty4-component.adoc
+++ b/components/camel-netty4/src/main/docs/netty4-component.adoc
@@ -1,6 +1,6 @@
 ## Netty4 Component
 
-*Available as of Camel 2.14*
+*Available as of Camel version 2.14.0*
 
 The *netty4* component in Camel is a socket communication component,
 based on the http://netty.io/[Netty] project version 4. +

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-ognl/src/main/docs/ognl-language.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ognl/src/main/docs/ognl-language.adoc b/components/camel-ognl/src/main/docs/ognl-language.adoc
index a189a74..fabb80d 100644
--- a/components/camel-ognl/src/main/docs/ognl-language.adoc
+++ b/components/camel-ognl/src/main/docs/ognl-language.adoc
@@ -1,5 +1,7 @@
 ## OGNL Language
 
+*Available as of Camel version 1.1.0*
+
 Camel allows http://commons.apache.org/proper/commons-ognl/[OGNL] to be
 used as an link:expression.html[Expression] or
 link:predicate.html[Predicate] the link:dsl.html[DSL] or

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-olingo2/camel-olingo2-component/src/main/docs/olingo2-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-olingo2/camel-olingo2-component/src/main/docs/olingo2-component.adoc b/components/camel-olingo2/camel-olingo2-component/src/main/docs/olingo2-component.adoc
index 50aa53a..b3aff03 100644
--- a/components/camel-olingo2/camel-olingo2-component/src/main/docs/olingo2-component.adoc
+++ b/components/camel-olingo2/camel-olingo2-component/src/main/docs/olingo2-component.adoc
@@ -1,6 +1,6 @@
 ## Olingo2 Component
 
-*Available as of Camel 2.14*
+*Available as of Camel version 2.14.0*
 
 The Olingo2 component utilizes�http://olingo.apache.org/[Apache Olingo]
 version 2.0�APIs to interact with OData 2.0 and 3.0 compliant services.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-openshift/src/main/docs/openshift-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-openshift/src/main/docs/openshift-component.adoc b/components/camel-openshift/src/main/docs/openshift-component.adoc
index 6d36b61..f31ae5f 100644
--- a/components/camel-openshift/src/main/docs/openshift-component.adoc
+++ b/components/camel-openshift/src/main/docs/openshift-component.adoc
@@ -1,6 +1,6 @@
 ## OpenShift Component
 
-*Available as of Camel 2.14*
+*Available as of Camel version 2.14.0*
 
 The *openshift* component is a component for managing your
 https://www.openshift.com/[OpenShift] applications.�

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-openstack/src/main/docs/openstack-cinder-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-openstack/src/main/docs/openstack-cinder-component.adoc b/components/camel-openstack/src/main/docs/openstack-cinder-component.adoc
index f21dcc6..d8d4d20 100644
--- a/components/camel-openstack/src/main/docs/openstack-cinder-component.adoc
+++ b/components/camel-openstack/src/main/docs/openstack-cinder-component.adoc
@@ -1,6 +1,6 @@
 ## OpenStack Cinder Component
 
-*Available as of Camel 2.19*
+*Available as of Camel version 2.19.0*
 
 The openstack-cinder component allows messages to be sent to an OpenStack block storage services.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-openstack/src/main/docs/openstack-glance-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-openstack/src/main/docs/openstack-glance-component.adoc b/components/camel-openstack/src/main/docs/openstack-glance-component.adoc
index db76a0c..04be131 100644
--- a/components/camel-openstack/src/main/docs/openstack-glance-component.adoc
+++ b/components/camel-openstack/src/main/docs/openstack-glance-component.adoc
@@ -1,6 +1,6 @@
 ## OpenStack Glance Component
 
-*Available as of Camel 2.19*
+*Available as of Camel version 2.19.0*
 
 The openstack-glance component allows messages to be sent to an OpenStack image services.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-openstack/src/main/docs/openstack-keystone-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-openstack/src/main/docs/openstack-keystone-component.adoc b/components/camel-openstack/src/main/docs/openstack-keystone-component.adoc
index 6e1b10f..efed398 100644
--- a/components/camel-openstack/src/main/docs/openstack-keystone-component.adoc
+++ b/components/camel-openstack/src/main/docs/openstack-keystone-component.adoc
@@ -1,6 +1,6 @@
 ## OpenStack Keystone Component
 
-*Available as of Camel 2.19*
+*Available as of Camel version 2.19.0*
 
 The openstack-keystone component allows messages to be sent to an OpenStack identity services.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-openstack/src/main/docs/openstack-neutron-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-openstack/src/main/docs/openstack-neutron-component.adoc b/components/camel-openstack/src/main/docs/openstack-neutron-component.adoc
index 61f0661..bf9e9bb 100644
--- a/components/camel-openstack/src/main/docs/openstack-neutron-component.adoc
+++ b/components/camel-openstack/src/main/docs/openstack-neutron-component.adoc
@@ -1,6 +1,6 @@
 ## OpenStack Neutron Component
 
-*Available as of Camel 2.19*
+*Available as of Camel version 2.19.0*
 
 The openstack-neutron component allows messages to be sent to an OpenStack network services.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-openstack/src/main/docs/openstack-nova-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-openstack/src/main/docs/openstack-nova-component.adoc b/components/camel-openstack/src/main/docs/openstack-nova-component.adoc
index 743f328..441949d 100644
--- a/components/camel-openstack/src/main/docs/openstack-nova-component.adoc
+++ b/components/camel-openstack/src/main/docs/openstack-nova-component.adoc
@@ -1,6 +1,6 @@
 ## OpenStack Nova Component
 
-*Available as of Camel 2.19*
+*Available as of Camel version 2.19.0*
 
 The openstack-nova component allows messages to be sent to an OpenStack compute services.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-openstack/src/main/docs/openstack-swift-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-openstack/src/main/docs/openstack-swift-component.adoc b/components/camel-openstack/src/main/docs/openstack-swift-component.adoc
index f19769f..0d64c1f 100644
--- a/components/camel-openstack/src/main/docs/openstack-swift-component.adoc
+++ b/components/camel-openstack/src/main/docs/openstack-swift-component.adoc
@@ -1,6 +1,6 @@
 ## OpenStack Swift Component
 
-*Available as of Camel 2.19*
+*Available as of Camel version 2.19.0*
 
 The openstack-swift component allows messages to be sent to an OpenStack object storage services.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-optaplanner/src/main/docs/optaplanner-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-optaplanner/src/main/docs/optaplanner-component.adoc b/components/camel-optaplanner/src/main/docs/optaplanner-component.adoc
index eb72003..7a5ca54 100644
--- a/components/camel-optaplanner/src/main/docs/optaplanner-component.adoc
+++ b/components/camel-optaplanner/src/main/docs/optaplanner-component.adoc
@@ -1,6 +1,6 @@
 ## OptaPlanner Component
 
-*Available as of Camel 2.13*
+*Available as of Camel version 2.13.0*
 
 The *optaplanner:* component solves the planning problem contained in a
 message with http://www.optaplanner.org/[OptaPlanner]. +

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-paxlogging/src/main/docs/paxlogging-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-paxlogging/src/main/docs/paxlogging-component.adoc b/components/camel-paxlogging/src/main/docs/paxlogging-component.adoc
index 024d3b2..70aebf3 100644
--- a/components/camel-paxlogging/src/main/docs/paxlogging-component.adoc
+++ b/components/camel-paxlogging/src/main/docs/paxlogging-component.adoc
@@ -1,6 +1,6 @@
 ## OSGi PAX Logging Component
 
-*Available in Camel 2.6*
+*Available as of Camel version 2.6.0*
 
 The `paxlogging` component can be used in an OSGi environment to receive
 http://wiki.ops4j.org/display/paxlogging/Pax+Logging[PaxLogging] events

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-pdf/src/main/docs/pdf-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-pdf/src/main/docs/pdf-component.adoc b/components/camel-pdf/src/main/docs/pdf-component.adoc
index 6723202..d8245c4 100644
--- a/components/camel-pdf/src/main/docs/pdf-component.adoc
+++ b/components/camel-pdf/src/main/docs/pdf-component.adoc
@@ -1,6 +1,6 @@
 ## PDF Component
 
-**Available as of Camel 2.16.0**
+*Available as of Camel version 2.16.0*
 
 The *PDF*: components provides the ability to create, modify or extract
 content from PDF documents. This component uses

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-pgevent/src/main/docs/pgevent-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-pgevent/src/main/docs/pgevent-component.adoc b/components/camel-pgevent/src/main/docs/pgevent-component.adoc
index 6faaec4..3e9b463 100644
--- a/components/camel-pgevent/src/main/docs/pgevent-component.adoc
+++ b/components/camel-pgevent/src/main/docs/pgevent-component.adoc
@@ -1,5 +1,7 @@
 ## PostgresSQL Event Component
 
+*Available as of Camel version 2.15.0*
+
 This is a component for Apache Camel which allows for
 Producing/Consuming PostgreSQL events related to the LISTEN/NOTIFY
 commands added since PostgreSQL 8.3.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-printer/src/main/docs/lpr-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-printer/src/main/docs/lpr-component.adoc b/components/camel-printer/src/main/docs/lpr-component.adoc
index ecaf9b7..42d598d 100644
--- a/components/camel-printer/src/main/docs/lpr-component.adoc
+++ b/components/camel-printer/src/main/docs/lpr-component.adoc
@@ -1,6 +1,6 @@
 ## Printer Component
 
-*Available as of Camel 2.1*
+*Available as of Camel version 2.1.0*
 
 The *printer* component provides a way to direct payloads on a route to
 a printer. Obviously the payload has to be a formatted piece of payload

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-protobuf/src/main/docs/protobuf-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-protobuf/src/main/docs/protobuf-dataformat.adoc b/components/camel-protobuf/src/main/docs/protobuf-dataformat.adoc
index abc66f6..d594d06 100644
--- a/components/camel-protobuf/src/main/docs/protobuf-dataformat.adoc
+++ b/components/camel-protobuf/src/main/docs/protobuf-dataformat.adoc
@@ -1,5 +1,7 @@
 ## Protobuf DataFormat
 [[Protobuf-Protobuf-ProtocolBuffers]]
+*Available as of Camel version 2.2.0*
+
 Protobuf - Protocol Buffers
 ---------------------------
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-quartz/src/main/docs/quartz-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-quartz/src/main/docs/quartz-component.adoc b/components/camel-quartz/src/main/docs/quartz-component.adoc
index 55ef207..2fd4e21 100644
--- a/components/camel-quartz/src/main/docs/quartz-component.adoc
+++ b/components/camel-quartz/src/main/docs/quartz-component.adoc
@@ -1,5 +1,7 @@
 ## Quartz Component
 
+*Available as of Camel version 1.0.0*
+
 The *quartz:* component provides a scheduled delivery of messages using
 the http://www.quartz-scheduler.org/[Quartz Scheduler 1.x].  +
  Each endpoint represents a different timer (in Quartz terms, a Trigger

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-quartz2/src/main/docs/quartz2-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-quartz2/src/main/docs/quartz2-component.adoc b/components/camel-quartz2/src/main/docs/quartz2-component.adoc
index 71a3e1e..92e42ec 100644
--- a/components/camel-quartz2/src/main/docs/quartz2-component.adoc
+++ b/components/camel-quartz2/src/main/docs/quartz2-component.adoc
@@ -1,6 +1,6 @@
 ## Quartz2 Component
 
-*Available as of Camel 2.12.0*
+*Available as of Camel version 2.12.0*
 
 The *quartz2:* component provides a scheduled delivery of messages using
 the http://www.quartz-scheduler.org/[Quartz Scheduler 2.x].  +

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-quickfix/src/main/docs/quickfix-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-quickfix/src/main/docs/quickfix-component.adoc b/components/camel-quickfix/src/main/docs/quickfix-component.adoc
index dd9ba87..b26d717 100644
--- a/components/camel-quickfix/src/main/docs/quickfix-component.adoc
+++ b/components/camel-quickfix/src/main/docs/quickfix-component.adoc
@@ -1,5 +1,7 @@
 ## QuickFix Component
 [[ConfluenceContent]]
+*Available as of Camel version 2.1.0*
+
 ### QuickFIX/J Component
 
 The *quickfix* component adapts the

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc b/components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc
index 84480cd..a685e0a 100644
--- a/components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc
+++ b/components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc
@@ -1,6 +1,6 @@
 ## RabbitMQ Component
 
-*Available as of Camel 2.12*
+*Available as of Camel version 2.12.0*
 
 The *rabbitmq:* component allows you produce and consume messages from
 http://www.rabbitmq.com/[RabbitMQ] instances. Using the RabbitMQ AMQP

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-reactive-streams/src/main/docs/reactive-streams-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-reactive-streams/src/main/docs/reactive-streams-component.adoc b/components/camel-reactive-streams/src/main/docs/reactive-streams-component.adoc
index 7715b61..c3ba5de 100644
--- a/components/camel-reactive-streams/src/main/docs/reactive-streams-component.adoc
+++ b/components/camel-reactive-streams/src/main/docs/reactive-streams-component.adoc
@@ -1,6 +1,6 @@
 ## Reactive Streams Component
 
-*Available as of Camel 2.19*
+*Available as of Camel version 2.19.0*
 
 The *reactive-streams:* component allows you exchanging messages with reactive
 stream processing libraries compatible with the
@@ -232,4 +232,4 @@ When this value is increased, items will be processed concurrently by multiple t
 * link:configuring-camel.html[Configuring Camel]
 * link:component.html[Component]
 * link:endpoint.html[Endpoint]
-* link:getting-started.html[Getting Started]
+* link:getting-started.html[Getting Started]
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-restlet/src/main/docs/restlet-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-restlet/src/main/docs/restlet-component.adoc b/components/camel-restlet/src/main/docs/restlet-component.adoc
index 99e7c47..9875cf4 100644
--- a/components/camel-restlet/src/main/docs/restlet-component.adoc
+++ b/components/camel-restlet/src/main/docs/restlet-component.adoc
@@ -1,5 +1,7 @@
 ## Restlet Component
 
+*Available as of Camel version 2.0.0*
+
 The *Restlet* component provides http://www.restlet.org[Restlet] based
 link:endpoint.html[endpoints] for consuming and producing RESTful
 resources.


[4/4] camel git commit: CAMEL-10775: Add information when the component was added to Camel.

Posted by da...@apache.org.
CAMEL-10775: Add information when the component was added to Camel.


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

Branch: refs/heads/master
Commit: 3f030d05bf2596c40935bcf10496c86f119900cc
Parents: 632f7bd
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Feb 2 22:40:54 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Feb 2 22:40:54 2017 +0100

----------------------------------------------------------------------
 camel-core/src/main/docs/bean-component.adoc              |  2 ++
 camel-core/src/main/docs/bean-language.adoc               |  2 ++
 camel-core/src/main/docs/binding-component.adoc           |  2 ++
 camel-core/src/main/docs/browse-component.adoc            |  2 ++
 camel-core/src/main/docs/class-component.adoc             |  2 +-
 camel-core/src/main/docs/constant-language.adoc           |  2 ++
 camel-core/src/main/docs/controlbus-component.adoc        |  2 ++
 camel-core/src/main/docs/dataformat-component.adoc        |  2 +-
 camel-core/src/main/docs/dataset-component.adoc           |  2 ++
 camel-core/src/main/docs/direct-component.adoc            |  2 ++
 camel-core/src/main/docs/direct-vm-component.adoc         |  2 +-
 camel-core/src/main/docs/exchangeProperty-language.adoc   |  2 ++
 camel-core/src/main/docs/file-component.adoc              |  2 ++
 camel-core/src/main/docs/file-language.adoc               |  2 ++
 camel-core/src/main/docs/gzip-dataformat.adoc             |  2 ++
 camel-core/src/main/docs/header-language.adoc             |  2 ++
 camel-core/src/main/docs/language-component.adoc          |  2 +-
 camel-core/src/main/docs/log-component.adoc               |  2 ++
 camel-core/src/main/docs/mock-component.adoc              |  2 ++
 camel-core/src/main/docs/properties-component.adoc        |  2 +-
 camel-core/src/main/docs/ref-component.adoc               |  2 ++
 camel-core/src/main/docs/ref-language.adoc                |  2 +-
 camel-core/src/main/docs/rest-api-component.adoc          |  2 +-
 camel-core/src/main/docs/rest-component.adoc              |  2 +-
 camel-core/src/main/docs/scheduler-component.adoc         |  2 +-
 camel-core/src/main/docs/seda-component.adoc              |  2 ++
 camel-core/src/main/docs/serialization-dataformat.adoc    |  2 ++
 camel-core/src/main/docs/simple-language.adoc             |  2 ++
 camel-core/src/main/docs/string-dataformat.adoc           |  2 ++
 camel-core/src/main/docs/stub-component.adoc              |  2 +-
 camel-core/src/main/docs/test-component.adoc              |  2 ++
 camel-core/src/main/docs/timer-component.adoc             |  2 ++
 camel-core/src/main/docs/tokenize-language.adoc           |  2 ++
 camel-core/src/main/docs/validator-component.adoc         |  2 ++
 camel-core/src/main/docs/vm-component.adoc                |  2 ++
 camel-core/src/main/docs/xpath-language.adoc              |  2 ++
 camel-core/src/main/docs/xslt-component.adoc              |  2 ++
 camel-core/src/main/docs/xtokenize-language.adoc          |  2 ++
 camel-core/src/main/docs/zip-dataformat.adoc              |  2 ++
 .../camel-ahc-ws/src/main/docs/ahc-ws-component.adoc      |  2 +-
 components/camel-ahc/src/main/docs/ahc-component.adoc     |  2 +-
 components/camel-amqp/src/main/docs/amqp-component.adoc   |  4 +++-
 components/camel-apns/src/main/docs/apns-component.adoc   |  2 +-
 components/camel-atmos/src/main/docs/atmos-component.adoc |  2 +-
 .../src/main/docs/atmosphere-websocket-component.adoc     |  2 +-
 components/camel-atom/src/main/docs/atom-component.adoc   |  2 ++
 components/camel-avro/src/main/docs/avro-component.adoc   |  2 +-
 components/camel-avro/src/main/docs/avro-dataformat.adoc  |  2 +-
 components/camel-aws/src/main/docs/aws-cw-component.adoc  |  2 +-
 components/camel-aws/src/main/docs/aws-ddb-component.adoc |  2 +-
 .../camel-aws/src/main/docs/aws-ddbstream-component.adoc  |  2 +-
 components/camel-aws/src/main/docs/aws-ec2-component.adoc |  2 +-
 .../camel-aws/src/main/docs/aws-kinesis-component.adoc    |  4 ++--
 components/camel-aws/src/main/docs/aws-s3-component.adoc  |  4 ++--
 components/camel-aws/src/main/docs/aws-sdb-component.adoc |  2 +-
 components/camel-aws/src/main/docs/aws-ses-component.adoc |  2 +-
 components/camel-aws/src/main/docs/aws-sns-component.adoc |  2 +-
 components/camel-aws/src/main/docs/aws-sqs-component.adoc |  2 +-
 components/camel-aws/src/main/docs/aws-swf-component.adoc |  2 +-
 .../camel-barcode/src/main/docs/barcode-dataformat.adoc   |  2 +-
 .../camel-base64/src/main/docs/base64-dataformat.adoc     |  3 ++-
 .../src/main/docs/bean-validator-component.adoc           |  2 +-
 .../camel-beanio/src/main/docs/beanio-dataformat.adoc     |  2 +-
 .../src/main/docs/beanstalk-component.adoc                |  2 +-
 .../camel-bindy/src/main/docs/bindy-dataformat.adoc       |  2 ++
 .../camel-bonita/src/main/docs/bonita-component.adoc      |  2 +-
 components/camel-boon/src/main/docs/boon-dataformat.adoc  |  2 +-
 components/camel-box/src/main/docs/box-component.adoc     |  2 +-
 .../src/main/docs/braintree-component.adoc                |  2 +-
 components/camel-cache/src/main/docs/cache-component.adoc |  2 +-
 .../camel-cassandraql/src/main/docs/cql-component.adoc    |  2 +-
 .../camel-castor/src/main/docs/castor-dataformat.adoc     |  2 +-
 .../src/main/docs/chronicle-engine-component.adoc         |  2 ++
 components/camel-chunk/src/main/docs/chunk-component.adoc |  2 +-
 .../camel-cm-sms/src/main/docs/cm-sms-component.adoc      |  2 +-
 components/camel-coap/src/main/docs/coap-component.adoc   |  2 +-
 .../camel-consul/src/main/docs/consul-component.adoc      |  2 +-
 .../camel-context/src/main/docs/context-component.adoc    |  2 +-
 .../src/main/docs/couchbase-component.adoc                |  4 ++--
 .../camel-couchdb/src/main/docs/couchdb-component.adoc    |  4 ++--
 .../camel-crypto/src/main/docs/crypto-component.adoc      |  2 +-
 .../camel-crypto/src/main/docs/crypto-dataformat.adoc     |  2 ++
 components/camel-crypto/src/main/docs/pgp-dataformat.adoc |  2 ++
 components/camel-csv/src/main/docs/csv-dataformat.adoc    |  2 ++
 components/camel-cxf/src/main/docs/cxf-component.adoc     |  2 ++
 components/camel-cxf/src/main/docs/cxfrs-component.adoc   |  2 ++
 .../src/main/docs/disruptor-component.adoc                |  2 +-
 components/camel-dns/src/main/docs/dns-component.adoc     |  2 +-
 .../camel-docker/src/main/docs/docker-component.adoc      |  2 +-
 components/camel-dozer/src/main/docs/dozer-component.adoc |  2 ++
 components/camel-drill/src/main/docs/drill-component.adoc |  2 +-
 .../camel-dropbox/src/main/docs/dropbox-component.adoc    |  2 +-
 .../camel-ehcache/src/main/docs/ehcache-component.adoc    |  2 +-
 components/camel-ejb/src/main/docs/ejb-component.adoc     |  2 +-
 .../src/main/docs/elasticsearch-component.adoc            |  2 +-
 .../src/main/docs/elasticsearch5-component.adoc           |  4 ++--
 components/camel-elsql/src/main/docs/elsql-component.adoc |  4 ++--
 components/camel-etcd/src/main/docs/etcd-component.adoc   |  4 +++-
 .../src/main/docs/eventadmin-component.adoc               |  2 +-
 components/camel-exec/src/main/docs/exec-component.adoc   |  2 +-
 .../camel-facebook/src/main/docs/facebook-component.adoc  |  2 +-
 .../camel-flatpack/src/main/docs/flatpack-component.adoc  |  2 ++
 .../camel-flatpack/src/main/docs/flatpack-dataformat.adoc |  2 ++
 components/camel-flink/src/main/docs/flink-component.adoc |  2 +-
 components/camel-fop/src/main/docs/fop-component.adoc     |  2 +-
 .../src/main/docs/freemarker-component.adoc               |  2 ++
 components/camel-ftp/src/main/docs/ftp-component.adoc     |  2 ++
 components/camel-ftp/src/main/docs/ftps-component.adoc    |  2 ++
 components/camel-ftp/src/main/docs/sftp-component.adoc    |  2 ++
 .../camel-ganglia/src/main/docs/ganglia-component.adoc    |  2 +-
 .../camel-geocoder/src/main/docs/geocoder-component.adoc  |  2 +-
 components/camel-git/src/main/docs/git-component.adoc     |  2 +-
 .../camel-github/src/main/docs/github-component.adoc      |  2 +-
 .../src/main/docs/google-calendar-component.adoc          |  2 +-
 .../src/main/docs/google-drive-component.adoc             |  2 +-
 .../src/main/docs/google-mail-component.adoc              |  2 +-
 .../src/main/docs/google-pubsub-component.adoc            |  2 +-
 components/camel-gora/src/main/docs/gora-component.adoc   |  2 +-
 components/camel-grape/src/main/docs/grape-component.adoc |  2 +-
 .../camel-groovy/src/main/docs/groovy-language.adoc       |  2 ++
 .../camel-gson/src/main/docs/json-gson-dataformat.adoc    |  2 +-
 .../src/main/docs/guava-eventbus-component.adoc           |  2 ++
 .../src/main/docs/hazelcast-component.adoc                |  2 +-
 components/camel-hbase/src/main/docs/hbase-component.adoc |  2 +-
 components/camel-hdfs/src/main/docs/hdfs-component.adoc   |  2 +-
 components/camel-hdfs2/src/main/docs/hdfs2-component.adoc |  2 +-
 .../camel-hessian/src/main/docs/hessian-dataformat.adoc   |  2 ++
 .../camel-hipchat/src/main/docs/hipchat-component.adoc    |  2 +-
 components/camel-hl7/src/main/docs/hl7-dataformat.adoc    |  2 ++
 components/camel-hl7/src/main/docs/terser-language.adoc   |  2 ++
 components/camel-http/src/main/docs/http-component.adoc   |  2 ++
 components/camel-http4/src/main/docs/http4-component.adoc |  4 ++--
 .../camel-ibatis/src/main/docs/ibatis-component.adoc      |  2 ++
 components/camel-ical/src/main/docs/ical-dataformat.adoc  |  2 +-
 .../src/main/docs/infinispan-component.adoc               |  2 +-
 .../camel-influxdb/src/main/docs/influxdb-component.adoc  |  2 +-
 components/camel-irc/src/main/docs/irc-component.adoc     |  4 +++-
 .../camel-ironmq/src/main/docs/ironmq-component.adoc      | 10 +++++-----
 .../src/main/docs/json-jackson-dataformat.adoc            |  2 +-
 .../src/main/docs/jacksonxml-dataformat.adoc              |  2 +-
 .../src/main/docs/javaspace-component.adoc                |  2 +-
 components/camel-jaxb/src/main/docs/jaxb-dataformat.adoc  |  2 ++
 components/camel-jbpm/src/main/docs/jbpm-component.adoc   |  2 +-
 .../camel-jcache/src/main/docs/jcache-component.adoc      |  2 ++
 .../camel-jclouds/src/main/docs/jclouds-component.adoc    |  2 +-
 components/camel-jcr/src/main/docs/jcr-component.adoc     |  2 ++
 components/camel-jdbc/src/main/docs/jdbc-component.adoc   |  2 ++
 .../camel-jetty9/src/main/docs/jetty-component.adoc       |  2 ++
 .../camel-jgroups/src/main/docs/jgroups-component.adoc    |  2 ++
 components/camel-jibx/src/main/docs/jibx-dataformat.adoc  |  2 +-
 components/camel-jing/src/main/docs/jing-component.adoc   |  2 ++
 components/camel-jira/src/main/docs/jira-component.adoc   |  2 +-
 components/camel-jms/src/main/docs/jms-component.adoc     |  4 +++-
 components/camel-jmx/src/main/docs/jmx-component.adoc     |  2 ++
 .../src/main/docs/json-johnzon-dataformat.adoc            |  2 +-
 components/camel-jolt/src/main/docs/jolt-component.adoc   |  2 +-
 components/camel-josql/src/main/docs/sql-language.adoc    |  2 ++
 components/camel-jpa/src/main/docs/jpa-component.adoc     |  2 ++
 components/camel-jsch/src/main/docs/scp-component.adoc    |  2 ++
 .../camel-jsonpath/src/main/docs/jsonpath-language.adoc   |  4 ++--
 components/camel-jt400/src/main/docs/jt400-component.adoc |  2 ++
 components/camel-juel/src/main/docs/el-language.adoc      |  2 ++
 .../camel-jxpath/src/main/docs/jxpath-language.adoc       |  2 ++
 components/camel-kafka/src/main/docs/kafka-component.adoc |  4 ++--
 .../camel-kestrel/src/main/docs/kestrel-component.adoc    |  2 ++
 components/camel-krati/src/main/docs/krati-component.adoc |  2 +-
 .../src/main/docs/kubernetes-component.adoc               |  2 +-
 components/camel-ldap/src/main/docs/ldap-component.adoc   |  2 ++
 .../src/main/docs/linkedin-component.adoc                 |  2 +-
 .../camel-lucene/src/main/docs/lucene-component.adoc      |  2 +-
 .../src/main/docs/lumberjack-component.adoc               |  2 +-
 components/camel-lzf/src/main/docs/lzf-dataformat.adoc    |  2 ++
 components/camel-mail/src/main/docs/mail-component.adoc   |  2 ++
 .../src/main/docs/mime-multipart-dataformat.adoc          |  2 +-
 .../camel-metrics/src/main/docs/metrics-component.adoc    |  2 ++
 components/camel-mina/src/main/docs/mina-component.adoc   |  2 ++
 components/camel-mina2/src/main/docs/mina2-component.adoc |  2 +-
 components/camel-mllp/src/main/docs/mllp-component.adoc   |  2 ++
 .../src/main/docs/gridfs-component.adoc                   |  2 +-
 .../camel-mongodb/src/main/docs/mongodb-component.adoc    |  2 +-
 .../camel-mongodb3/src/main/docs/mongodb3-component.adoc  |  2 +-
 components/camel-mqtt/src/main/docs/mqtt-component.adoc   |  2 +-
 components/camel-msv/src/main/docs/msv-component.adoc     |  2 ++
 .../camel-mustache/src/main/docs/mustache-component.adoc  |  2 +-
 components/camel-mvel/src/main/docs/mvel-component.adoc   |  2 +-
 components/camel-mvel/src/main/docs/mvel-language.adoc    |  2 ++
 .../camel-mybatis/src/main/docs/mybatis-component.adoc    |  2 +-
 .../camel-nagios/src/main/docs/nagios-component.adoc      |  2 +-
 components/camel-nats/src/main/docs/nats-component.adoc   |  2 ++
 .../src/main/docs/netty-http-component.adoc               |  2 +-
 components/camel-netty/src/main/docs/netty-component.adoc |  2 +-
 .../src/main/docs/netty4-http-component.adoc              |  2 +-
 .../camel-netty4/src/main/docs/netty4-component.adoc      |  2 +-
 components/camel-ognl/src/main/docs/ognl-language.adoc    |  2 ++
 .../src/main/docs/olingo2-component.adoc                  |  2 +-
 .../src/main/docs/openshift-component.adoc                |  2 +-
 .../src/main/docs/openstack-cinder-component.adoc         |  2 +-
 .../src/main/docs/openstack-glance-component.adoc         |  2 +-
 .../src/main/docs/openstack-keystone-component.adoc       |  2 +-
 .../src/main/docs/openstack-neutron-component.adoc        |  2 +-
 .../src/main/docs/openstack-nova-component.adoc           |  2 +-
 .../src/main/docs/openstack-swift-component.adoc          |  2 +-
 .../src/main/docs/optaplanner-component.adoc              |  2 +-
 .../src/main/docs/paxlogging-component.adoc               |  2 +-
 components/camel-pdf/src/main/docs/pdf-component.adoc     |  2 +-
 .../camel-pgevent/src/main/docs/pgevent-component.adoc    |  2 ++
 components/camel-printer/src/main/docs/lpr-component.adoc |  2 +-
 .../camel-protobuf/src/main/docs/protobuf-dataformat.adoc |  2 ++
 .../camel-quartz/src/main/docs/quartz-component.adoc      |  2 ++
 .../camel-quartz2/src/main/docs/quartz2-component.adoc    |  2 +-
 .../camel-quickfix/src/main/docs/quickfix-component.adoc  |  2 ++
 .../camel-rabbitmq/src/main/docs/rabbitmq-component.adoc  |  2 +-
 .../src/main/docs/reactive-streams-component.adoc         |  4 ++--
 .../camel-restlet/src/main/docs/restlet-component.adoc    |  2 ++
 components/camel-rmi/src/main/docs/rmi-component.adoc     |  2 ++
 .../camel-routebox/src/main/docs/routebox-component.adoc  |  2 +-
 components/camel-rss/src/main/docs/rss-component.adoc     |  2 ++
 components/camel-rss/src/main/docs/rss-dataformat.adoc    |  2 ++
 .../src/main/docs/salesforce-component.adoc               |  2 +-
 .../src/main/docs/sap-netweaver-component.adoc            |  2 +-
 .../camel-saxon/src/main/docs/xquery-component.adoc       |  2 ++
 components/camel-saxon/src/main/docs/xquery-language.adoc |  2 ++
 .../src/main/docs/schematron-component.adoc               |  2 +-
 .../camel-script/src/main/docs/javaScript-language.adoc   |  2 ++
 components/camel-script/src/main/docs/php-language.adoc   |  2 ++
 .../camel-script/src/main/docs/python-language.adoc       |  2 ++
 components/camel-script/src/main/docs/ruby-language.adoc  |  2 ++
 .../src/main/docs/servicenow-component.adoc               |  2 +-
 .../camel-servlet/src/main/docs/servlet-component.adoc    |  2 ++
 components/camel-sip/src/main/docs/sip-component.adoc     |  2 +-
 .../camel-sjms/src/main/docs/sjms-batch-component.adoc    |  2 +-
 components/camel-sjms/src/main/docs/sjms-component.adoc   |  2 +-
 components/camel-slack/src/main/docs/slack-component.adoc |  2 +-
 components/camel-smpp/src/main/docs/smpp-component.adoc   |  2 +-
 .../src/main/docs/yaml-snakeyaml-dataformat.adoc          |  2 ++
 components/camel-snmp/src/main/docs/snmp-component.adoc   |  2 +-
 .../camel-soap/src/main/docs/soapjaxb-dataformat.adoc     |  2 +-
 components/camel-solr/src/main/docs/solr-component.adoc   |  2 +-
 .../src/main/docs/spark-rest-component.adoc               |  2 +-
 components/camel-spark/src/main/docs/spark-component.adoc |  2 ++
 .../camel-splunk/src/main/docs/splunk-component.adoc      |  2 +-
 .../src/main/docs/spring-batch-component.adoc             |  2 ++
 .../src/main/docs/spring-integration-component.adoc       |  2 ++
 .../src/main/docs/spring-ldap-component.adoc              |  2 ++
 .../src/main/docs/spring-redis-component.adoc             |  2 +-
 .../src/main/docs/spring-ws-component.adoc                |  2 +-
 components/camel-spring/src/main/docs/spel-language.adoc  |  2 +-
 .../src/main/docs/spring-event-component.adoc             |  2 ++
 components/camel-sql/src/main/docs/sql-component.adoc     |  2 ++
 .../camel-sql/src/main/docs/sql-stored-component.adoc     |  2 +-
 components/camel-ssh/src/main/docs/ssh-component.adoc     |  2 +-
 components/camel-stax/src/main/docs/stax-component.adoc   |  2 +-
 components/camel-stomp/src/main/docs/stomp-component.adoc |  2 +-
 .../camel-stream/src/main/docs/stream-component.adoc      |  2 ++
 .../src/main/docs/string-template-component.adoc          |  2 ++
 .../camel-syslog/src/main/docs/syslog-dataformat.adoc     |  2 +-
 .../src/main/docs/tidyMarkup-dataformat.adoc              |  2 ++
 .../camel-tarfile/src/main/docs/tarfile-dataformat.adoc   |  2 ++
 .../camel-telegram/src/main/docs/telegram-component.adoc  |  2 +-
 components/camel-tika/src/main/docs/tika-component.adoc   |  4 ++--
 .../camel-twitter/src/main/docs/twitter-component.adoc    |  2 +-
 .../camel-undertow/src/main/docs/undertow-component.adoc  |  2 +-
 .../src/main/docs/univocity-csv-dataformat.adoc           |  2 +-
 .../src/main/docs/univocity-fixed-dataformat.adoc         |  2 +-
 .../src/main/docs/univocity-tsv-dataformat.adoc           |  2 +-
 .../camel-velocity/src/main/docs/velocity-component.adoc  |  2 ++
 components/camel-vertx/src/main/docs/vertx-component.adoc |  2 +-
 .../camel-weather/src/main/docs/weather-component.adoc    |  2 +-
 .../src/main/docs/websocket-component.adoc                |  2 +-
 .../camel-xmlbeans/src/main/docs/xmlBeans-dataformat.adoc |  2 ++
 .../camel-xmljson/src/main/docs/xmljson-dataformat.adoc   |  2 +-
 .../camel-xmlrpc/src/main/docs/xmlrpc-component.adoc      |  2 +-
 .../camel-xmlrpc/src/main/docs/xmlrpc-dataformat.adoc     |  2 ++
 .../src/main/docs/secureXML-dataformat.adoc               |  2 ++
 .../src/main/docs/xmlsecurity-component.adoc              |  2 +-
 components/camel-xmpp/src/main/docs/xmpp-component.adoc   |  2 ++
 .../src/main/docs/json-xstream-dataformat.adoc            |  2 ++
 .../camel-xstream/src/main/docs/xstream-dataformat.adoc   |  2 ++
 .../camel-yammer/src/main/docs/yammer-component.adoc      |  2 +-
 .../camel-zipfile/src/main/docs/zipfile-dataformat.adoc   |  2 ++
 .../src/main/docs/zookeeper-component.adoc                |  2 +-
 components/readme.adoc                                    |  2 +-
 docs/user-manual/en/SUMMARY.md                            |  2 +-
 .../apache/camel/maven/packaging/ReadmeComponentMojo.java |  2 +-
 284 files changed, 418 insertions(+), 189 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/bean-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/bean-component.adoc b/camel-core/src/main/docs/bean-component.adoc
index aef918a..84cf6cb 100644
--- a/camel-core/src/main/docs/bean-component.adoc
+++ b/camel-core/src/main/docs/bean-component.adoc
@@ -1,5 +1,7 @@
 ## Bean Component
 
+*Available as of Camel version 1.0.0*
+
 The *bean:* component binds beans to Camel message exchanges.
 
 ### URI format

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/bean-language.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/bean-language.adoc b/camel-core/src/main/docs/bean-language.adoc
index f89399a..b022ba7 100644
--- a/camel-core/src/main/docs/bean-language.adoc
+++ b/camel-core/src/main/docs/bean-language.adoc
@@ -1,5 +1,7 @@
 ## Bean method Language
 
+*Available as of Camel version 1.3.0*
+
 The purpose of the Bean Language is to be able to implement an
 link:expression.html[Expression] or link:predicate.html[Predicate] using
 a simple method on a bean.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/binding-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/binding-component.adoc b/camel-core/src/main/docs/binding-component.adoc
index 61cc1e2..ae61031 100644
--- a/camel-core/src/main/docs/binding-component.adoc
+++ b/camel-core/src/main/docs/binding-component.adoc
@@ -1,5 +1,7 @@
 ## Binding Component
 
+*Available as of Camel version 2.11.0*
+
 In Camel terms a _binding_ is a way of wrapping an
 link:endpoint.html[Endpoint] in a contract; such as a
 link:data-format.html[Data Format], a link:content-enricher.html[Content

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/browse-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/browse-component.adoc b/camel-core/src/main/docs/browse-component.adoc
index c26fd95..865b7bd 100644
--- a/camel-core/src/main/docs/browse-component.adoc
+++ b/camel-core/src/main/docs/browse-component.adoc
@@ -1,5 +1,7 @@
 ## Browse Component
 
+*Available as of Camel version 1.3.0*
+
 The Browse component provides a simple
 link:browsableendpoint.html[BrowsableEndpoint] which can be useful for
 testing, visualisation tools or debugging. The exchanges sent to the

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/class-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/class-component.adoc b/camel-core/src/main/docs/class-component.adoc
index c1a904a..c7f928d 100644
--- a/camel-core/src/main/docs/class-component.adoc
+++ b/camel-core/src/main/docs/class-component.adoc
@@ -1,6 +1,6 @@
 ## Class Component
 
-*Available as of Camel 2.4*
+*Available as of Camel version 2.4.0*
 
 The *class:* component binds beans to Camel message exchanges. It works
 in the same way as the link:bean.html[Bean] component but instead of

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/constant-language.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/constant-language.adoc b/camel-core/src/main/docs/constant-language.adoc
index 29f7795..594a001 100644
--- a/camel-core/src/main/docs/constant-language.adoc
+++ b/camel-core/src/main/docs/constant-language.adoc
@@ -1,5 +1,7 @@
 ## Constant Language
 
+*Available as of Camel version 1.5.0*
+
 The Constant Expression Language is really just a way to specify
 constant strings as a type of expression.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/controlbus-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/controlbus-component.adoc b/camel-core/src/main/docs/controlbus-component.adoc
index 5780e04..202ec00 100644
--- a/camel-core/src/main/docs/controlbus-component.adoc
+++ b/camel-core/src/main/docs/controlbus-component.adoc
@@ -1,5 +1,7 @@
 ## Control Bus Component
 ### ControlBus
+*Available as of Camel version 2.11.0*
+
 
 The http://www.eaipatterns.com/ControlBus.html[Control Bus] from the
 link:enterprise-integration-patterns.html[EIP patterns] allows for the

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/dataformat-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/dataformat-component.adoc b/camel-core/src/main/docs/dataformat-component.adoc
index d1bd85d..8c6a1ef 100644
--- a/camel-core/src/main/docs/dataformat-component.adoc
+++ b/camel-core/src/main/docs/dataformat-component.adoc
@@ -1,6 +1,6 @@
 ## Data Format Component
 
-*Available as of Camel 2.12*
+*Available as of Camel version 2.12.0*
 
 The *dataformat:* component allows to use link:data-format.html[Data
 Format] as a Camel link:component.html[Component].

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/dataset-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/dataset-component.adoc b/camel-core/src/main/docs/dataset-component.adoc
index 3f2fc135..6244c3f 100644
--- a/camel-core/src/main/docs/dataset-component.adoc
+++ b/camel-core/src/main/docs/dataset-component.adoc
@@ -1,5 +1,7 @@
 ## Dataset Component
 
+*Available as of Camel version 1.3.0*
+
 link:testing.html[Testing] of distributed and asynchronous processing is
 notoriously difficult. The link:mock.html[Mock], link:test.html[Test]
 and link:dataset.html[DataSet] endpoints work great with the

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/direct-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/direct-component.adoc b/camel-core/src/main/docs/direct-component.adoc
index 05f3055..ee96569 100644
--- a/camel-core/src/main/docs/direct-component.adoc
+++ b/camel-core/src/main/docs/direct-component.adoc
@@ -1,5 +1,7 @@
 ## Direct Component
 
+*Available as of Camel version 1.0.0*
+
 The *direct:* component provides direct, synchronous invocation of any
 consumers when a producer sends a message exchange. +
  This endpoint can be used to connect existing routes in the *same*

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/direct-vm-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/direct-vm-component.adoc b/camel-core/src/main/docs/direct-vm-component.adoc
index 9ff9692..d5fca26 100644
--- a/camel-core/src/main/docs/direct-vm-component.adoc
+++ b/camel-core/src/main/docs/direct-vm-component.adoc
@@ -1,6 +1,6 @@
 ## Direct VM Component
 
-*Available as of Camel 2.10*
+*Available as of Camel version 2.10.0*
 
 The *direct-vm:* component provides direct, synchronous invocation of
 any consumers in the JVM when a producer sends a message exchange. +

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/exchangeProperty-language.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/exchangeProperty-language.adoc b/camel-core/src/main/docs/exchangeProperty-language.adoc
index fd3c1f0..2c78c8c 100644
--- a/camel-core/src/main/docs/exchangeProperty-language.adoc
+++ b/camel-core/src/main/docs/exchangeProperty-language.adoc
@@ -1,5 +1,7 @@
 ## ExchangeProperty Language
 
+*Available as of Camel version 2.0.0*
+
 The ExchangeProperty Expression Language allows you to extract values of
 named exchange properties.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/file-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/file-component.adoc b/camel-core/src/main/docs/file-component.adoc
index 5b9f760..1bfda84 100644
--- a/camel-core/src/main/docs/file-component.adoc
+++ b/camel-core/src/main/docs/file-component.adoc
@@ -1,5 +1,7 @@
 ## File Component
 
+*Available as of Camel version 1.0.0*
+
 The File component provides access to file systems, allowing files to be
 processed by any other Camel link:components.html[Components] or
 messages from other components to be saved to disk.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/file-language.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/file-language.adoc b/camel-core/src/main/docs/file-language.adoc
index 580c297..e7d37f4 100644
--- a/camel-core/src/main/docs/file-language.adoc
+++ b/camel-core/src/main/docs/file-language.adoc
@@ -1,5 +1,7 @@
 ## File Language
 
+*Available as of Camel version 1.1.0*
+
 INFO:*File language is now merged with Simple language*
 From Camel 2.2 onwards, the file language is now merged with
 link:simple.html[Simple] language which means you can use all the file

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/gzip-dataformat.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/gzip-dataformat.adoc b/camel-core/src/main/docs/gzip-dataformat.adoc
index 5417db1..a519c9e 100644
--- a/camel-core/src/main/docs/gzip-dataformat.adoc
+++ b/camel-core/src/main/docs/gzip-dataformat.adoc
@@ -1,5 +1,7 @@
 ## GZip DataFormat
 
+*Available as of Camel version 2.0.0*
+
 The GZip link:data-format.html[Data Format] is a message compression and
 de-compression format. It uses the same deflate algorithm that is used
 in link:zip-dataformat.html[Zip DataFormat], although some additional

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/header-language.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/header-language.adoc b/camel-core/src/main/docs/header-language.adoc
index 1b9c9c2..471aefc 100644
--- a/camel-core/src/main/docs/header-language.adoc
+++ b/camel-core/src/main/docs/header-language.adoc
@@ -1,5 +1,7 @@
 ## Header Language
 
+*Available as of Camel version 1.5.0*
+
 The Header Expression Language allows you to extract values of named
 headers.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/language-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/language-component.adoc b/camel-core/src/main/docs/language-component.adoc
index 7f62527..cbaf105 100644
--- a/camel-core/src/main/docs/language-component.adoc
+++ b/camel-core/src/main/docs/language-component.adoc
@@ -1,6 +1,6 @@
 ## Language Component
 
-*Available as of Camel 2.5*
+*Available as of Camel version 2.5.0*
 
 The language component allows you to send link:exchange.html[Exchange]
 to an endpoint which executes a script by any of the supported

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/log-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/log-component.adoc b/camel-core/src/main/docs/log-component.adoc
index e365f86..716046b 100644
--- a/camel-core/src/main/docs/log-component.adoc
+++ b/camel-core/src/main/docs/log-component.adoc
@@ -1,5 +1,7 @@
 ## Log Component
 
+*Available as of Camel version 1.1.0*
+
 The *log:* component logs message exchanges to the underlying logging
 mechanism.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/mock-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/mock-component.adoc b/camel-core/src/main/docs/mock-component.adoc
index 58e70cd..6ac3a1c 100644
--- a/camel-core/src/main/docs/mock-component.adoc
+++ b/camel-core/src/main/docs/mock-component.adoc
@@ -1,5 +1,7 @@
 ## Mock Component
 ifdef::env-github[]
+*Available as of Camel version 1.0.0*
+
 :caution-caption: :boom:
 :important-caption: :exclamation:
 :note-caption: :information_source:

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/properties-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/properties-component.adoc b/camel-core/src/main/docs/properties-component.adoc
index 78b22c7..f919617 100644
--- a/camel-core/src/main/docs/properties-component.adoc
+++ b/camel-core/src/main/docs/properties-component.adoc
@@ -1,6 +1,6 @@
 ## Properties Component
 
-*Available as of Camel 2.3*
+*Available as of Camel version 2.3.0*
 
 ### URI format
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/ref-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/ref-component.adoc b/camel-core/src/main/docs/ref-component.adoc
index d6e9d36..2cf630f 100644
--- a/camel-core/src/main/docs/ref-component.adoc
+++ b/camel-core/src/main/docs/ref-component.adoc
@@ -1,5 +1,7 @@
 ## Ref Component
 
+*Available as of Camel version 1.2.0*
+
 The *ref:* component is used for lookup of existing endpoints bound in
 the link:registry.html[Registry].
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/ref-language.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/ref-language.adoc b/camel-core/src/main/docs/ref-language.adoc
index 2908142..a78310e 100644
--- a/camel-core/src/main/docs/ref-language.adoc
+++ b/camel-core/src/main/docs/ref-language.adoc
@@ -1,6 +1,6 @@
 ## Ref Language
 
-*Available as of Camel 2.8*
+*Available as of Camel version 2.8.0*
 
 The Ref Expression Language is really just a way to lookup a custom
 link:expression.html[Expression] or link:predicate.html[Predicate] from the link:registry.html[Registry].

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/rest-api-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/rest-api-component.adoc b/camel-core/src/main/docs/rest-api-component.adoc
index ecd52eb..ce945a7 100644
--- a/camel-core/src/main/docs/rest-api-component.adoc
+++ b/camel-core/src/main/docs/rest-api-component.adoc
@@ -1,6 +1,6 @@
 ## REST API Component
 
-*Available as of Camel 2.14*
+*Available as of Camel version 2.16.0*
 
 Apache Camel offers a REST styled DSL which can be used with Java or
 XML. The intention is to allow end users to define REST services using a

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/rest-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/rest-component.adoc b/camel-core/src/main/docs/rest-component.adoc
index 054c36d..316a032 100644
--- a/camel-core/src/main/docs/rest-component.adoc
+++ b/camel-core/src/main/docs/rest-component.adoc
@@ -1,6 +1,6 @@
 ## REST Component
 
-*Available as of Camel 2.14*
+*Available as of Camel version 2.14.0*
 
 The rest component allows to define REST endpoints (consumer) using the
 link:rest-dsl.html[Rest DSL] and plugin to other Camel components as the

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/scheduler-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/scheduler-component.adoc b/camel-core/src/main/docs/scheduler-component.adoc
index a942f1a..19dea91 100644
--- a/camel-core/src/main/docs/scheduler-component.adoc
+++ b/camel-core/src/main/docs/scheduler-component.adoc
@@ -1,6 +1,6 @@
 ## Scheduler Component
 
-*Available as of Camel 2.15*
+*Available as of Camel version 2.15.0*
 
 The *scheduler:* component is used to generate message exchanges when a
 scheduler fires. This component is similar to the

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/seda-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/seda-component.adoc b/camel-core/src/main/docs/seda-component.adoc
index 9c0bb25..8221930 100644
--- a/camel-core/src/main/docs/seda-component.adoc
+++ b/camel-core/src/main/docs/seda-component.adoc
@@ -1,5 +1,7 @@
 ## SEDA Component
 
+*Available as of Camel version 1.1.0*
+
 The *seda:* component provides asynchronous
 http://www.eecs.harvard.edu/~mdw/proj/seda/[SEDA] behavior, so that
 messages are exchanged on a

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/serialization-dataformat.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/serialization-dataformat.adoc b/camel-core/src/main/docs/serialization-dataformat.adoc
index ee81d0f..f63f11e 100644
--- a/camel-core/src/main/docs/serialization-dataformat.adoc
+++ b/camel-core/src/main/docs/serialization-dataformat.adoc
@@ -1,5 +1,7 @@
 ## Java Object Serialization DataFormat
 
+*Available as of Camel version 2.12.0*
+
 Serialization is a link:data-format.html[Data Format] which uses the
 standard Java Serialization mechanism to unmarshal a binary payload into
 Java objects or to marshal Java objects into a binary blob. +

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/simple-language.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/simple-language.adoc b/camel-core/src/main/docs/simple-language.adoc
index fc54cd6..fd637a4 100644
--- a/camel-core/src/main/docs/simple-language.adoc
+++ b/camel-core/src/main/docs/simple-language.adoc
@@ -1,5 +1,7 @@
 ## Simple Language
 
+*Available as of Camel version 1.1.0*
+
 The Simple Expression Language was a really simple language when it was
 created, but has since grown more powerful. It is primarily intended for
 being a really small and simple language for evaluating

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/string-dataformat.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/string-dataformat.adoc b/camel-core/src/main/docs/string-dataformat.adoc
index 0a6c72a..29cd740 100644
--- a/camel-core/src/main/docs/string-dataformat.adoc
+++ b/camel-core/src/main/docs/string-dataformat.adoc
@@ -1,5 +1,7 @@
 ## String Encoding DataFormat
 
+*Available as of Camel version 2.12.0*
+
 The String link:data-format.html[Data Format] is a textual based format
 that supports encoding.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/stub-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/stub-component.adoc b/camel-core/src/main/docs/stub-component.adoc
index 8b255dd..1d4203f 100644
--- a/camel-core/src/main/docs/stub-component.adoc
+++ b/camel-core/src/main/docs/stub-component.adoc
@@ -1,6 +1,6 @@
 ## Stub Component
 
-*Available as of Camel 2.10*
+*Available as of Camel version 2.10.0*
 
 The *stub:* component provides a simple way to stub out any physical
 endpoints while in development or testing, allowing you for example to

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/test-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/test-component.adoc b/camel-core/src/main/docs/test-component.adoc
index 51e9232..e4a3475 100644
--- a/camel-core/src/main/docs/test-component.adoc
+++ b/camel-core/src/main/docs/test-component.adoc
@@ -1,5 +1,7 @@
 ## Test Component
 
+*Available as of Camel version 1.3.0*
+
 link:testing.html[Testing] of distributed and asynchronous processing is
 notoriously difficult. The link:mock.html[Mock], link:test.html[Test]
 and link:dataset.html[DataSet] endpoints work great with the

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/timer-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/timer-component.adoc b/camel-core/src/main/docs/timer-component.adoc
index e8eb075..f795030 100644
--- a/camel-core/src/main/docs/timer-component.adoc
+++ b/camel-core/src/main/docs/timer-component.adoc
@@ -1,5 +1,7 @@
 ## Timer Component
 
+*Available as of Camel version 1.0.0*
+
 The *timer:* component is used to generate message exchanges when a
 timer fires You can only consume events from this endpoint.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/tokenize-language.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/tokenize-language.adoc b/camel-core/src/main/docs/tokenize-language.adoc
index a93b725..4516417 100644
--- a/camel-core/src/main/docs/tokenize-language.adoc
+++ b/camel-core/src/main/docs/tokenize-language.adoc
@@ -1,5 +1,7 @@
 ## Tokenize Language
 
+*Available as of Camel version 2.0.0*
+
 The tokenizer language is a built-in language in camel-core, which is
 most often used only with the link:splitter.html[Splitter] EIP to split
 a message using a token-based strategy. +

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/validator-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/validator-component.adoc b/camel-core/src/main/docs/validator-component.adoc
index 70af5af..d872994 100644
--- a/camel-core/src/main/docs/validator-component.adoc
+++ b/camel-core/src/main/docs/validator-component.adoc
@@ -1,5 +1,7 @@
 ## Validator Component
 
+*Available as of Camel version 1.1.0*
+
 The Validation component performs XML validation of the message body
 using the JAXP Validation API and based on any of the supported XML
 schema languages, which defaults to http://www.w3.org/XML/Schema[XML

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/vm-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/vm-component.adoc b/camel-core/src/main/docs/vm-component.adoc
index af20a7a..9a87bfd 100644
--- a/camel-core/src/main/docs/vm-component.adoc
+++ b/camel-core/src/main/docs/vm-component.adoc
@@ -1,5 +1,7 @@
 ## VM Component
 
+*Available as of Camel version 1.1.0*
+
 The *vm:* component provides asynchronous
 http://www.eecs.harvard.edu/~mdw/proj/seda/[SEDA] behavior, exchanging
 messages on a

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/xpath-language.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/xpath-language.adoc b/camel-core/src/main/docs/xpath-language.adoc
index 20e0cd3..5e94075 100644
--- a/camel-core/src/main/docs/xpath-language.adoc
+++ b/camel-core/src/main/docs/xpath-language.adoc
@@ -1,5 +1,7 @@
 ## XPath Language
 
+*Available as of Camel version 1.1.0*
+
 Camel supports http://www.w3.org/TR/xpath[XPath] to allow an
 link:expression.html[Expression] or link:predicate.html[Predicate] to be
 used in the link:dsl.html[DSL] or link:xml-configuration.html[Xml

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/xslt-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/xslt-component.adoc b/camel-core/src/main/docs/xslt-component.adoc
index fb9c48b..d664ae9 100644
--- a/camel-core/src/main/docs/xslt-component.adoc
+++ b/camel-core/src/main/docs/xslt-component.adoc
@@ -1,5 +1,7 @@
 ## XSLT Component
 
+*Available as of Camel version 1.3.0*
+
 The *xslt:* component allows you to process a message using an
 http://www.w3.org/TR/xslt[XSLT] template. This can be ideal when using
 link:templating.html[Templating] to generate respopnses for requests.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/xtokenize-language.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/xtokenize-language.adoc b/camel-core/src/main/docs/xtokenize-language.adoc
index e27d9b7..c42633b 100644
--- a/camel-core/src/main/docs/xtokenize-language.adoc
+++ b/camel-core/src/main/docs/xtokenize-language.adoc
@@ -1,5 +1,7 @@
 ## XML Tokenize Language
 
+*Available as of Camel version 2.14.0*
+
 The xml tokenizer language is a built-in language in camel-core, which
 is a truly XML-aware tokenizer that can be used with the Splitter as the
 conventional link:tokenizer.html[Tokenizer] to efficiently and

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/camel-core/src/main/docs/zip-dataformat.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/zip-dataformat.adoc b/camel-core/src/main/docs/zip-dataformat.adoc
index ba85881..23948e3 100644
--- a/camel-core/src/main/docs/zip-dataformat.adoc
+++ b/camel-core/src/main/docs/zip-dataformat.adoc
@@ -1,5 +1,7 @@
 ## Zip Deflate Compression DataFormat
 
+*Available as of Camel version 2.12.0*
+
 The Zip link:data-format.html[Data Format] is a message compression and
 de-compression format. Messages marshalled using Zip compression can be
 unmarshalled using Zip decompression just prior to being consumed at the

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-ahc-ws/src/main/docs/ahc-ws-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ahc-ws/src/main/docs/ahc-ws-component.adoc b/components/camel-ahc-ws/src/main/docs/ahc-ws-component.adoc
index 019fa5d..5e0b158 100644
--- a/components/camel-ahc-ws/src/main/docs/ahc-ws-component.adoc
+++ b/components/camel-ahc-ws/src/main/docs/ahc-ws-component.adoc
@@ -1,6 +1,6 @@
 ## AHC Websocket Component
 
-*Available as of Camel 2.14*
+*Available as of Camel version 2.14.0*
 
 The�*ahc-ws*�component provides Websocket
 based�link:endpoint.html[endpoints]�for a client communicating with

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-ahc/src/main/docs/ahc-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ahc/src/main/docs/ahc-component.adoc b/components/camel-ahc/src/main/docs/ahc-component.adoc
index 72369c9..d0a03b8 100644
--- a/components/camel-ahc/src/main/docs/ahc-component.adoc
+++ b/components/camel-ahc/src/main/docs/ahc-component.adoc
@@ -1,6 +1,6 @@
 ## AHC Component
 
-*Available as of Camel 2.8*
+*Available as of Camel version 2.8.0*
 
 The *ahc:* component provides HTTP based link:endpoint.html[endpoints]
 for consuming external HTTP resources (as a client to call external

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-amqp/src/main/docs/amqp-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-amqp/src/main/docs/amqp-component.adoc b/components/camel-amqp/src/main/docs/amqp-component.adoc
index 97bd209..4d2271a 100644
--- a/components/camel-amqp/src/main/docs/amqp-component.adoc
+++ b/components/camel-amqp/src/main/docs/amqp-component.adoc
@@ -1,5 +1,7 @@
 ## AMQP Component
 
+*Available as of Camel version 1.2.0*
+
 The *amqp:* component supports the http://www.amqp.org/[AMQP 1.0
 protocol] using the JMS Client API of the http://qpid.apache.org/[Qpid]
 project. In case you want to use AMQP 0.9 (in particular RabbitMQ) you
@@ -358,4 +360,4 @@ prefix, so you don't have to configure it explicitly.
 * link:configuring-camel.html[Configuring Camel]
 * link:component.html[Component]
 * link:endpoint.html[Endpoint]
-* link:getting-started.html[Getting Started]
+* link:getting-started.html[Getting Started]
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-apns/src/main/docs/apns-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-apns/src/main/docs/apns-component.adoc b/components/camel-apns/src/main/docs/apns-component.adoc
index 0d9c4b0..e129b7c 100644
--- a/components/camel-apns/src/main/docs/apns-component.adoc
+++ b/components/camel-apns/src/main/docs/apns-component.adoc
@@ -1,6 +1,6 @@
 ## APNS Component
 
-*Available as of Camel 2.8*
+*Available as of Camel version 2.8.0*
 
 The *apns* component is used for sending notifications to iOS devices.
 The apns components use https://github.com/notnoop/java-apns[javapns]

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-atmos/src/main/docs/atmos-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-atmos/src/main/docs/atmos-component.adoc b/components/camel-atmos/src/main/docs/atmos-component.adoc
index ec4fbe6..bf68781 100644
--- a/components/camel-atmos/src/main/docs/atmos-component.adoc
+++ b/components/camel-atmos/src/main/docs/atmos-component.adoc
@@ -1,6 +1,6 @@
 ## Atmos Component
 
-*Available as of Camel 2.15*
+*Available as of Camel version 2.15.0*
 
 *Camel-Atmos* is an http://camel.apache.org/[Apache Camel] component that
 allows you to work with ViPR object data services using the

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-atmosphere-websocket/src/main/docs/atmosphere-websocket-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-atmosphere-websocket/src/main/docs/atmosphere-websocket-component.adoc b/components/camel-atmosphere-websocket/src/main/docs/atmosphere-websocket-component.adoc
index b97c166..3bca616 100644
--- a/components/camel-atmosphere-websocket/src/main/docs/atmosphere-websocket-component.adoc
+++ b/components/camel-atmosphere-websocket/src/main/docs/atmosphere-websocket-component.adoc
@@ -1,6 +1,6 @@
 ## Atmosphere Websocket Component
 
-*Available as of Camel 2.14*
+*Available as of Camel version 2.14.0*
 
 The�*atmosphere-websocket:*�component provides Websocket
 based�link:endpoint.html[endpoints]�for a servlet communicating with

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-atom/src/main/docs/atom-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-atom/src/main/docs/atom-component.adoc b/components/camel-atom/src/main/docs/atom-component.adoc
index 922c407..7a39efa 100644
--- a/components/camel-atom/src/main/docs/atom-component.adoc
+++ b/components/camel-atom/src/main/docs/atom-component.adoc
@@ -1,5 +1,7 @@
 ## Atom Component
 
+*Available as of Camel version 1.2.0*
+
 The *atom:* component is used for polling Atom feeds.
 
 Camel will poll the feed every 60 seconds by default. +

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-avro/src/main/docs/avro-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-avro/src/main/docs/avro-component.adoc b/components/camel-avro/src/main/docs/avro-component.adoc
index f305d84..ecbd335 100644
--- a/components/camel-avro/src/main/docs/avro-component.adoc
+++ b/components/camel-avro/src/main/docs/avro-component.adoc
@@ -1,6 +1,6 @@
 ## Avro Component
 
-*Available as of Camel 2.10*
+*Available as of Camel version 2.10.0*
 
 This component provides a dataformat for avro, which allows
 serialization and deserialization of messages using Apache Avro's binary

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-avro/src/main/docs/avro-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-avro/src/main/docs/avro-dataformat.adoc b/components/camel-avro/src/main/docs/avro-dataformat.adoc
index e749dc6..9e29fa4 100644
--- a/components/camel-avro/src/main/docs/avro-dataformat.adoc
+++ b/components/camel-avro/src/main/docs/avro-dataformat.adoc
@@ -1,6 +1,6 @@
 ## Avro DataFormat
 
-*Available as of Camel 2.10*
+*Available as of Camel version 2.14.0*
 
 This component provides a dataformat for avro, which allows
 serialization and deserialization of messages using Apache Avro's binary

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-aws/src/main/docs/aws-cw-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-cw-component.adoc b/components/camel-aws/src/main/docs/aws-cw-component.adoc
index d5ec81e..0792b2e 100644
--- a/components/camel-aws/src/main/docs/aws-cw-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-cw-component.adoc
@@ -1,6 +1,6 @@
 ## AWS CloudWatch Component
 
-*Available as of Camel 2.11
+*Available as of Camel version 2.11.0*
 
 The CW component allows messages to be sent to an
 http://aws.amazon.com/cloudwatch/[Amazon CloudWatch] metrics. The

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-aws/src/main/docs/aws-ddb-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-ddb-component.adoc b/components/camel-aws/src/main/docs/aws-ddb-component.adoc
index 4c74023..e173a8e 100644
--- a/components/camel-aws/src/main/docs/aws-ddb-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-ddb-component.adoc
@@ -1,6 +1,6 @@
 ## AWS DynamoDB Component
 
-*Available as of Camel 2.10*
+*Available as of Camel version 2.10.0*
 
 The DynamoDB component supports storing and retrieving data from/to
 http://aws.amazon.com/dynamodb[Amazon's DynamoDB] service.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-aws/src/main/docs/aws-ddbstream-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-ddbstream-component.adoc b/components/camel-aws/src/main/docs/aws-ddbstream-component.adoc
index b33ef60..23da9c0 100644
--- a/components/camel-aws/src/main/docs/aws-ddbstream-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-ddbstream-component.adoc
@@ -1,6 +1,6 @@
 ## AWS DynamoDB Streams Component
 
-*Available as of Camel 2.7*
+*Available as of Camel version 2.17.0*
 
 The DynamoDB Stream component supports receiving messages from
 Amazon�DynamoDB Stream service.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-aws/src/main/docs/aws-ec2-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-ec2-component.adoc b/components/camel-aws/src/main/docs/aws-ec2-component.adoc
index 9acf32c..d676e8a 100644
--- a/components/camel-aws/src/main/docs/aws-ec2-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-ec2-component.adoc
@@ -1,6 +1,6 @@
 ## AWS EC2 Component
 
-*Available as of Camel 2.16*
+*Available as of Camel version 2.16.0*
 
 The EC2 component supports create, run, start, stop and terminate
 https://aws.amazon.com/it/ec2/[AWS EC2] instances.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-aws/src/main/docs/aws-kinesis-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-kinesis-component.adoc b/components/camel-aws/src/main/docs/aws-kinesis-component.adoc
index 10c56d9..c420cf8 100644
--- a/components/camel-aws/src/main/docs/aws-kinesis-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-kinesis-component.adoc
@@ -1,6 +1,6 @@
 ## AWS Kinesis Component
 
-*Available as of Camel 2.17*
+*Available as of Camel version 2.17.0*
 
 The Kinesis component supports receiving messages from and sending messages to Amazon Kinesis
 service.
@@ -192,4 +192,4 @@ where `${camel-version`} must be replaced by the actual version of Camel
 * link:endpoint.html[Endpoint]
 * link:getting-started.html[Getting Started]
 
-* link:aws.html[AWS Component]
+* link:aws.html[AWS Component]
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-aws/src/main/docs/aws-s3-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-s3-component.adoc b/components/camel-aws/src/main/docs/aws-s3-component.adoc
index 8cf6c29..d3fdf9c 100644
--- a/components/camel-aws/src/main/docs/aws-s3-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-s3-component.adoc
@@ -1,6 +1,6 @@
 ## AWS S3 Storage Service Component
 
-*Available as of Camel 2.8*
+*Available as of Camel version 2.8.0*
 
 The S3 component supports storing and retrieving objetcs from/to
 http://aws.amazon.com/s3[Amazon's S3] service.
@@ -283,4 +283,4 @@ where `${camel-version`} must be replaced by the actual version of Camel
 * link:endpoint.html[Endpoint]
 * link:getting-started.html[Getting Started]
 
-* link:aws.html[AWS Component]
+* link:aws.html[AWS Component]
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-aws/src/main/docs/aws-sdb-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-sdb-component.adoc b/components/camel-aws/src/main/docs/aws-sdb-component.adoc
index 5beac46..770d609 100644
--- a/components/camel-aws/src/main/docs/aws-sdb-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-sdb-component.adoc
@@ -1,6 +1,6 @@
 ## AWS SimpleDB Component
 
-*Available as of Camel 2.8.4*
+*Available as of Camel version 2.9.0*
 
 The sdb component supports storing and retrieving data from/to
 http://aws.amazon.com/sdb[Amazon's SDB] service.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-aws/src/main/docs/aws-ses-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-ses-component.adoc b/components/camel-aws/src/main/docs/aws-ses-component.adoc
index e222899..85bbcbf 100644
--- a/components/camel-aws/src/main/docs/aws-ses-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-ses-component.adoc
@@ -1,6 +1,6 @@
 ## AWS Simple Email Service Component
 
-*Available as of Camel 2.8.4*
+*Available as of Camel version 2.9.0*
 
 The ses component supports sending emails with
 http://aws.amazon.com/ses[Amazon's SES] service.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-aws/src/main/docs/aws-sns-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-sns-component.adoc b/components/camel-aws/src/main/docs/aws-sns-component.adoc
index 65bfdf8..cff3e0d 100644
--- a/components/camel-aws/src/main/docs/aws-sns-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-sns-component.adoc
@@ -1,6 +1,6 @@
 ## AWS Simple Notification System Component
 
-*Available as of Camel 2.8*
+*Available as of Camel version 2.8.0*
 
 The SNS component allows messages to be sent to an
 http://aws.amazon.com/sns[Amazon Simple Notification] Topic. The

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-aws/src/main/docs/aws-sqs-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-sqs-component.adoc b/components/camel-aws/src/main/docs/aws-sqs-component.adoc
index 29e870a..94e2361 100644
--- a/components/camel-aws/src/main/docs/aws-sqs-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-sqs-component.adoc
@@ -1,6 +1,6 @@
 ## AWS Simple Queue Service Component
 
-*Available as of Camel 2.6*
+*Available as of Camel version 2.6.0*
 
 The sqs component supports sending and receiving messages to
 http://aws.amazon.com/sqs[Amazon's SQS] service.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-aws/src/main/docs/aws-swf-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-swf-component.adoc b/components/camel-aws/src/main/docs/aws-swf-component.adoc
index 18247bc..af7acdb 100644
--- a/components/camel-aws/src/main/docs/aws-swf-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-swf-component.adoc
@@ -1,6 +1,6 @@
 ## AWS Simple Workflow Component
 
-*Available as of Camel 2.13*
+*Available as of Camel version 2.13.0*
 
 The Simple Workflow component supports managing workflows from
 http://aws.amazon.com/swf/[Amazon's Simple Workflow] service.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-barcode/src/main/docs/barcode-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-barcode/src/main/docs/barcode-dataformat.adoc b/components/camel-barcode/src/main/docs/barcode-dataformat.adoc
index 56323d2..e50cf5f 100644
--- a/components/camel-barcode/src/main/docs/barcode-dataformat.adoc
+++ b/components/camel-barcode/src/main/docs/barcode-dataformat.adoc
@@ -1,6 +1,6 @@
 ## Barcode DataFormat
 
-*Available as of Camel 2.14*
+*Available as of Camel version 2.14.0*
 
 The barcode data format is based on the
 https://github.com/zxing/zxing[zxing library]. The goal of this

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-base64/src/main/docs/base64-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-base64/src/main/docs/base64-dataformat.adoc b/components/camel-base64/src/main/docs/base64-dataformat.adoc
index 19f3316..33fe5bd 100644
--- a/components/camel-base64/src/main/docs/base64-dataformat.adoc
+++ b/components/camel-base64/src/main/docs/base64-dataformat.adoc
@@ -1,6 +1,7 @@
 ## Base64 DataFormat
 
-*Available as of Camel 2.11* +
+*Available as of Camel version 2.11.0*
+
  The Base64 link:data-format.html[Data Format] is a data format for
 http://en.wikipedia.org/wiki/Base64[base64 encoding and decoding].
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-bean-validator/src/main/docs/bean-validator-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-bean-validator/src/main/docs/bean-validator-component.adoc b/components/camel-bean-validator/src/main/docs/bean-validator-component.adoc
index ec3f62a..a342d42 100644
--- a/components/camel-bean-validator/src/main/docs/bean-validator-component.adoc
+++ b/components/camel-bean-validator/src/main/docs/bean-validator-component.adoc
@@ -1,6 +1,6 @@
 ## Bean Validator Component
 
-*Available as of Camel 2.3*
+*Available as of Camel version 2.3.0*
 
 The Validator component performs bean validation of the message body
 using the Java Bean Validation API

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-beanio/src/main/docs/beanio-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-beanio/src/main/docs/beanio-dataformat.adoc b/components/camel-beanio/src/main/docs/beanio-dataformat.adoc
index c23409c..ebe677d 100644
--- a/components/camel-beanio/src/main/docs/beanio-dataformat.adoc
+++ b/components/camel-beanio/src/main/docs/beanio-dataformat.adoc
@@ -1,6 +1,6 @@
 ## BeanIO DataFormat
 
-*Available as of Camel 2.10*
+*Available as of Camel version 2.10.0*
 
 The BeanIO link:data-format.html[Data Format] uses
 http://beanio.org/[BeanIO] to handle flat payloads (such as XML, CSV,

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-beanstalk/src/main/docs/beanstalk-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-beanstalk/src/main/docs/beanstalk-component.adoc b/components/camel-beanstalk/src/main/docs/beanstalk-component.adoc
index f88cd85..2a611f9 100644
--- a/components/camel-beanstalk/src/main/docs/beanstalk-component.adoc
+++ b/components/camel-beanstalk/src/main/docs/beanstalk-component.adoc
@@ -1,6 +1,6 @@
 ## Beanstalk Component
 
-*Available in Camel 2.15*
+*Available as of Camel version 2.15.0*
 
 camel-beanstalk project provides a Camel component for job retrieval and
 post-processing of Beanstalk jobs.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-bindy/src/main/docs/bindy-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-bindy/src/main/docs/bindy-dataformat.adoc b/components/camel-bindy/src/main/docs/bindy-dataformat.adoc
index e9f5c07..de37600 100644
--- a/components/camel-bindy/src/main/docs/bindy-dataformat.adoc
+++ b/components/camel-bindy/src/main/docs/bindy-dataformat.adoc
@@ -1,5 +1,7 @@
 ## Bindy DataFormat
 
+*Available as of Camel version 2.0.0*
+
 The goal of this component is to allow the parsing/binding of
 non-structured data (or to be more precise non-XML data) +
  to/from Java Beans that have binding mappings defined with annotations.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-bonita/src/main/docs/bonita-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-bonita/src/main/docs/bonita-component.adoc b/components/camel-bonita/src/main/docs/bonita-component.adoc
index cf3b709..59281de 100644
--- a/components/camel-bonita/src/main/docs/bonita-component.adoc
+++ b/components/camel-bonita/src/main/docs/bonita-component.adoc
@@ -1,6 +1,6 @@
 ## Bonita Component
 
-*Available as of Camel 2.19*
+*Available as of Camel version 2.19.0*
 
 This Camel component allow you to communicate with a remote Bonita engine.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-boon/src/main/docs/boon-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-boon/src/main/docs/boon-dataformat.adoc b/components/camel-boon/src/main/docs/boon-dataformat.adoc
index 6196c10..e67d91c 100644
--- a/components/camel-boon/src/main/docs/boon-dataformat.adoc
+++ b/components/camel-boon/src/main/docs/boon-dataformat.adoc
@@ -1,6 +1,6 @@
 ## Boon DataFormat
 
-*Available in Camel 2.16*
+*Available as of Camel version 2.16.0*
 
 Boon is a Data Format which uses the
 http://richardhightower.github.io/site/Boon/Welcome.html[Boon

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-box/src/main/docs/box-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-box/src/main/docs/box-component.adoc b/components/camel-box/src/main/docs/box-component.adoc
index ce82195..b87fd5c 100644
--- a/components/camel-box/src/main/docs/box-component.adoc
+++ b/components/camel-box/src/main/docs/box-component.adoc
@@ -1,6 +1,6 @@
 ## Box Component
 
-*Available as of Camel 2.14*
+*Available as of Camel version 2.14.0*
 
 The Box component provides access to all of the Box.com APIs accessible
 using https://github.com/box/box-java-sdk-v2/[box-java-sdk-v2]. It

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-braintree/src/main/docs/braintree-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-braintree/src/main/docs/braintree-component.adoc b/components/camel-braintree/src/main/docs/braintree-component.adoc
index 3e5b994..48a8682 100644
--- a/components/camel-braintree/src/main/docs/braintree-component.adoc
+++ b/components/camel-braintree/src/main/docs/braintree-component.adoc
@@ -1,6 +1,6 @@
 ## Braintree Component
 
-*Available as of Camel 2.17*
+*Available as of Camel version 2.17.0*
 
 The Braintree component provides access to
 https://www.braintreepayments.com/[Braintree Payments] trough through

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-cache/src/main/docs/cache-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-cache/src/main/docs/cache-component.adoc b/components/camel-cache/src/main/docs/cache-component.adoc
index 658cd99..0b8126f 100644
--- a/components/camel-cache/src/main/docs/cache-component.adoc
+++ b/components/camel-cache/src/main/docs/cache-component.adoc
@@ -1,6 +1,6 @@
 ## EHCache Component
 
-*Available as of Camel 2.1*
+*Available as of Camel version 2.1.0*
 
 The *cache* component enables you to perform caching operations using
 EHCache as the Cache Implementation. The cache itself is created on

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-cassandraql/src/main/docs/cql-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-cassandraql/src/main/docs/cql-component.adoc b/components/camel-cassandraql/src/main/docs/cql-component.adoc
index 0d434f4..f5ec691 100644
--- a/components/camel-cassandraql/src/main/docs/cql-component.adoc
+++ b/components/camel-cassandraql/src/main/docs/cql-component.adoc
@@ -1,6 +1,6 @@
 ## Cassandra CQL Component
 
-*Available as of Camel 2.15*
+*Available as of Camel version 2.15.0*
 
 http://cassandra.apache.org[Apache Cassandra] is an open source NoSQL
 database designed to handle large amounts on commodity hardware. Like

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-castor/src/main/docs/castor-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-castor/src/main/docs/castor-dataformat.adoc b/components/camel-castor/src/main/docs/castor-dataformat.adoc
index abf7192..cc7ddb1 100644
--- a/components/camel-castor/src/main/docs/castor-dataformat.adoc
+++ b/components/camel-castor/src/main/docs/castor-dataformat.adoc
@@ -1,6 +1,6 @@
 ## Castor DataFormat
 
-*Available as of Camel 2.1*
+*Available as of Camel version 2.1.0*
 
 Castor is a link:data-format.html[Data Format] which uses the
 http://www.castor.org/[Castor XML library] to unmarshal an XML payload

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-chronicle/src/main/docs/chronicle-engine-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-chronicle/src/main/docs/chronicle-engine-component.adoc b/components/camel-chronicle/src/main/docs/chronicle-engine-component.adoc
index ffbb797..e16d870 100644
--- a/components/camel-chronicle/src/main/docs/chronicle-engine-component.adoc
+++ b/components/camel-chronicle/src/main/docs/chronicle-engine-component.adoc
@@ -1,5 +1,7 @@
 ## Chronicle Engine Component
 
+*Available as of Camel version 2.18.0*
+
 // component options: START
 The Chronicle Engine component has no options.
 // component options: END

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-chunk/src/main/docs/chunk-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-chunk/src/main/docs/chunk-component.adoc b/components/camel-chunk/src/main/docs/chunk-component.adoc
index 71b6750..3d7d0e3 100644
--- a/components/camel-chunk/src/main/docs/chunk-component.adoc
+++ b/components/camel-chunk/src/main/docs/chunk-component.adoc
@@ -1,6 +1,6 @@
 ## Chunk Component
 
-*Available as of Camel 2.15*
+*Available as of Camel version 2.15.0*
 
 The *chunk:*�component allows for processing a message using a
 http://www.x5software.com/chunk/examples/ChunkExample?loc=en_US[Chunk]�template.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-cm-sms/src/main/docs/cm-sms-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-cm-sms/src/main/docs/cm-sms-component.adoc b/components/camel-cm-sms/src/main/docs/cm-sms-component.adoc
index 7d60904..4e01286 100644
--- a/components/camel-cm-sms/src/main/docs/cm-sms-component.adoc
+++ b/components/camel-cm-sms/src/main/docs/cm-sms-component.adoc
@@ -1,6 +1,6 @@
 ## CM SMS Gateway Component
 
-*Available as of Camel 2.18*
+*Available as of Camel version 2.18.0*
 
 *Camel-Cm-Sms* is an http://camel.apache.org/[Apache Camel] component 
 for the [CM SMS Gateway](https://www.cmtelecom.com). 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-coap/src/main/docs/coap-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-coap/src/main/docs/coap-component.adoc b/components/camel-coap/src/main/docs/coap-component.adoc
index 3949ca7..467bd61 100644
--- a/components/camel-coap/src/main/docs/coap-component.adoc
+++ b/components/camel-coap/src/main/docs/coap-component.adoc
@@ -1,6 +1,6 @@
 ## CoAP Component
 
-*Available as of Camel 2.16*
+*Available as of Camel version 2.16.0*
 
 *Camel-CoAP* is an http://camel.apache.org/[Apache Camel] component that
 allows you to work with CoAP, a lightweight REST-type protocol for machine-to-machine operation. 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-consul/src/main/docs/consul-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-consul/src/main/docs/consul-component.adoc b/components/camel-consul/src/main/docs/consul-component.adoc
index 6cb0fe0..a9ab36d 100644
--- a/components/camel-consul/src/main/docs/consul-component.adoc
+++ b/components/camel-consul/src/main/docs/consul-component.adoc
@@ -1,6 +1,6 @@
 ## Consul Component
 
-*Available as of Camel 2.18*
+*Available as of Camel version 2.18.0*
 
 The *Consul* component is a component for integrating your application with Consul.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-context/src/main/docs/context-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-context/src/main/docs/context-component.adoc b/components/camel-context/src/main/docs/context-component.adoc
index c903519..200497a 100644
--- a/components/camel-context/src/main/docs/context-component.adoc
+++ b/components/camel-context/src/main/docs/context-component.adoc
@@ -1,6 +1,6 @@
 ## Camel Context Component
 
-*Available as of Camel 2.7*
+*Available as of Camel version 2.7.0*
 
 The *context* component allows you to create new Camel Components from a
 CamelContext with a number of routes which is then treated as a black

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-couchbase/src/main/docs/couchbase-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-couchbase/src/main/docs/couchbase-component.adoc b/components/camel-couchbase/src/main/docs/couchbase-component.adoc
index a5213ef..ca025f3 100644
--- a/components/camel-couchbase/src/main/docs/couchbase-component.adoc
+++ b/components/camel-couchbase/src/main/docs/couchbase-component.adoc
@@ -1,6 +1,6 @@
 ## Couchbase Component
 
-*Available as of Camel 2.19*
+*Available as of Camel version 2.19.0*
 
 The *couchbase:* component allows you to treat
 https://www.couchbase.com/[CouchBase] instances as a producer or consumer
@@ -91,4 +91,4 @@ The Couchbase component supports 50 endpoint options which are listed below:
 | username | security |  | String | The username to use
 |=======================================================================
 {% endraw %}
-// endpoint options: END
+// endpoint options: END
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-couchdb/src/main/docs/couchdb-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-couchdb/src/main/docs/couchdb-component.adoc b/components/camel-couchdb/src/main/docs/couchdb-component.adoc
index 0081fa1..adfc14f 100644
--- a/components/camel-couchdb/src/main/docs/couchdb-component.adoc
+++ b/components/camel-couchdb/src/main/docs/couchdb-component.adoc
@@ -1,6 +1,6 @@
 ## CouchDB Component
 
-*Available as of Camel 2.11*
+*Available as of Camel version 2.11.0*
 
 The *couchdb:* component allows you to treat
 http://couchdb.apache.org/[CouchDB] instances as a producer or consumer
@@ -133,4 +133,4 @@ exchange is used
 [source,java]
 ----------------------------------------------------------------------------------------
 from("someProducingEndpoint").process(someProcessor).to("couchdb:http://localhost:9999")
-----------------------------------------------------------------------------------------
+----------------------------------------------------------------------------------------
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-crypto/src/main/docs/crypto-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-crypto/src/main/docs/crypto-component.adoc b/components/camel-crypto/src/main/docs/crypto-component.adoc
index 7efb5b0..3be61b1 100644
--- a/components/camel-crypto/src/main/docs/crypto-component.adoc
+++ b/components/camel-crypto/src/main/docs/crypto-component.adoc
@@ -1,6 +1,6 @@
 ## Crypto (JCE) Component
 
-*Available as of Camel 2.3* 
+*Available as of Camel version 2.3.0*
 
 *PGP Available as of Camel 2.9*
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-crypto/src/main/docs/crypto-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-crypto/src/main/docs/crypto-dataformat.adoc b/components/camel-crypto/src/main/docs/crypto-dataformat.adoc
index 11aab01..bcafdee 100644
--- a/components/camel-crypto/src/main/docs/crypto-dataformat.adoc
+++ b/components/camel-crypto/src/main/docs/crypto-dataformat.adoc
@@ -1,5 +1,7 @@
 ## Crypto (Java Cryptographic Extension) DataFormat
 
+*Available as of Camel version 2.3.0*
+
 The Crypto link:data-format.html[Data Format] integrates the Java
 Cryptographic Extension into Camel, allowing simple and flexible
 encryption and decryption of messages using Camel's familiar marshall

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-crypto/src/main/docs/pgp-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-crypto/src/main/docs/pgp-dataformat.adoc b/components/camel-crypto/src/main/docs/pgp-dataformat.adoc
index c3dfec6..db2e4e9 100644
--- a/components/camel-crypto/src/main/docs/pgp-dataformat.adoc
+++ b/components/camel-crypto/src/main/docs/pgp-dataformat.adoc
@@ -1,5 +1,7 @@
 ## PGP DataFormat
 
+*Available as of Camel version 2.9.0*
+
 The PGP link:data-format.html[Data Format] integrates the Java
 Cryptographic Extension into Camel, allowing simple and flexible
 encryption and decryption of messages using Camel's familiar marshall

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-csv/src/main/docs/csv-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-csv/src/main/docs/csv-dataformat.adoc b/components/camel-csv/src/main/docs/csv-dataformat.adoc
index c909525..1f5b9c9 100644
--- a/components/camel-csv/src/main/docs/csv-dataformat.adoc
+++ b/components/camel-csv/src/main/docs/csv-dataformat.adoc
@@ -1,5 +1,7 @@
 ## CSV DataFormat
 
+*Available as of Camel version 1.3.0*
+
 The CSV link:data-format.html[Data Format] uses
 http://commons.apache.org/proper/commons-csv/[Apache Commons CSV] to
 handle CSV payloads (Comma Separated Values) such as those

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-cxf/src/main/docs/cxf-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-cxf/src/main/docs/cxf-component.adoc b/components/camel-cxf/src/main/docs/cxf-component.adoc
index 62ac0b9..5e06f32 100644
--- a/components/camel-cxf/src/main/docs/cxf-component.adoc
+++ b/components/camel-cxf/src/main/docs/cxf-component.adoc
@@ -1,5 +1,7 @@
 ## CXF Component
 
+*Available as of Camel version 1.0.0*
+
 NOTE:When using CXF as a consumer, the link:cxf-bean-component.html[CXF Bean
 Component] allows you to factor out how message payloads are received
 from their processing as a RESTful or SOAP web service. This has the

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-cxf/src/main/docs/cxfrs-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-cxf/src/main/docs/cxfrs-component.adoc b/components/camel-cxf/src/main/docs/cxfrs-component.adoc
index 14010c0..99de4ab 100644
--- a/components/camel-cxf/src/main/docs/cxfrs-component.adoc
+++ b/components/camel-cxf/src/main/docs/cxfrs-component.adoc
@@ -1,5 +1,7 @@
 ## CXF-RS Component
 
+*Available as of Camel version 2.0.0*
+
 The *cxfrs:* component provides integration with
 http://cxf.apache.org[Apache CXF] for connecting to JAX-RS 1.1 and 2.0
 services hosted in CXF.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-disruptor/src/main/docs/disruptor-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-disruptor/src/main/docs/disruptor-component.adoc b/components/camel-disruptor/src/main/docs/disruptor-component.adoc
index 7d67f52..d682cc4 100644
--- a/components/camel-disruptor/src/main/docs/disruptor-component.adoc
+++ b/components/camel-disruptor/src/main/docs/disruptor-component.adoc
@@ -1,6 +1,6 @@
 ## Disruptor Component
 
-*Available as of Camel 2.12*
+*Available as of Camel version 2.12.0*
 
 The *disruptor:* component provides asynchronous
 http://www.eecs.harvard.edu/~mdw/proj/seda/[SEDA] behavior much as the

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-dns/src/main/docs/dns-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-dns/src/main/docs/dns-component.adoc b/components/camel-dns/src/main/docs/dns-component.adoc
index 1b232d9..137846b 100644
--- a/components/camel-dns/src/main/docs/dns-component.adoc
+++ b/components/camel-dns/src/main/docs/dns-component.adoc
@@ -1,6 +1,6 @@
 ## DNS Component
 
-*Available as of Camel 2.7*
+*Available as of Camel version 2.7.0*
 
 This is an additional component for Camel to run DNS queries, using
 DNSJava. The component is a thin layer on top of

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-docker/src/main/docs/docker-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-docker/src/main/docs/docker-component.adoc b/components/camel-docker/src/main/docs/docker-component.adoc
index d0ab1f1..217c178 100644
--- a/components/camel-docker/src/main/docs/docker-component.adoc
+++ b/components/camel-docker/src/main/docs/docker-component.adoc
@@ -1,6 +1,6 @@
 ## Docker Component
 
-*Available as of Camel 2.15*
+*Available as of Camel version 2.15.0*
 
 Camel component for communicating with Docker.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-dozer/src/main/docs/dozer-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-dozer/src/main/docs/dozer-component.adoc b/components/camel-dozer/src/main/docs/dozer-component.adoc
index f891716..5a1204e 100644
--- a/components/camel-dozer/src/main/docs/dozer-component.adoc
+++ b/components/camel-dozer/src/main/docs/dozer-component.adoc
@@ -1,5 +1,7 @@
 ## Dozer Component
 
+*Available as of Camel version 2.15.0*
+
 The�*dozer:*�component provides the ability to map between Java beans
 using the http://camel.apache.org/dozer-type-conversion.html[Dozer]
 mapping framework since *Camel 2.15.0*. �Camel also supports the ability

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-drill/src/main/docs/drill-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-drill/src/main/docs/drill-component.adoc b/components/camel-drill/src/main/docs/drill-component.adoc
index 375aeb6..f434f1a 100644
--- a/components/camel-drill/src/main/docs/drill-component.adoc
+++ b/components/camel-drill/src/main/docs/drill-component.adoc
@@ -1,6 +1,6 @@
 ## Drill Component
 
-*Available as of Camel 2.18*
+*Available as of Camel version 2.19.0*
 
 The *drill:* component gives you the ability to querying to https://drill.apache.org/[Apache Drill Cluster]
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-dropbox/src/main/docs/dropbox-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-dropbox/src/main/docs/dropbox-component.adoc b/components/camel-dropbox/src/main/docs/dropbox-component.adoc
index 950890e..4c08dd2 100644
--- a/components/camel-dropbox/src/main/docs/dropbox-component.adoc
+++ b/components/camel-dropbox/src/main/docs/dropbox-component.adoc
@@ -1,6 +1,6 @@
 ## Dropbox Component
 
-*Available as of Camel 2.14*
+*Available as of Camel version 2.14.0*
 
 The *dropbox:* component allows you to treat
 https://www.dropbox.com[Dropbox]�remote folders as a producer or

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-ehcache/src/main/docs/ehcache-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ehcache/src/main/docs/ehcache-component.adoc b/components/camel-ehcache/src/main/docs/ehcache-component.adoc
index 5cec94a..e3a6f64 100644
--- a/components/camel-ehcache/src/main/docs/ehcache-component.adoc
+++ b/components/camel-ehcache/src/main/docs/ehcache-component.adoc
@@ -1,6 +1,6 @@
 ## Ehcache Component
 
-*Available as of Camel 2.18.x*
+*Available as of Camel version 2.18.0*
 
 The *ehcache*�component enables you to perform caching operations using
 Ehcache 3 as the Cache Implementation.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-ejb/src/main/docs/ejb-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ejb/src/main/docs/ejb-component.adoc b/components/camel-ejb/src/main/docs/ejb-component.adoc
index e807a0a..c28d94c 100644
--- a/components/camel-ejb/src/main/docs/ejb-component.adoc
+++ b/components/camel-ejb/src/main/docs/ejb-component.adoc
@@ -1,6 +1,6 @@
 ## EJB Component
 
-*Available as of Camel 2.4*
+*Available as of Camel version 2.4.0*
 
 The *ejb:* component binds EJBs to Camel message exchanges.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-elasticsearch/src/main/docs/elasticsearch-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-elasticsearch/src/main/docs/elasticsearch-component.adoc b/components/camel-elasticsearch/src/main/docs/elasticsearch-component.adoc
index ffa9e5e..fa08d70 100644
--- a/components/camel-elasticsearch/src/main/docs/elasticsearch-component.adoc
+++ b/components/camel-elasticsearch/src/main/docs/elasticsearch-component.adoc
@@ -1,6 +1,6 @@
 ## Elasticsearch Component
 
-*Available as of Camel 2.11*
+*Available as of Camel version 2.11.0*
 
 The ElasticSearch component allows you to interface with an
 http://elasticsearch.org[ElasticSearch] server.

http://git-wip-us.apache.org/repos/asf/camel/blob/3f030d05/components/camel-elasticsearch5/src/main/docs/elasticsearch5-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-elasticsearch5/src/main/docs/elasticsearch5-component.adoc b/components/camel-elasticsearch5/src/main/docs/elasticsearch5-component.adoc
index e6e41bc..cd2a085 100644
--- a/components/camel-elasticsearch5/src/main/docs/elasticsearch5-component.adoc
+++ b/components/camel-elasticsearch5/src/main/docs/elasticsearch5-component.adoc
@@ -1,6 +1,6 @@
 ## Elasticsearch5 Component
 
-*Available as of Camel 2.19*
+*Available as of Camel version 2.19.0*
 
 The ElasticSearch component allows you to interface with an
 https://www.elastic.co/products/elasticsearch[ElasticSearch] 5.x API.
@@ -144,4 +144,4 @@ https://www.elastic.co/guide/en/elasticsearch/client/java-api/current/java-api.h
 * link:configuring-camel.html[Configuring Camel]
 * link:component.html[Component]
 * link:endpoint.html[Endpoint]
-* link:getting-started.html[Getting Started]
+* link:getting-started.html[Getting Started]
\ No newline at end of file