On Wed, Nov 6, 2013 at 4:18 AM, Thomas Neidhart
<thomas.neidh...@gmail.com>wrote:

> On 11/05/2013 01:28 AM, Mark Thomas wrote:
> > A change to the component id to pool2 required a new RC. The only other
> > change was some improvements to the Ant build.
> >
> >
> > The Pool 2.0 RC4 is available for review here:
> >   https://dist.apache.org/repos/dist/dev/commons/pool/ (r3419)
> >
> >  Maven artifacts are here:
> >
> https://repository.apache.org/content/repositories/orgapachecommons-073/
> >
> > Details of changes since 1.6 are in the release notes and changelog:
> >   https://dist.apache.org/repos/dist/dev/commons/pool/RELEASE-NOTES.txt
> >
> >
> http://people.apache.org/~markt/dev/commons-pool-2.0-RC4/changes-report.html
> >
> >  The tag is here:
> >   http://svn.apache.org/repos/asf/commons/proper/pool/tags/POOL_2_0_RC4/
> >   (r 1538827)
> >
> >  Site:
> >   http://people.apache.org/~markt/dev/commons-pool-2.0-RC4
> >   (Broken links to Javadoc versions expected)
> >
> >  KEYS:
> >   http://www.apache.org/dist/commons/KEYS
> >
> >   Please review the release candidate and vote.
> >   This vote will close no sooner that 72 hours from now
> >
> [x] +1 Release these artifacts
>
> Regarding the rat plugin and the related warnings:
>
> add this to the pom before making the site and deploying it (reporting
> section):
>
> <plugin>
>    <groupId>org.apache.rat</groupId>
>    <artifactId>apache-rat-plugin</artifactId>
>    <configuration>
>      <excludes>
>        <exclude>site-content/**/*</exclude>
>      </excludes>
>    </configuration>
> </plugin>
>


This magic and more RAT magic is provided in commons-parent 32, which RC4
does NOT use. The CP change is in SVN, why not cut another release? That
should do it, finally, and cleanly :)

Gary



> Thomas
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Reply via email to