[x] +1 Release these artifacts Building OK from tag with JDK 8 on Ubuntu LTS. Site reports look OK. Checked signatures of dist/maven archives, no issues. Manually inspected files in the dist area, no issues with the binary/source archives. Had a look at the change log, quite small release. Everything looks good to go!
Thanks! Bruno On Wednesday, 30 September 2020, 7:43:33 am NZDT, Gary Gregory <ggreg...@apache.org> wrote: We have fixed one significant regression bug since Apache Commons Net 3.7 was released, so I would like to release Apache Commons Net 3.7.1. Apache Commons Net 3.7.1 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/net/3.7.1-RC1 (svn revision 41632) The Git tag commons-net-3.7.1-RC1 commit for this RC is be4580df97c3579bb4eba1a5652a2c5ba5cdd62c which you can browse here: https://gitbox.apache.org/repos/asf?p=commons-net.git;a=commit;h=be4580df97c3579bb4eba1a5652a2c5ba5cdd62c You may checkout this tag using: git clone https://gitbox.apache.org/repos/asf/commons-net.git --branch commons-net-3.7.1-RC1 commons-net-3.7.1-RC1 Maven artifacts are here: https://repository.apache.org/content/repositories/orgapachecommons-1530/commons-net/commons-net/3.7.1/ These are the artifacts and their hashes: #Release SHA-512s #Tue Sep 29 14:10:29 EDT 2020 commons-net-3.7.1-bin.tar.gz=34190ac9b93f55a59525cc39f523b3d9a15a0e9f4bdb6a8e1ffddaf6428a9e1d8be6aaa5bbef26306e8f7427efe1d49913240011e6368aafd78639ea138e48f6 commons-net-3.7.1-bin.zip=1e3820abdf381318f902d4a35db4d04be6f5f245f7078cef012448512037634902ec378194fbfb8d7c370107af4d4a12667e7f2b2f38506b3896a933b54e86cd commons-net-3.7.1-javadoc.jar=30c9bb0b9910069d2126f433e4168bb3e0f9ee1ea9f22fae93e2d1962c1399551ac357ee82f32c24244fac0bcf1f8985ab60b9d492c29000b9f4c62cb11c5c0e commons-net-3.7.1-sources.jar=1d3502e438ceff7be9f6acb9abc57fac5c07f9729039402167d92a6823e94515351f74ee6c34f75ec3eaa22999c1d5126a84e08f533e8c5dc23af9a3b3287f4c commons-net-3.7.1-src.tar.gz=2019af71e03d7adddec0db11005a802734ffe7f20ef6d15bdaa8cefd0c03506a762411675bc6fed94a11299f9952f429f6e155fd586539263567685ee93d6f23 commons-net-3.7.1-src.zip=ec88a39d95e91343db33e4be0f1a7f2de0c2aac71fd2131433f38a23728fab2eeafbdfeb3917c7eeba534c1446e0fc71fe0da877a55957950cdc0eed6ee49370 commons-net-3.7.1-test-sources.jar=b806baaefd56ff8c21fa3c500b6a7819a32401ca18053c8dd7f2899ccd567a5bf2155a44c7b306f3df171562f133d1ac858c02abbb0abfda387643d363fb142d commons-net-3.7.1-tests.jar=71e2a73fde3116f1a167362fe8f3004be200733e38cc7b53ac67f55f6db45e82bfcbc977e5bd4b910704a803b306eda960985495d2328b9bf78dddb9513306e8 commons-net-examples-3.7.1.jar=9ea9e86d95edc7476b94b10935a94fff3cbb201a792727e5e1a404e62f3fc7c52f0489f0a25406a788757739d48a686e635e21503484bda6222ed55848c7c330 commons-net-ftp-3.7.1.jar=36982dad0f8304b432f5e9974033c093ec92a2efaef7bc75f29fb1ac3f9e7e969355fbf23b88a21143dcd402733799cd16c99f9a1386bcff7227170925727371 I have tested this with mvn -V -Duser.name=%my_apache_id% -Dcommons.release-plugin.version=%commons.release-plugin.version% -Prelease -Ptest-deploy -P jacoco -P japicmp clean package site deploy using: Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: C:\Java\apache-maven-3.6.3\bin\.. Java version: 1.8.0_251, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk1.8.0_251\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" Details of changes since 3.7 are in the release notes: https://dist.apache.org/repos/dist/dev/commons/net/3.7.1-RC1/RELEASE-NOTES.txt https://dist.apache.org/repos/dist/dev/commons/net/3.7.1-RC1/site/changes-report.html Site: https://dist.apache.org/repos/dist/dev/commons/net/3.7.1-RC1/site/index.html (note some *relative* links are broken and the 3.7.1 directories are not yet created - these will be OK once the site is deployed.) CLIRR Report (compared to 3.7): https://dist.apache.org/repos/dist/dev/commons/net/3.7.1-RC1/site/clirr-report.html JApiCmp Report (compared to 3.7): https://dist.apache.org/repos/dist/dev/commons/net/3.7.1-RC1/site/japicmp.html RAT Report: https://dist.apache.org/repos/dist/dev/commons/net/3.7.1-RC1/site/rat-report.html KEYS: https://www.apache.org/dist/commons/KEYS Please review the release candidate and vote. This vote will close no sooner than 72 hours from now. [ ] +1 Release these artifacts [ ] +0 OK, but... [ ] -0 OK, but really should fix... [ ] -1 I oppose this release because... Thank you, Gary Gregory, Release Manager (using key 86fdc7e2a11262cb) For following is intended as a helper and refresher for reviewers. Validating a release candidate ============================== These guidelines are NOT complete. Requirements: Git, Java, Maven. You can validate a release from a release candidate (RC) tag as follows. 1) Clone and checkout the RC tag git clone https://gitbox.apache.org/repos/asf/commons-net.git --branch commons-net-3.7.1-RC1 commons-net-3.7.1-RC1 cd commons-net-3.7.1-RC1 2) Check Apache licenses This step is not required if the site includes a RAT report page which you then must check. mvn apache-rat:check 3) Check binary compatibility Older components still use Apache Clirr: This step is not required if the site includes a Clirr report page which you then must check. mvn clirr:check Newer components use JApiCmp with the japicmp Maven Profile: This step is not required if the site includes a JApiCmp report page which you then must check. mvn install -DskipTests -P japicmp japicmp:cmp 4) Build the package mvn -V clean package You can record the Maven and Java version produced by -V in your VOTE reply. To gather OS information from a command line: Windows: ver Linux: uname -a 5) Build the site for a single module project Note: Some plugins require the components to be installed instead of packaged. mvn site Check the site reports in: - Windows: target\site\index.html - Linux: target/site/index.html -the end-