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 EA93A10612 for ; Tue, 17 Sep 2013 09:44:00 +0000 (UTC) Received: (qmail 8966 invoked by uid 500); 17 Sep 2013 09:44:00 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 8924 invoked by uid 500); 17 Sep 2013 09:43:59 -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 8915 invoked by uid 99); 17 Sep 2013 09:43:59 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Sep 2013 09:43:59 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A9AE290698C; Tue, 17 Sep 2013 09:43:58 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: cmueller@apache.org To: commits@camel.apache.org Message-Id: <322ba5dd347242ad9fb7f1c09cb63ee9@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: CAMEL-6761: Upgrade to restlet 2.1.4 Date: Tue, 17 Sep 2013 09:43:58 +0000 (UTC) Updated Branches: refs/heads/master fa1f8ef6e -> 8207486b0 CAMEL-6761: Upgrade to restlet 2.1.4 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8207486b Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8207486b Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/8207486b Branch: refs/heads/master Commit: 8207486b0c4afd1b30c460ef6f88e738fecb77ba Parents: fa1f8ef Author: cmueller Authored: Tue Sep 17 11:42:47 2013 +0200 Committer: cmueller Committed: Tue Sep 17 11:43:51 2013 +0200 ---------------------------------------------------------------------- platforms/karaf/features/src/main/resources/features.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/8207486b/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 93e3f09..213fa79 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -750,7 +750,7 @@ camel-core - wrap:mvn:http://maven.restlet.org!org.restlet.jse/org.restlet/${restlet-version} + mvn:http://maven.restlet.org!org.restlet.osgi/org.restlet/${restlet-version} mvn:org.apache.camel/camel-restlet/${project.version}