You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2015/07/18 11:09:39 UTC

[22/23] camel git commit: CAMEL-7982: Add camel-git to kit

CAMEL-7982: Add camel-git to kit


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

Branch: refs/heads/master
Commit: 382f75654322b34ef05ad60a08af2144be17230d
Parents: 3d15443
Author: Andrea Cosentino <an...@gmail.com>
Authored: Sat Jul 18 11:07:34 2015 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Sat Jul 18 11:08:17 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/382f7565/apache-camel/pom.xml
----------------------------------------------------------------------
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index 3b4ef6b..7dc0bb4 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -251,7 +251,11 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-geocoder</artifactId>
     </dependency>
-     <dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-git</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-github</artifactId>
     </dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/382f7565/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 0a37060..b2eb8db 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -76,6 +76,7 @@
         <include>org.apache.camel:camel-gae</include>
         <include>org.apache.camel:camel-ganglia</include>
         <include>org.apache.camel:camel-geocoder</include>
+        <include>org.apache.camel:camel-git</include>
         <include>org.apache.camel:camel-github</include>
         <include>org.apache.camel:camel-google-calendar</include>
         <include>org.apache.camel:camel-google-drive</include>

http://git-wip-us.apache.org/repos/asf/camel/blob/382f7565/components/pom.xml
----------------------------------------------------------------------
diff --git a/components/pom.xml b/components/pom.xml
index 298381d..ad84bdf 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -104,6 +104,7 @@
     <module>camel-gae</module>
     <module>camel-ganglia</module>
     <module>camel-geocoder</module>
+    <module>camel-git</module>
     <module>camel-github</module>
     <module>camel-google-calendar</module>
     <module>camel-google-drive</module>

http://git-wip-us.apache.org/repos/asf/camel/blob/382f7565/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 44dce47..08354d0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -869,6 +869,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-git</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-github</artifactId>
         <version>${project.version}</version>
       </dependency>