Return-Path: X-Original-To: apmail-zookeeper-commits-archive@www.apache.org Delivered-To: apmail-zookeeper-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 708E910D84 for ; Fri, 20 Dec 2013 01:29:44 +0000 (UTC) Received: (qmail 57077 invoked by uid 500); 20 Dec 2013 01:29:44 -0000 Delivered-To: apmail-zookeeper-commits-archive@zookeeper.apache.org Received: (qmail 57055 invoked by uid 500); 20 Dec 2013 01:29:44 -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@ Delivered-To: mailing list commits@zookeeper.apache.org Received: (qmail 57047 invoked by uid 99); 20 Dec 2013 01:29:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Dec 2013 01:29:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Dec 2013 01:29:42 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9090D2388993; Fri, 20 Dec 2013 01:29:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1552470 - in /zookeeper/branches/branch-3.4: CHANGES.txt build.xml ivy.xml Date: Fri, 20 Dec 2013 01:29:22 -0000 To: commits@zookeeper.apache.org From: phunt@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131220012922.9090D2388993@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: phunt Date: Fri Dec 20 01:29:22 2013 New Revision: 1552470 URL: http://svn.apache.org/r1552470 Log: ZOOKEEPER-1430. add maven deploy support to the build (Giridharan Kesavan via phunt) Modified: zookeeper/branches/branch-3.4/CHANGES.txt zookeeper/branches/branch-3.4/build.xml zookeeper/branches/branch-3.4/ivy.xml Modified: zookeeper/branches/branch-3.4/CHANGES.txt URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/CHANGES.txt?rev=1552470&r1=1552469&r2=1552470&view=diff ============================================================================== --- zookeeper/branches/branch-3.4/CHANGES.txt (original) +++ zookeeper/branches/branch-3.4/CHANGES.txt Fri Dec 20 01:29:22 2013 @@ -244,6 +244,9 @@ IMPROVEMENTS: ZOOKEEPER-1715. Upgrade netty version (Sean Bridges via michim) + ZOOKEEPER-1430. add maven deploy support to the build + (Giridharan Kesavan via phunt) + Release 3.4.5 - 2012-09-30 Backward compatible changes: Modified: zookeeper/branches/branch-3.4/build.xml URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/build.xml?rev=1552470&r1=1552469&r2=1552470&view=diff ============================================================================== --- zookeeper/branches/branch-3.4/build.xml (original) +++ zookeeper/branches/branch-3.4/build.xml Fri Dec 20 01:29:22 2013 @@ -22,12 +22,15 @@ xmlns:ivy="antlib:org.apache.ivy.ant" xmlns:artifact="antlib:org.apache.maven.artifact.ant" xmlns:maven="antlib:org.apache.maven.artifact.ant"> + + + - + @@ -177,6 +180,24 @@ xmlns:maven="antlib:org.apache.maven.art + + + + + + + + + + + + + + @@ -365,6 +386,11 @@ xmlns:maven="antlib:org.apache.maven.art + + + + @@ -688,7 +714,7 @@ xmlns:maven="antlib:org.apache.maven.art - + @@ -703,7 +729,7 @@ xmlns:maven="antlib:org.apache.maven.art - + @@ -776,7 +802,7 @@ xmlns:maven="antlib:org.apache.maven.art - + @@ -802,26 +828,18 @@ xmlns:maven="antlib:org.apache.maven.art + pomfile="${dist.maven.dir}/${name}.pom"> - - + + - - - - - - - - + tofile="${dist.maven.dir}/${final.name}-tests.jar"/> + + @@ -1095,30 +1113,64 @@ xmlns:maven="antlib:org.apache.maven.art - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - - - - - + - + The version is ${zookeeper-pom.version} Modified: zookeeper/branches/branch-3.4/ivy.xml URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/ivy.xml?rev=1552470&r1=1552469&r2=1552470&view=diff ============================================================================== --- zookeeper/branches/branch-3.4/ivy.xml (original) +++ zookeeper/branches/branch-3.4/ivy.xml Fri Dec 20 01:29:22 2013 @@ -29,6 +29,7 @@ + @@ -42,6 +43,8 @@ + +