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/08/03 11:04:12 UTC

[6/6] git commit: CAMEL-4075 added camel-quartz2 into the release kit

CAMEL-4075 added camel-quartz2 into the release kit


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

Branch: refs/heads/master
Commit: c15a3fc1aeec7edc575d67f31b6a84118f6f80b3
Parents: 1fd5dbe
Author: Willem Jiang <ni...@apache.org>
Authored: Sat Aug 3 15:53:17 2013 +0800
Committer: Willem Jiang <ni...@apache.org>
Committed: Sat Aug 3 16:57:06 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/c15a3fc1/apache-camel/pom.xml
----------------------------------------------------------------------
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index 0680fab..d6100c5 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -416,6 +416,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-quartz2</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-quickfix</artifactId>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/c15a3fc1/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 db31116..02036b2 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -115,6 +115,7 @@
         <include>org.apache.camel:camel-printer</include>
         <include>org.apache.camel:camel-protobuf</include>
         <include>org.apache.camel:camel-quartz</include>
+        <include>org.apache.camel:camel-quartz2</include>
         <include>org.apache.camel:camel-quickfix</include>
         <include>org.apache.camel:camel-rabbitmq</include>
         <include>org.apache.camel:camel-restlet</include>

http://git-wip-us.apache.org/repos/asf/camel/blob/c15a3fc1/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 2c612e1..990056b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -946,6 +946,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-quartz2</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-quickfix</artifactId>
         <version>${project.version}</version>
       </dependency>