You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/11/01 16:06:39 UTC

[8/8] camel git commit: Add to release kit

Add to release kit


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

Branch: refs/heads/master
Commit: 586f1413ac4504db091a2ad01e67fd0180b2a3ee
Parents: 9b63843
Author: Claus Ibsen <da...@apache.org>
Authored: Tue Nov 1 12:02:47 2016 -0400
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Nov 1 12:02:47 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/camel/blob/586f1413/apache-camel/pom.xml
----------------------------------------------------------------------
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index fb0ff7e..aa42c84 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -123,6 +123,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-bonita</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-box</artifactId>
     </dependency>
     <dependency>
@@ -221,6 +225,10 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-dozer</artifactId>
     </dependency>
+     <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-drill</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-dropbox</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/586f1413/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 06f8c33..8528374 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -42,6 +42,7 @@
         <include>org.apache.camel:camel-beanstalk</include>
         <include>org.apache.camel:camel-bindy</include>
         <include>org.apache.camel:camel-blueprint</include>
+        <include>org.apache.camel:camel-bonita</include>
         <include>org.apache.camel:camel-boon</include>
         <include>org.apache.camel:camel-box</include>
         <include>org.apache.camel:camel-braintree</include>
@@ -68,7 +69,7 @@
         <include>org.apache.camel:camel-docker</include>
         <include>org.apache.camel:camel-dozer</include>
         <include>org.apache.camel:camel-drill</include>
-	<include>org.apache.camel:camel-dropbox</include>
+	    <include>org.apache.camel:camel-dropbox</include>
         <include>org.apache.camel:camel-eclipse</include>
         <include>org.apache.camel:camel-ehcache</include>
         <include>org.apache.camel:camel-ejb</include>
@@ -292,6 +293,7 @@
         <include>org.apache.camel:camel-beanstalk-starter</include>
         <include>org.apache.camel:camel-bean-validator-starter</include>
         <include>org.apache.camel:camel-bindy-starter</include>
+        <include>org.apache.camel:camel-bonita-starter</include>
         <include>org.apache.camel:camel-boon-starter</include>
         <include>org.apache.camel:camel-box-starter</include>
         <include>org.apache.camel:camel-braintree-starter</include>
@@ -317,6 +319,7 @@
         <include>org.apache.camel:camel-dns-starter</include>
         <include>org.apache.camel:camel-docker-starter</include>
         <include>org.apache.camel:camel-dozer-starter</include>
+        <include>org.apache.camel:camel-drill-starter</include>
         <include>org.apache.camel:camel-dropbox-starter</include>
         <include>org.apache.camel:camel-eclipse-starter</include>
         <include>org.apache.camel:camel-ehcache-starter</include>

http://git-wip-us.apache.org/repos/asf/camel/blob/586f1413/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index f3e9754..9600420 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -813,6 +813,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-bonita</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-boon</artifactId>
         <version>${project.version}</version>
       </dependency>
@@ -954,6 +959,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-drill</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-eclipse</artifactId>
         <version>${project.version}</version>
       </dependency>
@@ -2056,6 +2066,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-bonita-starter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-boon-starter</artifactId>
         <version>${project.version}</version>
       </dependency>
@@ -2186,6 +2201,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-drill-starter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-eclipse-starter</artifactId>
         <version>${project.version}</version>
       </dependency>