Updated Branches:
  refs/heads/master 56f3418a0 -> d2b485989

CAMEL-5828: Fixed build problem


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

Branch: refs/heads/master
Commit: d2b48598950e283fc18b0208013fa0e55c5e6245
Parents: 56f3418
Author: Claus Ibsen <davscl...@apache.org>
Authored: Wed May 22 13:55:45 2013 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Wed May 22 13:55:45 2013 +0200

----------------------------------------------------------------------
 components/camel-disruptor/pom.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/d2b48598/components/camel-disruptor/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-disruptor/pom.xml 
b/components/camel-disruptor/pom.xml
index 2682240..b5eaa45 100644
--- a/components/camel-disruptor/pom.xml
+++ b/components/camel-disruptor/pom.xml
@@ -23,7 +23,7 @@
 
     <parent>
         <groupId>org.apache.camel</groupId>
-        <artifactId>camel-parent</artifactId>
+        <artifactId>components</artifactId>
         <version>2.12-SNAPSHOT</version>
     </parent>
 
@@ -51,6 +51,7 @@
         <dependency>
             <groupId>com.lmax</groupId>
             <artifactId>disruptor</artifactId>
+            <version>${disruptor-version}</version>
         </dependency>
 
         <!-- Test dependencies -->

Reply via email to