You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2013/12/26 05:39:17 UTC

[2/2] git commit: CAMEL-7090 Added camel-jgroups into release kit

CAMEL-7090 Added camel-jgroups 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/cf11eb18
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/cf11eb18
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/cf11eb18

Branch: refs/heads/master
Commit: cf11eb18353ae94104f27563ac4254c29724c0ea
Parents: fc3e936
Author: Willem Jiang <wi...@gmail.com>
Authored: Thu Dec 26 12:38:55 2013 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Thu Dec 26 12:38:55 2013 +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/cf11eb18/apache-camel/pom.xml
----------------------------------------------------------------------
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index 5d65635..5c087c4 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -285,6 +285,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-jgroups</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-jibx</artifactId>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/cf11eb18/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 f22feee..4752ed8 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -84,6 +84,7 @@
         <include>org.apache.camel:camel-jcr</include>
         <include>org.apache.camel:camel-jdbc</include>
         <include>org.apache.camel:camel-jetty</include>
+        <include>org.apache.camel:camel-jgroups</include>
         <include>org.apache.camel:camel-jibx</include>
         <include>org.apache.camel:camel-jing</include>
         <include>org.apache.camel:camel-jms</include>

http://git-wip-us.apache.org/repos/asf/camel/blob/cf11eb18/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 9971e0f..9596c10 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -821,6 +821,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-jgroups</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-jibx</artifactId>
         <version>${project.version}</version>
       </dependency>