Repository: camel
Updated Branches:
  refs/heads/master 33a667108 -> fa7d80731


remove duplicate "Available as of Camel version" entries from component 
asciidoc files


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

Branch: refs/heads/master
Commit: fa7d80731455f94c5e30e9dd75d3771369d2ef68
Parents: 33a6671
Author: Pascal Schumacher <pascalschumac...@gmx.net>
Authored: Fri Feb 3 17:43:15 2017 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Fri Feb 3 20:32:24 2017 +0100

----------------------------------------------------------------------
 components/camel-jgroups/src/main/docs/jgroups-component.adoc      | 2 --
 components/camel-metrics/src/main/docs/metrics-component.adoc      | 2 --
 components/camel-mllp/src/main/docs/mllp-component.adoc            | 2 --
 components/camel-nats/src/main/docs/nats-component.adoc            | 2 --
 components/camel-protobuf/src/main/docs/protobuf-dataformat.adoc   | 2 --
 components/camel-spark/src/main/docs/spark-component.adoc          | 2 --
 .../camel-spring-ldap/src/main/docs/spring-ldap-component.adoc     | 2 --
 components/camel-tarfile/src/main/docs/tarfile-dataformat.adoc     | 2 --
 components/camel-zipfile/src/main/docs/zipfile-dataformat.adoc     | 2 --
 9 files changed, 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/fa7d8073/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 b718276..76eba0f 100644
--- a/components/camel-jgroups/src/main/docs/jgroups-component.adoc
+++ b/components/camel-jgroups/src/main/docs/jgroups-component.adoc
@@ -2,8 +2,6 @@
 
 *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
 communication. The *jgroups:* component provides exchange of messages
 between Camel infrastructure and http://jgroups.org[JGroups] clusters.

http://git-wip-us.apache.org/repos/asf/camel/blob/fa7d8073/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 0914987..99f2444 100644
--- a/components/camel-metrics/src/main/docs/metrics-component.adoc
+++ b/components/camel-metrics/src/main/docs/metrics-component.adoc
@@ -11,8 +11,6 @@ endif::[]
 
 ### Metrics Component
 
-*Available as of Camel 2.14*
-
 The **metrics:** component allows to collect various metrics directly
 from Camel routes. Supported metric types
 are link:#MetricsComponent-counter[counter], 
link:#MetricsComponent-histogram[histogram],

http://git-wip-us.apache.org/repos/asf/camel/blob/fa7d8073/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 157858f..916103f 100644
--- a/components/camel-mllp/src/main/docs/mllp-component.adoc
+++ b/components/camel-mllp/src/main/docs/mllp-component.adoc
@@ -2,8 +2,6 @@
 
 *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
 MLLP protocol and provide the functionality required by Healthcare
 providers to communicate with other systems using the MLLP protocol.

http://git-wip-us.apache.org/repos/asf/camel/blob/fa7d8073/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 1dbca4c..ccdb653 100644
--- a/components/camel-nats/src/main/docs/nats-component.adoc
+++ b/components/camel-nats/src/main/docs/nats-component.adoc
@@ -2,8 +2,6 @@
 
 *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.
 
 Maven users will need to add the following dependency to

http://git-wip-us.apache.org/repos/asf/camel/blob/fa7d8073/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 d594d06..29539b2 100644
--- a/components/camel-protobuf/src/main/docs/protobuf-dataformat.adoc
+++ b/components/camel-protobuf/src/main/docs/protobuf-dataformat.adoc
@@ -7,8 +7,6 @@ Protobuf - Protocol Buffers
 
 "Protocol Buffers - Google's data interchange format"
 
-INFO: Available from Camel 2.2
-
 Camel provides a link:data-format.html[Data Format] to serialse between
 Java and the Protocol Buffer protocol. The project's site details why
 you may wish to

http://git-wip-us.apache.org/repos/asf/camel/blob/fa7d8073/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 f7c170b..6f060e2 100644
--- a/components/camel-spark/src/main/docs/spark-component.adoc
+++ b/components/camel-spark/src/main/docs/spark-component.adoc
@@ -2,8 +2,6 @@
 
 *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
 Spark] component for the Apache Camel. The main purpose of the Spark
 integration with Camel is to provide a bridge between Camel connectors

http://git-wip-us.apache.org/repos/asf/camel/blob/fa7d8073/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 4db84ee..2c5e126 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
@@ -2,8 +2,6 @@
 
 *Available as of Camel version 2.11.0*
 
-*Available since Camel 2.11*
-
 The *spring-ldap:* component provides a Camel wrapper for
 http://www.springsource.org/ldap[Spring LDAP].
 

http://git-wip-us.apache.org/repos/asf/camel/blob/fa7d8073/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 ae1d5c2..f337d9c 100644
--- a/components/camel-tarfile/src/main/docs/tarfile-dataformat.adoc
+++ b/components/camel-tarfile/src/main/docs/tarfile-dataformat.adoc
@@ -2,8 +2,6 @@
 
 *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
 and de-compression format. Messages can be marshalled (compressed) to
 Tar Files containing a single entry, and Tar Files containing a single

http://git-wip-us.apache.org/repos/asf/camel/blob/fa7d8073/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 47f0f64..74c7d0b 100644
--- a/components/camel-zipfile/src/main/docs/zipfile-dataformat.adoc
+++ b/components/camel-zipfile/src/main/docs/zipfile-dataformat.adoc
@@ -2,8 +2,6 @@
 
 *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
 and de-compression format. Messages can be marshalled (compressed) to
 Zip files containing a single entry, and Zip files containing a single

Reply via email to