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 0F3FA200BD9 for ; Thu, 24 Nov 2016 13:52:30 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0DEA5160B11; Thu, 24 Nov 2016 12:52:30 +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 617C8160B1E for ; Thu, 24 Nov 2016 13:52:29 +0100 (CET) Received: (qmail 41827 invoked by uid 500); 24 Nov 2016 12:52:28 -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 41785 invoked by uid 99); 24 Nov 2016 12:52:28 -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; Thu, 24 Nov 2016 12:52:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4840FDFCC7; Thu, 24 Nov 2016 12:52:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: geomacy@apache.org To: commits@brooklyn.apache.org Date: Thu, 24 Nov 2016 12:52:28 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] brooklyn-server git commit: Upgrade rat plugin version archived-at: Thu, 24 Nov 2016 12:52:30 -0000 Repository: brooklyn-server Updated Branches: refs/heads/master 5897dab34 -> 5eb63b760 Upgrade rat plugin version Version 0.12 adds the option to dump licence violations to the console. Also removes the unused rat-check profile, the plugin is already included in the default build in build/plugins. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/3532db70 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/3532db70 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/3532db70 Branch: refs/heads/master Commit: 3532db7047243a729853b4e9c6e23a5f062001a0 Parents: a569463 Author: Svetoslav Neykov Authored: Thu Nov 24 10:42:43 2016 +0200 Committer: Svetoslav Neykov Committed: Thu Nov 24 10:42:43 2016 +0200 ---------------------------------------------------------------------- karaf/pom.xml | 3 +++ parent/pom.xml | 23 ++--------------------- 2 files changed, 5 insertions(+), 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/3532db70/karaf/pom.xml ---------------------------------------------------------------------- diff --git a/karaf/pom.xml b/karaf/pom.xml index 5769029..d4024bd 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -146,7 +146,10 @@ org.apache.rat apache-rat-plugin + + 0.12 + true sandbox/** http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/3532db70/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index c19d44e..7ce9d03 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -727,7 +727,7 @@ org.apache.rat apache-rat-plugin - 0.11 + 0.12 @@ -1025,6 +1025,7 @@ + true - rat-check - - - - org.apache.rat - apache-rat-plugin - - - rat-check - verify - - check - - - - - - - - eclipse-compiler