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 4D270200CD6 for ; Mon, 31 Jul 2017 15:59:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4B8B11653AC; Mon, 31 Jul 2017 13:59:15 +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 8F5E31653A5 for ; Mon, 31 Jul 2017 15:59:14 +0200 (CEST) Received: (qmail 98783 invoked by uid 500); 31 Jul 2017 13:59:13 -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 98773 invoked by uid 99); 31 Jul 2017 13:59:13 -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; Mon, 31 Jul 2017 13:59:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D29BAE04AA; Mon, 31 Jul 2017 13:59:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: drigodwin@apache.org To: commits@brooklyn.apache.org Date: Mon, 31 Jul 2017 13:59:12 -0000 Message-Id: <0e703ba549a64b1ab532c5f71f24fb50@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] brooklyn-dist git commit: Fix build warnings archived-at: Mon, 31 Jul 2017 13:59:15 -0000 Repository: brooklyn-dist Updated Branches: refs/heads/master f897e4829 -> 80d8be698 Fix build warnings Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/b0b995ea Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/b0b995ea Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/b0b995ea Branch: refs/heads/master Commit: b0b995ea7621b2e0d4b60f3cee2b5f8f0919bdfb Parents: 404c8c1 Author: Sam Corbett Authored: Fri Jul 28 11:35:52 2017 +0100 Committer: Sam Corbett Committed: Fri Jul 28 11:35:52 2017 +0100 ---------------------------------------------------------------------- karaf/config/pom.xml | 1 + karaf/itest/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/b0b995ea/karaf/config/pom.xml ---------------------------------------------------------------------- diff --git a/karaf/config/pom.xml b/karaf/config/pom.xml index bef4510..4c59501 100644 --- a/karaf/config/pom.xml +++ b/karaf/config/pom.xml @@ -21,6 +21,7 @@ org.codehaus.mojo build-helper-maven-plugin + 3.0.0 attach-artifact http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/b0b995ea/karaf/itest/pom.xml ---------------------------------------------------------------------- diff --git a/karaf/itest/pom.xml b/karaf/itest/pom.xml index cca593b..6bed538 100644 --- a/karaf/itest/pom.xml +++ b/karaf/itest/pom.xml @@ -213,7 +213,7 @@ brooklyn-core ${project.version} tests - tests + test ${project.groupId}