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 2014/03/21 12:40:39 UTC

git commit: CAMEL-7316 Added camel-ws into release kit

Repository: camel
Updated Branches:
  refs/heads/master ea14af002 -> 459cf47fe


CAMEL-7316  Added camel-ws 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/459cf47f
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/459cf47f
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/459cf47f

Branch: refs/heads/master
Commit: 459cf47fedd05c2eb517855567cf9665523469a4
Parents: ea14af0
Author: Willem Jiang <wi...@gmail.com>
Authored: Fri Mar 21 19:40:07 2014 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Fri Mar 21 19:40:07 2014 +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/459cf47f/apache-camel/pom.xml
----------------------------------------------------------------------
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index c938b91..d61eb3d 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -648,6 +648,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-ws</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-xmlbeans</artifactId>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/459cf47f/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 b29b384..ee39c06 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -173,6 +173,7 @@
         <include>org.apache.camel:camel-vertx</include>
         <include>org.apache.camel:camel-weather</include>
         <include>org.apache.camel:camel-websocket</include>
+        <include>org.apache.camel:camel-ws</include>
         <include>org.apache.camel:camel-xmlbeans</include>
         <include>org.apache.camel:camel-xmljson</include>
         <include>org.apache.camel:camel-xmlrpc</include>

http://git-wip-us.apache.org/repos/asf/camel/blob/459cf47f/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 8a2bd3f..c4eb85e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1269,6 +1269,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-ws</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-xmlbeans</artifactId>
         <version>${project.version}</version>
       </dependency>