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 811AC10D83 for ; Fri, 20 Dec 2013 01:29:13 +0000 (UTC) Received: (qmail 56907 invoked by uid 500); 20 Dec 2013 01:29:13 -0000 Delivered-To: apmail-zookeeper-commits-archive@zookeeper.apache.org Received: (qmail 56883 invoked by uid 500); 20 Dec 2013 01:29:13 -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 56874 invoked by uid 99); 20 Dec 2013 01:29:13 -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:13 +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:11 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6F35223888FE; Fri, 20 Dec 2013 01:28:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1552469 - in /zookeeper/trunk: CHANGES.txt build.xml ivy.xml Date: Fri, 20 Dec 2013 01:28:51 -0000 To: commits@zookeeper.apache.org From: phunt@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131220012851.6F35223888FE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: phunt Date: Fri Dec 20 01:28:50 2013 New Revision: 1552469 URL: http://svn.apache.org/r1552469 Log: ZOOKEEPER-1430. add maven deploy support to the build (Giridharan Kesavan via phunt) Modified: zookeeper/trunk/CHANGES.txt zookeeper/trunk/build.xml zookeeper/trunk/ivy.xml Modified: zookeeper/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/zookeeper/trunk/CHANGES.txt?rev=1552469&r1=1552468&r2=1552469&view=diff ============================================================================== --- zookeeper/trunk/CHANGES.txt (original) +++ zookeeper/trunk/CHANGES.txt Fri Dec 20 01:28:50 2013 @@ -717,6 +717,9 @@ IMPROVEMENTS: ZOOKEEPER-1786. ZooKeeper data model documentation is incorrect (Niraj Tolia via fpj) + ZOOKEEPER-1430. add maven deploy support to the build + (Giridharan Kesavan via phunt) + headers Release 3.4.0 - Modified: zookeeper/trunk/build.xml URL: http://svn.apache.org/viewvc/zookeeper/trunk/build.xml?rev=1552469&r1=1552468&r2=1552469&view=diff ============================================================================== --- zookeeper/trunk/build.xml (original) +++ zookeeper/trunk/build.xml Fri Dec 20 01:28:50 2013 @@ -22,12 +22,14 @@ xmlns:ivy="antlib:org.apache.ivy.ant" xmlns:artifact="antlib:org.apache.maven.artifact.ant" xmlns:maven="antlib:org.apache.maven.artifact.ant"> + + - + @@ -176,6 +178,24 @@ xmlns:maven="antlib:org.apache.maven.art + + + + + + + + + + + + + + @@ -384,6 +404,11 @@ xmlns:maven="antlib:org.apache.maven.art + + + + @@ -707,7 +732,7 @@ xmlns:maven="antlib:org.apache.maven.art - + @@ -722,7 +747,7 @@ xmlns:maven="antlib:org.apache.maven.art - + @@ -795,7 +820,7 @@ xmlns:maven="antlib:org.apache.maven.art - + @@ -821,26 +846,18 @@ xmlns:maven="antlib:org.apache.maven.art + pomfile="${dist.maven.dir}/${name}.pom"> - - + + - - - - - - - - + tofile="${dist.maven.dir}/${final.name}-tests.jar"/> + + @@ -1114,30 +1131,64 @@ xmlns:maven="antlib:org.apache.maven.art - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - - - - - + - + The version is ${zookeeper-pom.version} Modified: zookeeper/trunk/ivy.xml URL: http://svn.apache.org/viewvc/zookeeper/trunk/ivy.xml?rev=1552469&r1=1552468&r2=1552469&view=diff ============================================================================== --- zookeeper/trunk/ivy.xml (original) +++ zookeeper/trunk/ivy.xml Fri Dec 20 01:28:50 2013 @@ -29,6 +29,7 @@ + @@ -44,6 +45,8 @@ + +