Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 94078 invoked from network); 7 Mar 2010 13:24:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Mar 2010 13:24:07 -0000 Received: (qmail 73353 invoked by uid 500); 7 Mar 2010 13:23:46 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 73220 invoked by uid 500); 7 Mar 2010 13:23:46 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 73212 invoked by uid 99); 7 Mar 2010 13:23:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Mar 2010 13:23:46 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 209.85.220.218 as permitted sender) Received: from [209.85.220.218] (HELO mail-fx0-f218.google.com) (209.85.220.218) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Mar 2010 13:23:44 +0000 Received: by fxm10 with SMTP id 10so822461fxm.10 for ; Sun, 07 Mar 2010 05:23:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=BGMSP0gJb0mAP5lI00Q5K4Sfe79X41wOfgPINn8Px9g=; b=dvrm41JHyPQJpHU6466mRgZWHxnFHATYXI4uERehrpuMUHWy4lxCTnwwILpbzvf25r FVa6n3iG9QwT9/PwUwmY8c05E96h0hLemjRXjNUdm6pc7oLGSsUcfYlnOw/IqJ4960Qc EMU7oDw7+VQJ9oOt/NB9Whp8iYx4SgW7+aNlo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=TJUz/Z4wCaKJBp/nMZ6HrCX5GMm8WNz1J52OxxiI9ugo4Lkdt7rlZwn6CAfiEAn3Mb SJaC6wEg5SWuznldoD1+8r1QJNobJ4QTCiRjHIqV/5aPO/X2eN2fkj91AOLylrrCfLos IkrbxOAJyaf2ijc8UkN1okoTKgJCNdvfy/y2s= MIME-Version: 1.0 Received: by 10.239.193.15 with SMTP id g15mr296828hbi.38.1267968202919; Sun, 07 Mar 2010 05:23:22 -0800 (PST) In-Reply-To: <55afdc851003070411xf631b1boc4b11bd36b0fc360@mail.gmail.com> References: <55afdc851002281637u34a4e4cdl89dd40148bb17fe2@mail.gmail.com> <55afdc851003021720t7c648b9cv78cb3220bfa37c12@mail.gmail.com> <25aac9fc1003061817y359fd979te5ca8a323a14747c@mail.gmail.com> <55afdc851003070411xf631b1boc4b11bd36b0fc360@mail.gmail.com> Date: Sun, 7 Mar 2010 13:23:22 +0000 Message-ID: <25aac9fc1003070523m5ec4d06ekccdac302e475c7c6@mail.gmail.com> Subject: Re: [VOTE] Release commons-parent 13 From: sebb To: Commons Developers List Content-Type: text/plain; charset=ISO-8859-1 On 07/03/2010, Niall Pemberton wrote: > On Sun, Mar 7, 2010 at 2:17 AM, sebb wrote: > > On 03/03/2010, Niall Pemberton wrote: > >> I have made a couple of more changes following Sebb's comments: > >> - removed the deprecated parameter > >> - moved the javadoc/source plugins MANIFEST config to the > >> section: > >> > >> http://svn.apache.org/viewvc?view=revision&revision=918281 > >> > >> I'll extend the vote by 48hrs so that anyone who already voted has > >> time to change their vote if they want. > > > > Just a thought - how about adding > > > > true > > > > to the javadoc plugin config? > > > > Most of the output it generates is just noise, and makes it hard to > > see what else is going on. > > > > ISTR that the site target also generates a lot of noise - dunno > > whether it is possible to quieten that too. > > > We can consider those for the next version. Really though it would be > much better to bring up additional changes before the vote - I did > give a *heads up* with plenty of time before calling a vote: I know, but I only just came across the Javadoc problem on another project, and thought it might be a trivial enough change to include. But OK to leave for 14. > http://markmail.org/message/vcvbqarapzaroy3h > > > Niall > > > >> Niall > >> > >> On Mon, Mar 1, 2010 at 12:37 AM, Niall Pemberton > >> > >> wrote: > >> > >> > Hi, > >> > > >> > I'd like to release version 13 of the commons-parent pom - the changes > >> > since the last release are: > >> > > >> > - Upgrade to use commons-build-plugin 1.2 (for improved download pages) > >> > - Change OSGi config to not import exported packages > >> > - only generate javadocs, rather than full site in the "rc" profile > >> > (fixes problem with multi-module components) > >> > - Upgrade from version 4 to 7 of the apache parent pom > >> > - Upgrade maven plugins to latest release versions > >> > > >> > A full diff of the pom.xml can be found at this address: > >> > http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?r1=917324&r2=827809&diff_format=h > >> > > >> > The version number in the pom will be updated automatically during the > >> > release process. > >> > > >> > [ ] +1 > >> > [ ] =0 > >> > [ ] -1 > >> > > >> > Vote is open for 72 hours > >> > > >> > Niall > >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org