We have fixed a few bugs since Apache Commons Net 3.7.1 was released, so I
would like to release Apache Commons Net 3.7.2.

Apache Commons Net 3.7.2 RC1 is available for review here:
    https://dist.apache.org/repos/dist/dev/commons/net/3.7.2-RC1 (svn
revision 41933)

The Git tag commons-net-3.7.2-RC1 commit for this RC is
deeb863e66598f51aac6410a85b814f721542ffe which you can browse here:

https://gitbox.apache.org/repos/asf?p=commons-net.git;a=commit;h=deeb863e66598f51aac6410a85b814f721542ffe
You may checkout this tag using:
    git clone https://gitbox.apache.org/repos/asf/commons-net.git --branch
commons-net-3.7.2-RC1 commons-net-3.7.2-RC1

Maven artifacts are here:

https://repository.apache.org/content/repositories/orgapachecommons-1533/commons-net/commons-net/3.7.2/

These are the artifacts and their hashes:

#Release SHA-512s
#Wed Oct 14 12:02:40 EDT 2020
commons-net-3.7.2-bin.tar.gz=0ec5c4a60c24871ec6f975be006eb9cb0e14f4a6e1a55a18bb6d005777cc9cb51e4b8dcd949f07cfbfe1568e009d45a587bc3787d84ce44cdf7f48cfe7ec69a1
commons-net-3.7.2-bin.zip=458dea745fea7b31e0813dcdedafebdae9254a30e8c303fad0d7fc5956c4a62be913fd1cfa3db10bebd7b832c033b853538fcecb781af18788af966f3279612d
commons-net-3.7.2-javadoc.jar=fcfde9980a59ebd14f9b9b033489ae286b3ab965e6c13ae1bfc34ef3ecd6ee0943d32f0b8cc83de88de624e5ad22b12bb36504d176968282a287d757856aded5
commons-net-3.7.2-sources.jar=a6f2758ad105fc18658cbb406e64ff08a58335970d34fea9ef28936b0d2c838271f14667edc3c6ea5654d782721199ff10cc60a8b44a0b1c7fd87c717a2bbe99
commons-net-3.7.2-src.tar.gz=501ddb1a1e84a170355377194efb630f28b2708d73fb9d724af8fc9f313055e38d957ceb6d3f03ea43d33bf2b3574908efa3cdad566c8a426fafc6306f0d1306
commons-net-3.7.2-src.zip=4fa1cc282616017785ec28266ba43acbda46f03d4d7288a41db26862bc0c8cda59d4f5235b144465ece0fcc13f95495de52a8ed6f4e2bed7b7b0a81231f9c073
commons-net-3.7.2-test-sources.jar=04f59e88d5349bd836a78e38386dca132f4116c53eefc8d58bb723c859c8323a0bb4d221495ce35f772653b5db8b5945acfc2e927265ce9d06e29f896540d6fe
commons-net-3.7.2-tests.jar=590d06b3d4db07d2e916599b908ca18d24be671fd04daf5bfa500b721b16cf5481c0517be10b1d1b5ed3766009941d1777d8da0a860d24a82b7d895b516b0180
commons-net-examples-3.7.2.jar=227a3584583774502f36740b3533d26041c00b90e8a47d54c23268471444d3ea18c0c3b31211d7ee17a39e1ca684718ef093ecba5b49ae03128af875e43f8107
commons-net-ftp-3.7.2.jar=89d9a227de7c9fc6646ede9deaf177c04bf9e79512be3559e24a659731f2898a2abf9854acd62153f2138e1379daddbf2f9f32fa492aaeb94b6c5ff970c4539d

I have tested this with:

mvn -V -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.1 are in the release notes:

https://dist.apache.org/repos/dist/dev/commons/net/3.7.2-RC1/RELEASE-NOTES.txt

https://dist.apache.org/repos/dist/dev/commons/net/3.7.2-RC1/site/changes-report.html

Site:

https://dist.apache.org/repos/dist/dev/commons/net/3.7.2-RC1/site/index.html
    (note some *relative* links are broken and the 3.7.2 directories are
not yet created - these will be OK once the site is deployed.)

    CLIRR Report (compared to 3.7.1):

https://dist.apache.org/repos/dist/dev/commons/net/3.7.2-RC1/site/clirr-report.html

    JApiCmp Report (compared to 3.7.1):

https://dist.apache.org/repos/dist/dev/commons/net/3.7.2-RC1/site/japicmp.html

RAT Report:

https://dist.apache.org/repos/dist/dev/commons/net/3.7.2-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.2-RC1 commons-net-3.7.2-RC1
cd commons-net-3.7.2-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-

Reply via email to