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 5CD2D200BE9 for ; Mon, 26 Dec 2016 12:40:34 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5A5E2160B3B; Mon, 26 Dec 2016 11:40:34 +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 7E502160B2A for ; Mon, 26 Dec 2016 12:40:33 +0100 (CET) Received: (qmail 48777 invoked by uid 500); 26 Dec 2016 11:40:32 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 48769 invoked by uid 99); 26 Dec 2016 11:40:32 -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, 26 Dec 2016 11:40:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9C9D5DFB93; Mon, 26 Dec 2016 11:40:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: cdutz@apache.org To: commits@flex.apache.org Message-Id: <968c8c4652ed4641b14483af3a7c87d2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: [flex-falcon] [refs/heads/feature-autobuild/cleanup] - Set the sonar modulekey for each module Date: Mon, 26 Dec 2016 11:40:32 +0000 (UTC) archived-at: Mon, 26 Dec 2016 11:40:34 -0000 Repository: flex-falcon Updated Branches: refs/heads/feature-autobuild/cleanup dc845c6ef -> acba5bf54 Set the sonar modulekey for each module Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/acba5bf5 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/acba5bf5 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/acba5bf5 Branch: refs/heads/feature-autobuild/cleanup Commit: acba5bf549b7dc63ba48577c52e76a452f337cf4 Parents: dc845c6 Author: Christofer Dutz Authored: Mon Dec 26 12:40:28 2016 +0100 Committer: Christofer Dutz Committed: Mon Dec 26 12:40:28 2016 +0100 ---------------------------------------------------------------------- compiler-jx/pom.xml | 3 ++- compiler-test-utils/pom.xml | 3 ++- compiler/pom.xml | 3 ++- debugger/pom.xml | 3 ++- flex-compiler-oem/pom.xml | 3 ++- flexjs-ant-tasks/pom.xml | 3 ++- flexjs-maven-plugin/pom.xml | 3 ++- pom.xml | 3 ++- 8 files changed, 16 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/acba5bf5/compiler-jx/pom.xml ---------------------------------------------------------------------- diff --git a/compiler-jx/pom.xml b/compiler-jx/pom.xml index dc3b7a2..dca5980 100644 --- a/compiler-jx/pom.xml +++ b/compiler-jx/pom.xml @@ -32,7 +32,8 @@ Apache Flex - FlexJS: Compiler: Compiler-JX - org.apache.flex.flexjs.compiler:compiler-jx:cleanup-branch + org.apache.flex.flexjs.compiler:compiler-jx-cleanup + Apache Flex - FlexJS: Compiler: Compiler-JX (cleanup) http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/acba5bf5/compiler-test-utils/pom.xml ---------------------------------------------------------------------- diff --git a/compiler-test-utils/pom.xml b/compiler-test-utils/pom.xml index a65cce4..a4877e4 100644 --- a/compiler-test-utils/pom.xml +++ b/compiler-test-utils/pom.xml @@ -35,7 +35,8 @@ - org.apache.flex.flexjs.compiler:compiler-test-utils:cleanup-branch + org.apache.flex.flexjs.compiler:compiler-test-utils-cleanup + Apache Flex - FlexJS: Compiler: Test Utils (cleanup) http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/acba5bf5/compiler/pom.xml ---------------------------------------------------------------------- diff --git a/compiler/pom.xml b/compiler/pom.xml index 60ca75a..6f10e67 100644 --- a/compiler/pom.xml +++ b/compiler/pom.xml @@ -33,7 +33,8 @@ The Apache Flex Falcon Compiler - org.apache.flex.flexjs.compiler:compiler:cleanup-branch + org.apache.flex.flexjs.compiler:compiler-cleanup + Apache Flex - FlexJS: Compiler: Compiler (cleanup) http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/acba5bf5/debugger/pom.xml ---------------------------------------------------------------------- diff --git a/debugger/pom.xml b/debugger/pom.xml index 3e51a46..32ce3c3 100644 --- a/debugger/pom.xml +++ b/debugger/pom.xml @@ -32,7 +32,8 @@ Apache Flex - FlexJS: Compiler: Debugger - org.apache.flex.flexjs.compiler:debugger:cleanup-branch + org.apache.flex.flexjs.compiler:debugger-cleanup + Apache Flex - FlexJS: Compiler: Debugger (cleanup) http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/acba5bf5/flex-compiler-oem/pom.xml ---------------------------------------------------------------------- diff --git a/flex-compiler-oem/pom.xml b/flex-compiler-oem/pom.xml index d2ed03c..4c9c7c6 100644 --- a/flex-compiler-oem/pom.xml +++ b/flex-compiler-oem/pom.xml @@ -32,7 +32,8 @@ Apache Flex - FlexJS: Compiler: OEM Layer - org.apache.flex.flexjs.compiler:flex-compiler-oem:cleanup-branch + org.apache.flex.flexjs.compiler:flex-compiler-oem-cleanup + Apache Flex - FlexJS: Compiler: OEM Layer (cleanup) http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/acba5bf5/flexjs-ant-tasks/pom.xml ---------------------------------------------------------------------- diff --git a/flexjs-ant-tasks/pom.xml b/flexjs-ant-tasks/pom.xml index 99354c6..0d3c54a 100644 --- a/flexjs-ant-tasks/pom.xml +++ b/flexjs-ant-tasks/pom.xml @@ -32,7 +32,8 @@ Apache Flex - FlexJS: FlexJS Ant Tasks - org.apache.flex.flexjs.compiler:flexjs-ant-tasks:cleanup-branch + org.apache.flex.flexjs.compiler:flexjs-ant-tasks-cleanup + Apache Flex - FlexJS: FlexJS Ant Tasks (cleanup) http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/acba5bf5/flexjs-maven-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/flexjs-maven-plugin/pom.xml b/flexjs-maven-plugin/pom.xml index b9df8e9..cfb09d4 100644 --- a/flexjs-maven-plugin/pom.xml +++ b/flexjs-maven-plugin/pom.xml @@ -34,7 +34,8 @@ 3.3.1 - org.apache.flex.flexjs.compiler:flexjs-maven-plugin:cleanup-branch + org.apache.flex.flexjs.compiler:flexjs-maven-plugin-cleanup + Apache Flex - FlexJS: FlexJS Maven Plugin (cleanup) http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/acba5bf5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1c03998..f49e3d0 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,8 @@ 1.0.0 1.0.0 - org.apache.flex.flexjs.compiler:flexjs-compiler-parent:cleanup-branch + org.apache.flex.flexjs.compiler:flexjs-compiler-cleanup + Apache Flex - FlexJS: Compiler: Parent (cleanup) https://builds.apache.org/analysis