On 10/31/2013 04:02 PM, Mark Thomas wrote:
> Development on Pool 2 is complete and a review of the remaining DBCP
> bugs has not highlighted any that are likely to trigger significant API
> changes in Pool so it is time for a release.
> 
>  The Pool 2.0 RC2 is available for review here:
>   https://dist.apache.org/repos/dist/dev/commons/pool/ (r3386)
> 
>  Maven artifacts are here:
>   https://repository.apache.org/content/repositories/orgapachecommons-050/
> 
>  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-RC2/changes-report.html
> 
>  The tag is here:
>   http://svn.apache.org/repos/asf/commons/proper/pool/tags/POOL_2_0_RC2/
>   (r 1537505)
> 
>  Site:
>   http://people.apache.org/~markt/dev/commons-pool-2.0-RC2
>   (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

The source release builds fine in my environment (all tests pass):

java version "1.7.0_25"
OpenJDK Runtime Environment (IcedTea 2.3.10) (7u25-2.3.10-1ubuntu0.12.04.2)
OpenJDK Server VM (build 23.7-b01, mixed mode)

Site and artifacts looks good too.

One minor thing:

When publishing the site you will most likely encounter problems, as the
pom is missing some configurations regarding the scm publishing.

Unless you deliberately kept the componentid at 'pool', you can ignore
the comment, otherwise you may want to take a look at the respective
sections in the lang pom:

    <commons.componentid>lang3</commons.componentid>
    <!-- Current 3.x release series -->
    <commons.release.version>3.1</commons.release.version>
    <commons.release.desc>(Java 5.0+)</commons.release.desc>
    <!-- Previous 2.x release series -->
    <commons.release.2.version>2.6</commons.release.2.version>
    <commons.release.2.desc>(Requires Java 1.2 or
later)</commons.release.2.desc>
    <!-- Override generated name -->

<commons.release.2.name>commons-lang-${commons.release.2.version}</commons.release.2.name>
    <commons.jira.id>LANG</commons.jira.id>
    <commons.jira.pid>12310481</commons.jira.pid>

    <commons.site.path>lang</commons.site.path>

<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-lang</commons.scmPubUrl>

<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>

Thomas

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

Reply via email to