+1 Building based on RC tag.
Building 'mvn clean package' and then 'mvn site' OK with: Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T12:41:47-06:00) Maven home: C:\Java\apache-maven-3.6.0\bin\.. Java version: 1.8.0_191, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk1.8.0_191\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" Also tested Java 11: Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T12:41:47-06:00) Maven home: C:\Java\apache-maven-3.6.0\bin\.. Java version: 11.0.1, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk-11.0.1 Default locale: en_US, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" With 'mvn test' but this fails unless you use a more recent version of Jacoco like this: 'mvn test -Dcommons.jacoco.version=0.8.2' which allowed me to continue but the tests gave me: [WARNING] Flakes: [WARNING] org.apache.commons.rng.core.ProvidersCommonParametricTest.testUniformNextLongRandomWalk[2: data=org.apache.commons.rng.core.source32.Well512a](org.apache.commons.rng.core.ProvidersCommonParametricTest) [ERROR] Run 1: ProvidersCommonParametricTest.testUniformNextLongRandomWalk:208->checkRandomWalk:379 org.apache.commons.rng.core.source32.Well512a: Walked too far astray: 88.0 > 81.46027252593746 (test will fail randomly about 1 in 100 times) [INFO] Run 2: PASS Gary On Thu, Dec 6, 2018 at 10:15 AM Gilles <gil...@harfang.homelinux.org> wrote: > Hello. > > > I'd like to release version 1.2 of "Commons RNG". > > > Apache Commons RNG v1.2 (RC2) is available for review: > https://dist.apache.org/repos/dist/dev/commons/rng/1.2-RC2 (svn > revision 31410) > > Git tag is named "RNG_1_2_RC2": > > > https://git-wip-us.apache.org/repos/asf?p=commons-rng.git;a=tag;h=refs/tags/RNG_1_2_RC2 > > Maven artifacts are here: > > > https://repository.apache.org/content/repositories/orgapachecommons-1399/org/apache/commons/ > > Maven artifacts' SHA-512 hashes in Nexus: > > > commons-rng-1.2-bin-tar.gz=681530e0f26f1ac84b626de4adfc7a5c615b2784157da412b329c5ff33361a7b > > > commons-rng-1.2-bin-tar.gz.asc=5785291f481029c00600cca402ca37fbf9bea64a1b58db4f58c3c41270200e58 > > > commons-rng-1.2-src-tar.gz=89d1d4fb95651c0d008d941b928e468822769a142f69c1e7f174994e3c13285c > > > commons-rng-1.2-bin-zip=09608ac82e654287d69cca991d516cd95f09189f412bf2be1292f10f9b7d103e > > > commons-rng-1.2-src-zip=aabe2a548c991ef89a7f86a5ed6b7ba9847678a0fd87b48d7d40775ba545063d > > > commons-rng-1.2-src-zip.asc=d676fa86a0fa81db7c9c63fb1c86dc5ae23755081186adf6f3650bee3e341e96 > > > commons-rng-1.2-pom.asc=24d621f1b1724134d4d493e0672e9c9a0627c0e8b5614c3ef4d8030ecc14f541 > > > commons-rng-1.2-bin-zip.asc=243e1b663c639116840301d3610abec9b5d6b68f494eee10b164fc7057b4a7e5 > > > commons-rng-1.2-src-tar.gz.asc=7480a80014b3ec58cf3a98c84bb693ba5ea86b02361889c43893752cd9203f33 > > > Details of changes since 1.1 are in the release notes: > > > https://dist.apache.org/repos/dist/dev/commons/rng/1.2-RC2/RELEASE-NOTES.txt > > > https://dist.apache.org/repos/dist/dev/commons/rng/1.2-RC2/site/changes-report.html > > Site: > http://commons.apache.org/proper/commons-rng/ > > KEYS: > id=B39617E095CD748DFE505816703413011E22D5B8 > https://www.apache.org/dist/commons/KEYS > > > Please review the release candidate and vote. > This vote will close no sooner that 72 hours from now. > > [ ] +1 Release these artifacts > [ ] +0 OK, but... > [ ] -0 OK, but really should fix... > [ ] -1 I oppose this release because... > > > Thanks, > Gilles > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > >