Repository: camel
Updated Branches:
  refs/heads/master 61a8390a6 -> cf0b453a8


camel-reactor add first version


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

Branch: refs/heads/master
Commit: 6c0dd3ac38c9ad8761d451a83b5a00e7e746d44b
Parents: 61a8390
Author: Claus Ibsen <davscl...@apache.org>
Authored: Fri May 19 09:24:06 2017 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Fri May 19 09:24:13 2017 +0200

----------------------------------------------------------------------
 components/camel-reactor/pom.xml | 6 +++++-
 components/readme.adoc           | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/6c0dd3ac/components/camel-reactor/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-reactor/pom.xml b/components/camel-reactor/pom.xml
index 8371dee..9a2717f 100644
--- a/components/camel-reactor/pom.xml
+++ b/components/camel-reactor/pom.xml
@@ -31,7 +31,11 @@
     <description>Camel Reactor  Component</description>
 
     <properties>
-        
<camel.osgi.export.pkg>org.apache.camel.component.reactor.*</camel.osgi.export.pkg>
+      <!-- use by camel-catalog -->
+      <firstVersion>2.20.0</firstVersion>
+      <label>reactive,streams</label>
+
+      
<camel.osgi.export.pkg>org.apache.camel.component.reactor.*</camel.osgi.export.pkg>
     </properties>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/camel/blob/6c0dd3ac/components/readme.adoc
----------------------------------------------------------------------
diff --git a/components/readme.adoc b/components/readme.adoc
index 56f2c8f..d3e0644 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -956,7 +956,7 @@ Number of Miscellaneous Components: 37 in 37 JAR artifacts 
(14 deprecated)
 
 | link:camel-opentracing/src/main/docs/opentracing.adoc[OpenTracing] 
(camel-opentracing) | 2.19 | Distributed tracing using OpenTracing
 
-| link:camel-reactor/src/main/docs/reactor.adoc[Reactor] (camel-reactor) |  | 
Camel Reactor  Component
+| link:camel-reactor/src/main/docs/reactor.adoc[Reactor] (camel-reactor) | 
2.20 | Camel Reactor  Component
 
 | link:camel-ribbon/src/main/docs/ribbon.adoc[Ribbon] (camel-ribbon) | 2.18 | 
Using Netflix Ribbon for client side load balancing
 

Reply via email to