Re: [release-plugin] size.zip still there

2018-07-03 Thread Rob Tompkins
> On Jul 3, 2018, at 6:21 PM, Gary Gregory wrote: > > "Nevermind"... ;-) my mistake, the file is not copied. Actually I’m not sure, I caught it going out on some intermediate releases. I think it was because we had the 3 monks declared instead of just the 2 that we need now. Note, the Commo

[VOTE] Release Apache Commons Pool 2.6.0 based on RC1

2018-07-03 Thread Gary Gregory
We have fixed quite a few bugs and added some significant enhancements since Apache Commons Pool 2.5.0 was released, so I would like to release Apache Commons Pool 2.6.0. Apache Commons Pool 2.6.0 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/pool/2.6.0-RC1 (

Re: [release-plugin] size.zip still there

2018-07-03 Thread Gary Gregory
"Nevermind"... ;-) my mistake, the file is not copied. Gary On Tue, Jul 3, 2018 at 4:18 PM Gary Gregory wrote: > Hi Rob, > > It looks like the release plugin still copies the site.zip to SVN. > > Didn't turn that off? > > Gary >

[release-plugin] size.zip still there

2018-07-03 Thread Gary Gregory
Hi Rob, It looks like the release plugin still copies the site.zip to SVN. Didn't turn that off? Gary

Re: [RNG] CP 47

2018-07-03 Thread Gilles
Hello Bruno. On Tue, 3 Jul 2018 11:07:48 + (UTC), Bruno P. Kinoshita wrote: Hi Gilles, I've checked out the latest from https://github.com/apache/commons-rng, updated the pom.xml to use 47 instead of 45, and downloaded JDK 9. [...] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0

Re: [ANNOUNCE] Commons Parent 47 released.

2018-07-03 Thread Gary Gregory
Thank you Rob! On Tue, Jul 3, 2018, 06:19 Rob Tompkins wrote: > [This announcement is only going to the dev list.] > > Hello All, > > Commons Parent 47 has been released. > > Changes in this version include: > > New features: > o New properties: commons.distSvnStagingUrl, commons.releaseManagerN

Re: [RNG] CP 47

2018-07-03 Thread Rob Tompkins
My plan is to work on the [rng] 1.1 release over the next week. -Rob > On Jul 3, 2018, at 5:23 AM, Gilles wrote: > > Hi. > > Could someone please run, with Java 9 or later, > > $ mvn -Dcommons.release.dryRun=true -Ptest-deploy -Prelease > -Pcommons-rng-examples clean test site deploy > > us

[ANNOUNCE] Commons Parent 47 released.

2018-07-03 Thread Rob Tompkins
[This announcement is only going to the dev list.] Hello All, Commons Parent 47 has been released. Changes in this version include: New features: o New properties: commons.distSvnStagingUrl, commons.releaseManagerName, commons.releaseManagerKey Changes: o Set the version of Apache Commons B

Re: [RNG] CP 47

2018-07-03 Thread Bruno P. Kinoshita
Hi Gilles, I've checked out the latest from https://github.com/apache/commons-rng, updated the pom.xml to use 47 instead of 45, and downloaded JDK 9. kinow@local:~/Development/java/apache/commons-rng$ JAVA_HOME=/home/kinow/Development/java/jdk-9.0.4/ mvn -v Apache Maven 3.5.2 (138edd61fd100ec65

[RNG] CP 47

2018-07-03 Thread Gilles
Hi. Could someone please run, with Java 9 or later, $ mvn -Dcommons.release.dryRun=true -Ptest-deploy -Prelease -Pcommons-rng-examples clean test site deploy using commons-parent 47, and report how it went? Thanks, Gilles