Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4225F200D31 for ; Fri, 29 Sep 2017 12:38:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 40A131609C5; Fri, 29 Sep 2017 10:38:09 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 831971609EE for ; Fri, 29 Sep 2017 12:38:08 +0200 (CEST) Received: (qmail 36989 invoked by uid 500); 29 Sep 2017 10:38:07 -0000 Mailing-List: contact commits-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list commits@brooklyn.apache.org Received: (qmail 36911 invoked by uid 99); 29 Sep 2017 10:38:07 -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, 29 Sep 2017 10:38:07 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 768CFF5B78; Fri, 29 Sep 2017 10:38:07 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: m4rkmckenna@apache.org To: commits@brooklyn.apache.org Date: Fri, 29 Sep 2017 10:38:09 -0000 Message-Id: <3d91ef3df9a041e1a07910eb8a4ae452@git.apache.org> In-Reply-To: <6ed4eebb1dff44399c18c5754cfdeae2@git.apache.org> References: <6ed4eebb1dff44399c18c5754cfdeae2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/4] brooklyn-dist git commit: Use `mvn:` syntax with `brooklyn.libraries` to load OSGi bundles archived-at: Fri, 29 Sep 2017 10:38:09 -0000 Use `mvn:` syntax with `brooklyn.libraries` to load OSGi bundles Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/97769fd3 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/97769fd3 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/97769fd3 Branch: refs/heads/master Commit: 97769fd30383e845e79930ef48c92f56d9a6256c Parents: 4f4037e Author: Thomas Bouron Authored: Mon Sep 25 13:01:12 2017 +0200 Committer: Thomas Bouron Committed: Mon Sep 25 13:01:12 2017 +0200 ---------------------------------------------------------------------- karaf/config/src/main/resources/catalog/catalog-core.bom | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/97769fd3/karaf/config/src/main/resources/catalog/catalog-core.bom ---------------------------------------------------------------------- diff --git a/karaf/config/src/main/resources/catalog/catalog-core.bom b/karaf/config/src/main/resources/catalog/catalog-core.bom index 4d5e81e..87957e7 100644 --- a/karaf/config/src/main/resources/catalog/catalog-core.bom +++ b/karaf/config/src/main/resources/catalog/catalog-core.bom @@ -18,6 +18,6 @@ brooklyn.catalog: version: "0.13.0-SNAPSHOT" # BROOKLYN_VERSION - items: - - classpath://org.apache.brooklyn.karaf-init:0.13.0-SNAPSHOT:catalog.bom # BROOKLYN_VERSION - - classpath://org.apache.brooklyn.library-catalog:0.13.0-SNAPSHOT:catalog.bom # BROOKLYN_VERSION \ No newline at end of file + brooklyn.libraries: + - mvn:org.apache.brooklyn/brooklyn-karaf-init/0.13.0-SNAPSHOT # BROOKLYN_VERSION + - mvn:org.apache.brooklyn/brooklyn-library-catalog/0.13.0-SNAPSHOT # BROOKLYN_VERSION \ No newline at end of file