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> Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org