Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 32562D2D7 for ; Wed, 22 May 2013 11:55:54 +0000 (UTC) Received: (qmail 65702 invoked by uid 500); 22 May 2013 11:55:54 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 65605 invoked by uid 500); 22 May 2013 11:55:53 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 65587 invoked by uid 99); 22 May 2013 11:55:52 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 May 2013 11:55:52 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 979FC892E91; Wed, 22 May 2013 11:55:52 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davsclaus@apache.org To: commits@camel.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: CAMEL-5828: Fixed build problem Date: Wed, 22 May 2013 11:55:52 +0000 (UTC) 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 Authored: Wed May 22 13:55:45 2013 +0200 Committer: Claus Ibsen 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 @@ org.apache.camel - camel-parent + components 2.12-SNAPSHOT @@ -51,6 +51,7 @@ com.lmax disruptor + ${disruptor-version}