Repository: camel
Updated Branches:
  refs/heads/master 6763fa046 -> 6257c3cc5


Added camel-kura into release kit


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

Branch: refs/heads/master
Commit: 6257c3cc5d06526ac8cc9fe7c5687ca6fab12c39
Parents: 6763fa0
Author: Willem Jiang <willem.ji...@gmail.com>
Authored: Thu Mar 5 14:21:25 2015 +0800
Committer: Willem Jiang <willem.ji...@gmail.com>
Committed: Thu Mar 5 14:26:31 2015 +0800

----------------------------------------------------------------------
 apache-camel/pom.xml                             | 4 ++++
 apache-camel/src/main/descriptors/common-bin.xml | 1 +
 parent/pom.xml                                   | 5 +++++
 3 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/6257c3cc/apache-camel/pom.xml
----------------------------------------------------------------------
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index 6c7af7d..6cdb77f 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -448,6 +448,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-kura</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-lucene</artifactId>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/6257c3cc/apache-camel/src/main/descriptors/common-bin.xml
----------------------------------------------------------------------
diff --git a/apache-camel/src/main/descriptors/common-bin.xml 
b/apache-camel/src/main/descriptors/common-bin.xml
index 85bd33c..3e3ed65 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -123,6 +123,7 @@
         <include>org.apache.camel:camel-kafka</include>
         <include>org.apache.camel:camel-kestrel</include>
         <include>org.apache.camel:camel-krati</include>
+        <include>org.apache.camel:camel-kura</include>
         <include>org.apache.camel:camel-ldap</include>
         <include>org.apache.camel:camel-leveldb</include>
         
<include>org.apache.camel.component.linkedin:camel-linkedin-api</include>

http://git-wip-us.apache.org/repos/asf/camel/blob/6257c3cc/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 76a390f..b8b697e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1078,6 +1078,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-kura</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-lucene</artifactId>
         <version>${project.version}</version>
       </dependency>

Reply via email to