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 DB72D10F51 for ; Fri, 10 Apr 2015 07:12:00 +0000 (UTC) Received: (qmail 86896 invoked by uid 500); 10 Apr 2015 07:12:00 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 86830 invoked by uid 500); 10 Apr 2015 07:12:00 -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 86539 invoked by uid 99); 10 Apr 2015 07:12:00 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Apr 2015 07:12:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8CC8EE03A7; Fri, 10 Apr 2015 07:12:00 +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 Date: Fri, 10 Apr 2015 07:12:05 -0000 Message-Id: <2301fd00b0084ef89e0f16e4599a92c7@git.apache.org> In-Reply-To: <5e028176605f40c08acc360a1437303a@git.apache.org> References: <5e028176605f40c08acc360a1437303a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [6/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/1a14e18a Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/1a14e18a Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/1a14e18a Branch: refs/heads/master Commit: 1a14e18a99257af52b0451bf78d783e22abe341d Parents: 792764d Author: Claus Ibsen Authored: Fri Apr 10 09:14:45 2015 +0200 Committer: Claus Ibsen Committed: Fri Apr 10 09:14:45 2015 +0200 ---------------------------------------------------------------------- platforms/karaf/features/src/main/resources/features.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/1a14e18a/platforms/karaf/features/src/main/resources/features.xml ---------------------------------------------------------------------- diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index 044ea20..5574112 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -918,8 +918,8 @@ mvn:commons-collections/commons-collections/${commons-collections-version} mvn:commons-codec/commons-codec/${commons-codec-version} wrap:mvn:net.sourceforge.nekohtml/nekohtml/1.9.21 - mvn:org.apache.camel.linkedin/camel-linkedin-api/${project.version} - mvn:org.apache.camel.linkedin/camel-linkedin/${project.version} + mvn:org.apache.camel/camel-linkedin-api/${project.version} + mvn:org.apache.camel/camel-linkedin/${project.version} mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xalan/${xalan-bundle-version} mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xerces/${xerces-bundle-version} mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xmlresolver/${xmlresolver-bundle-version}