From commits-return-7606-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Tue Feb 12 20:01:49 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 24D4C18073C for ; Tue, 12 Feb 2019 21:01:47 +0100 (CET) Received: (qmail 80481 invoked by uid 500); 12 Feb 2019 20:01:47 -0000 Mailing-List: contact commits-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list commits@zookeeper.apache.org Received: (qmail 80470 invoked by uid 99); 12 Feb 2019 20:01:47 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2019 20:01:47 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 71380829D4; Tue, 12 Feb 2019 20:01:46 +0000 (UTC) Date: Tue, 12 Feb 2019 20:01:46 +0000 To: "commits@zookeeper.apache.org" Subject: [zookeeper] branch master updated: ZOOKEEPER-3275: Fix release targets: package, tar, mvn-deploy MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155000170631.11992.12881034112940916148@gitbox.apache.org> From: andor@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: zookeeper X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: bc5083f85a72837d9cf5b32b82eecc6d0c06a35c X-Git-Newrev: f3f7c79bb1fd4c03d557948199cd1ce363668bfa X-Git-Rev: f3f7c79bb1fd4c03d557948199cd1ce363668bfa X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. andor pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git The following commit(s) were added to refs/heads/master by this push: new f3f7c79 ZOOKEEPER-3275: Fix release targets: package, tar, mvn-deploy f3f7c79 is described below commit f3f7c79bb1fd4c03d557948199cd1ce363668bfa Author: Andor Molnar AuthorDate: Tue Feb 12 21:01:41 2019 +0100 ZOOKEEPER-3275: Fix release targets: package, tar, mvn-deploy Fixed recipes and contrib path names for package and tar targets. Author: Andor Molnar Reviewers: andor@apache.org Closes #817 from anmolnar/ZOOKEEPER-3275 and squashes the following commits: 64db892af [Andor Molnar] ZOOKEEPER-3275. Fixed bin-package target e8ad3d483 [Andor Molnar] ZOOKEEPER-3275. Added pom.xml to tar file, fixed mvn-deploy task 6667c2ff0 [Andor Molnar] ZOOKEEPER-3275. Updated release audit warnings exlcudes 5abf3b444 [Andor Molnar] ZOOKEEPER-3275. Fixed path of contrib and docs project 4e97ae8a7 [Andor Molnar] ZOOKEEPER-3275. Fixed recipes folders in ant package target --- build.xml | 110 ++++++++++----------- zookeeper-contrib/build-contrib.xml | 6 +- .../zookeeper-contrib-fatjar/build.xml | 10 +- .../zookeeper-contrib-loggraph/build.xml | 6 +- zookeeper-contrib/zookeeper-contrib-rest/build.xml | 8 +- .../zookeeper-contrib-zkfuse/build.xml | 4 +- .../zookeeper-contrib-zkperl/build.xml | 4 +- .../zookeeper-contrib-zkpython/build.xml | 4 +- .../zookeeper-contrib-zktreeutil/build.xml | 4 +- .../zookeeper-contrib-zooinspector/build.xml | 14 +-- zookeeper-recipes/build-recipes.xml | 4 +- .../zookeeper-recipes-election/build.xml | 10 +- zookeeper-recipes/zookeeper-recipes-lock/build.xml | 14 +-- .../zookeeper-recipes-queue/build.xml | 14 +-- 14 files changed, 106 insertions(+), 106 deletions(-) diff --git a/build.xml b/build.xml index e28839b..fec8a77 100644 --- a/build.xml +++ b/build.xml @@ -793,12 +793,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant"> description="Build distribution"> - - - - - @@ -862,7 +857,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant"> - + @@ -878,9 +873,10 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant"> + - + @@ -888,13 +884,14 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant"> + - + @@ -910,9 +907,6 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant"> - - - @@ -1006,15 +1000,23 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant"> - - + + + + + + + + + + - + - + @@ -1031,7 +1033,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant"> however that's the only way ant currently supports afaik --> - + @@ -1049,7 +1051,7 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant"> - + @@ -1747,48 +1749,46 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/zookeeper-contrib/build-contrib.xml b/zookeeper-contrib/build-contrib.xml index d30a773..70bb864 100644 --- a/zookeeper-contrib/build-contrib.xml +++ b/zookeeper-contrib/build-contrib.xml @@ -32,7 +32,7 @@ - + @@ -144,8 +144,8 @@ - - + diff --git a/zookeeper-contrib/zookeeper-contrib-fatjar/build.xml b/zookeeper-contrib/zookeeper-contrib-fatjar/build.xml index 279cb22..3a1dd95 100644 --- a/zookeeper-contrib/zookeeper-contrib-fatjar/build.xml +++ b/zookeeper-contrib/zookeeper-contrib-fatjar/build.xml @@ -54,15 +54,15 @@ - + - - + + - - + + diff --git a/zookeeper-contrib/zookeeper-contrib-loggraph/build.xml b/zookeeper-contrib/zookeeper-contrib-loggraph/build.xml index 8ef1066..07809ff 100644 --- a/zookeeper-contrib/zookeeper-contrib-loggraph/build.xml +++ b/zookeeper-contrib/zookeeper-contrib-loggraph/build.xml @@ -58,10 +58,10 @@ - + - - + + diff --git a/zookeeper-contrib/zookeeper-contrib-rest/build.xml b/zookeeper-contrib/zookeeper-contrib-rest/build.xml index 3a347de..f9cade6 100644 --- a/zookeeper-contrib/zookeeper-contrib-rest/build.xml +++ b/zookeeper-contrib/zookeeper-contrib-rest/build.xml @@ -50,16 +50,16 @@ - - + + - + - + diff --git a/zookeeper-contrib/zookeeper-contrib-zkfuse/build.xml b/zookeeper-contrib/zookeeper-contrib-zkfuse/build.xml index f589453..7104004 100644 --- a/zookeeper-contrib/zookeeper-contrib-zkfuse/build.xml +++ b/zookeeper-contrib/zookeeper-contrib-zkfuse/build.xml @@ -52,8 +52,8 @@ - - + + diff --git a/zookeeper-contrib/zookeeper-contrib-zkperl/build.xml b/zookeeper-contrib/zookeeper-contrib-zkperl/build.xml index 0c7207d..84fa4c2 100644 --- a/zookeeper-contrib/zookeeper-contrib-zkperl/build.xml +++ b/zookeeper-contrib/zookeeper-contrib-zkperl/build.xml @@ -52,8 +52,8 @@ - - + + diff --git a/zookeeper-contrib/zookeeper-contrib-zkpython/build.xml b/zookeeper-contrib/zookeeper-contrib-zkpython/build.xml index 82ff902..c229dee 100644 --- a/zookeeper-contrib/zookeeper-contrib-zkpython/build.xml +++ b/zookeeper-contrib/zookeeper-contrib-zkpython/build.xml @@ -87,8 +87,8 @@ - - + + diff --git a/zookeeper-contrib/zookeeper-contrib-zktreeutil/build.xml b/zookeeper-contrib/zookeeper-contrib-zktreeutil/build.xml index 809d134..7ff6749 100644 --- a/zookeeper-contrib/zookeeper-contrib-zktreeutil/build.xml +++ b/zookeeper-contrib/zookeeper-contrib-zktreeutil/build.xml @@ -52,8 +52,8 @@ - - + + diff --git a/zookeeper-contrib/zookeeper-contrib-zooinspector/build.xml b/zookeeper-contrib/zookeeper-contrib-zooinspector/build.xml index 68ea9f7..7290b18 100644 --- a/zookeeper-contrib/zookeeper-contrib-zooinspector/build.xml +++ b/zookeeper-contrib/zookeeper-contrib-zooinspector/build.xml @@ -127,18 +127,18 @@ - + - - + + - - + + - - + + diff --git a/zookeeper-recipes/build-recipes.xml b/zookeeper-recipes/build-recipes.xml index 45054b1..d5bf87e 100644 --- a/zookeeper-recipes/build-recipes.xml +++ b/zookeeper-recipes/build-recipes.xml @@ -122,8 +122,8 @@ - - + diff --git a/zookeeper-recipes/zookeeper-recipes-election/build.xml b/zookeeper-recipes/zookeeper-recipes-election/build.xml index 6f091a5..05c467a 100644 --- a/zookeeper-recipes/zookeeper-recipes-election/build.xml +++ b/zookeeper-recipes/zookeeper-recipes-election/build.xml @@ -112,14 +112,14 @@ - + - - + + - - + + diff --git a/zookeeper-recipes/zookeeper-recipes-lock/build.xml b/zookeeper-recipes/zookeeper-recipes-lock/build.xml index ea7b37f..896ebbd 100644 --- a/zookeeper-recipes/zookeeper-recipes-lock/build.xml +++ b/zookeeper-recipes/zookeeper-recipes-lock/build.xml @@ -112,18 +112,18 @@ - + - - + + - - + + - - + + diff --git a/zookeeper-recipes/zookeeper-recipes-queue/build.xml b/zookeeper-recipes/zookeeper-recipes-queue/build.xml index 289c0f9..4346d96 100644 --- a/zookeeper-recipes/zookeeper-recipes-queue/build.xml +++ b/zookeeper-recipes/zookeeper-recipes-queue/build.xml @@ -112,18 +112,18 @@ - + - - + + - - + + - - + +