Return-Path: X-Original-To: apmail-brooklyn-commits-archive@minotaur.apache.org Delivered-To: apmail-brooklyn-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7627C174CE for ; Tue, 2 Jun 2015 23:58:16 +0000 (UTC) Received: (qmail 53100 invoked by uid 500); 2 Jun 2015 23:31:35 -0000 Delivered-To: apmail-brooklyn-commits-archive@brooklyn.apache.org Received: (qmail 53078 invoked by uid 500); 2 Jun 2015 23:31:35 -0000 Mailing-List: contact commits-help@brooklyn.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.incubator.apache.org Delivered-To: mailing list commits@brooklyn.incubator.apache.org Received: (qmail 53069 invoked by uid 99); 2 Jun 2015 23:31:35 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jun 2015 23:31:35 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 23AD11A43DC for ; Tue, 2 Jun 2015 23:31:35 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.771 X-Spam-Level: * X-Spam-Status: No, score=1.771 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id pHa8qOMXy23n for ; Tue, 2 Jun 2015 23:31:28 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id CEB1520C4B for ; Tue, 2 Jun 2015 23:31:27 +0000 (UTC) Received: (qmail 52797 invoked by uid 99); 2 Jun 2015 23:31:27 -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; Tue, 02 Jun 2015 23:31:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F3F5CE042E; Tue, 2 Jun 2015 23:31:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: heneveld@apache.org To: commits@brooklyn.incubator.apache.org Date: Tue, 02 Jun 2015 23:31:28 -0000 Message-Id: <6ea554d059844ab7b4dbfd096721a99b@git.apache.org> In-Reply-To: <2646ee54fa2f4a54bc027994621518df@git.apache.org> References: <2646ee54fa2f4a54bc027994621518df@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/4] incubator-brooklyn git commit: This closes #674 This closes #674 Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/645f8e63 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/645f8e63 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/645f8e63 Branch: refs/heads/master Commit: 645f8e636826b76156b0507ca31053461dd71dab Parents: 54af993 5954ecd Author: Alex Heneveld Authored: Wed Jun 3 01:12:33 2015 +0200 Committer: Alex Heneveld Committed: Wed Jun 3 01:12:33 2015 +0200 ---------------------------------------------------------------------- pom.xml | 153 ++++++++++--------- usage/dist/pom.xml | 2 - .../main/config/build-distribution-archive.xml | 1 + .../src/main/config/build-distribution-dir.xml | 1 + usage/downstream-parent/pom.xml | 130 +++++++++------- .../brooklyn/util/maven/MavenArtifactTest.java | 8 +- 6 files changed, 156 insertions(+), 139 deletions(-) ----------------------------------------------------------------------