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 2015/04/10 09:12:03 UTC

[4/6] camel git commit: CAMEL-8614: Align mvn coordinate for Camel components for linkedin and olingo2

CAMEL-8614: Align mvn coordinate for Camel components for linkedin and olingo2


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

Branch: refs/heads/master
Commit: 7489cdd2253e092292c5d0ca55edb3b2f6ce3744
Parents: 086d31a
Author: Claus Ibsen <da...@apache.org>
Authored: Fri Apr 10 08:15:51 2015 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Fri Apr 10 08:15:51 2015 +0200

----------------------------------------------------------------------
 components/camel-olingo2/camel-olingo2-component/pom.xml | 1 +
 parent/pom.xml                                           | 5 +++++
 2 files changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/7489cdd2/components/camel-olingo2/camel-olingo2-component/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-olingo2/camel-olingo2-component/pom.xml b/components/camel-olingo2/camel-olingo2-component/pom.xml
index e6bcb88..ed37f55 100644
--- a/components/camel-olingo2/camel-olingo2-component/pom.xml
+++ b/components/camel-olingo2/camel-olingo2-component/pom.xml
@@ -67,6 +67,7 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-olingo2-api</artifactId>
+      <version>${project.version}</version>
       <classifier>javadoc</classifier>
       <scope>provided</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/7489cdd2/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 820101e..80159cc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1599,6 +1599,11 @@
         <version>${project.version}</version>
       </dependency>
       <dependency>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-commands-jolokia</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
         <groupId>org.apache.camel.karaf</groupId>
         <artifactId>camel-karaf-commands</artifactId>
         <version>${project.version}</version>