[RESULT][VOTE][LAZY] Release Apache Commons Build Plugin Maven Mojo 1.12 based on RC1

2020-10-18 Thread sebb
This [VOTE] passes with +1’s from

Gary Gregory

Given no opposition, and the fact that it was a [LAZY][VOTE], it
passes. I will begin with the release procedure shortly.

On Tue, 13 Oct 2020 at 22:29, sebb  wrote:
>
> Apache Commons Build Plugin Maven Mojo 1.12 RC1 is available for review here:
> 
> https://dist.apache.org/repos/dist/dev/commons/commons-build-plugin/1.12-RC1
> (svn revision 41919)
>
> The Git tag commons-build-plugin-1.12-RC1 commit for this RC is
> 486c73eb23159b897e073bf46920e976f44ed5ec which you can browse here:
> 
> https://gitbox.apache.org/repos/asf?p=commons-commons-build-plugin.git;a=commit;h=486c73eb23159b897e073bf46920e976f44ed5ec
> You may checkout this tag using:
> git clone 
> https://gitbox.apache.org/repos/asf/commons-commons-build-plugin.git
> --branch commons-build-plugin-1.12-RC1 commons-build-plugin-1.12-RC1
>
> Maven artifacts are here:
> 
> https://repository.apache.org/content/repositories/orgapachecommons-1532/org/apache/commons/commons-build-plugin/1.12/
>
> These are the artifacts and their hashes:
>
> #Release SHA-512s
> #Tue Oct 13 21:55:17 BST 2020
> commons-build-plugin-1.12-javadoc.jar=40e13a0bd946ea0df508be36e4fe81a6eb1ff523405c893d60a49c5b025ea274a8f8b1c345bcc74580fbc719ed139cfe3945e0a90d8a1ec2be1d1d4205268113
> commons-build-plugin-1.12-sources.jar=3a59a7d92de54efeebe59f726c5a617670e6104d8d1db98150c39841e1aadfe681b181347c9ffd5331f06261dc5df886f6f55c4689b0a130ba88bae335d6bb30
> commons-build-plugin-1.12-src.tar.gz=d9a1bec7f07d4a76be459a880b31a3f9f9abc946cfd2ce42208f6ff2f580efc5ccaef0e75fd333a0567e5629faac1b1bd76e6a1e26b6a9ba38445f977f5f0273
> commons-build-plugin-1.12-src.zip=6b0e1f124901e57e545adbfb509cb649ecde18fd8e74d8950594c989fbfbdd2866c825dee2d7a0d7fe15c0c963885476e923fba6364ab2be749052021a6bf7f5
> commons-build-plugin-1.12-test-sources.jar=7a4c105869fc12fc05fac9a818f5a8bb81919022371247e03c8a8156315539f6b37451d7547044284953855b63c9aa2f9ae0f99c285c22a46d01a4009dabdf3c
> commons-build-plugin-1.12-tests.jar=a77222c9cc2aa9ba0bd870acb205fefee05126bfcee3856828b4302fa41983ed824660802c1567edf64fecd097d08966007ace74c239fb049afc49d1befeaabd
>
>
> Details of changes since 1.10 are in the release notes:
> 
> https://dist.apache.org/repos/dist/dev/commons/commons-build-plugin/1.12-RC1/RELEASE-NOTES.txt
> 
> https://dist.apache.org/repos/dist/dev/commons/commons-build-plugin/1.12-RC1/site/changes-report.html
>
> Site:
> 
> https://dist.apache.org/repos/dist/dev/commons/commons-build-plugin/1.12-RC1/site/index.html
> (note some *relative* links are broken and the 1.12 directories
> are not yet created - these will be OK once the site is deployed.)
>
> RAT Report:
> 
> https://dist.apache.org/repos/dist/dev/commons/commons-build-plugin/1.12-RC1/site/rat-report.html
>
> KEYS:
>   https://www.apache.org/dist/commons/KEYS
>
>
> Sebb,
> Release Manager (using key 4FAD5F62)

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



[ANNOUNCE] Commons Build Plugin 1.12 Released

2020-10-18 Thread sebb
[Not cross posted to @announce since this is internal to Commons]

Apache Commons has released the Apache Commons Build Plugin 1.12.

The Apache Commons Build Plugin is a Maven Plugin which can be used by
Apache Commons components.

See:
   http://commons.apache.org/commons-build-plugin/

VERSION 1.12 - 2020-10-17
-

Changes since the last release:
1. COMMONSSITE-137 - commons-build:all ignores commons.release.hash
settings (fix; sebb)
2. commons-build:mail-page - add links to lists.apache.org (update;sebb)
3. Enable GitHub build (update; ggregory)
4. spotbugs-maven-plugin 4.0.0 -> 4.1.3 (update; Dependabot)
5. actions/checkout v2.3.1 -> v2.3.3 (update; Dependabot)
6. versions-maven-plugin 2.7 -> 2.8.1 (update; Dependabot)
7. actions/setup-java v1.4.0 -> v1.4.2 (update; Dependabot)

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



[ANNOUNCE] Apache Commons Net 3.7.2.

2020-10-18 Thread Gary Gregory
The Apache Commons Net team is pleased to announce the release of Apache
Commons Net 3.7.2.

Apache Commons Net library contains a collection of network utilities and
protocol implementations.
Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S),
SMTP(S), Telnet, Whois

Maintenance and bug fix release.

For complete information on Apache Commons Net, including instructions on
how to submit bug reports,
patches, or suggestions for improvement, see the Apache Apache Commons Net
website:

https://commons.apache.org/proper/commons-net/

Download page:
https://commons.apache.org/proper/commons-net/download_net.cgi

Changes in this version include:

Fixed Bugs:
o NET-689:  Host name is not set on the SSLSocket causing
isEndpointCheckingEnabled to fail. Thanks to Charlie, Gary Gregory.
o   Fix possible socket and input stream leak on socket exception
in org.apache.commons.net.ftp.FTPClient._retrieveFile(String, String,
OutputStream). Thanks to Dependabot.
o NET-690:  Performance issue when using the FTPClient to retrieve files
#65. Thanks to payal-meh, Gary Gregory.

Changes:
o NET-691:  Improve Javadoc for IMAPSClient #68. Thanks to Lewis John
McGibbney.
o   Bump actions/setup-java from v1.4.2 to v1.4.3 #62. Thanks to
Dependabot.
o   Bump junit from 4.13 to 4.13.1 #67. Thanks to Dependabot.

Historical list of changes:
https://commons.apache.org/proper/commons-net/changes-report.html

Enjoy!
Gary Gregory, on behalf of the Apache Commons team


[VOTE] Release Apache Commons VFS Project 2.7.0 based on RC1

2020-10-18 Thread Gary Gregory
We have fixed a few bugs and added some enhancements since Apache Commons
VFS Project 2.6.0 was released, so I would like to release Apache Commons
VFS Project 2.7.0.

Apache Commons VFS Project 2.7.0 RC1 is available for review here:
https://dist.apache.org/repos/dist/dev/commons/vfs/2.7.0-RC1 (svn
revision 41969)

The Git tag commons-vfs-2.7.0-RC1 commit for this RC is
8a34d82ead0780a9ee1f78fd9702e5dbd663070a which you can browse here:

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

Maven artifacts are here:

https://repository.apache.org/content/repositories/orgapachecommons-1534/org/apache/commons/

These are the artifacts and their hashes:


/org/apache/commons/commons-vfs2/2.7.0/commons-vfs2-2.7.0.jar
(SHA1: fe698077c7cfaf82bf07a231deb63b045eb70b98)
/org/apache/commons/commons-vfs2/2.7.0/commons-vfs2-2.7.0-test-sources.jar
(SHA1: e48d07f626f75fc3ad6c1c89f918c567d9219426)
/org/apache/commons/commons-vfs2/2.7.0/commons-vfs2-2.7.0-tests.jar
(SHA1: 6a6d486fbd9401b28dcdd84ed801bf0cd5539996)
/org/apache/commons/commons-vfs2/2.7.0/commons-vfs2-2.7.0-javadoc.jar
(SHA1: 56bd7feab1008c5899915a50b5ede012f1418d7a)
/org/apache/commons/commons-vfs2/2.7.0/commons-vfs2-2.7.0.pom
(SHA1: 11d08a780d86ad2f6d4fb4d25d79810b6f2ec431)
/org/apache/commons/commons-vfs2/2.7.0/commons-vfs2-2.7.0-sources.jar
(SHA1: b795105a842138c693ebf679518b38a12e1777dc)
/org/apache/commons/commons-vfs2-jackrabbit2/2.7.0/commons-vfs2-jackrabbit2-2.7.0.jar
(SHA1: 8e69c6dea1b3e02948d17c73e28911e5cbaf8e7b)
/org/apache/commons/commons-vfs2-jackrabbit2/2.7.0/commons-vfs2-jackrabbit2-2.7.0-test-sources.jar
(SHA1: dcd9c32b4f414703501d5d60bc0b401e8dab522e)
/org/apache/commons/commons-vfs2-jackrabbit2/2.7.0/commons-vfs2-jackrabbit2-2.7.0-javadoc.jar
(SHA1: 2cbc1fb4eca472c1ccf1cfc66f53ea1226b3b61b)
/org/apache/commons/commons-vfs2-jackrabbit2/2.7.0/commons-vfs2-jackrabbit2-2.7.0.pom
(SHA1: 42a5f3d6de94382a38355591eb1d8b4898b5fa4a)
/org/apache/commons/commons-vfs2-jackrabbit2/2.7.0/commons-vfs2-jackrabbit2-2.7.0-sources.jar
(SHA1: 2a1e3d1cc086c68ce7d8fe7a6aa06bf46bd083a7)
/org/apache/commons/commons-vfs2-jackrabbit2/2.7.0/commons-vfs2-jackrabbit2-2.7.0-tests.jar
(SHA1: bea030773c51393a0068e4d503f58c48273a0002)
/org/apache/commons/commons-vfs2-distribution/2.7.0/commons-vfs2-distribution-2.7.0.pom
(SHA1: fb644241a07d51d4c885a24b08635ba1c4b90129)
/org/apache/commons/commons-vfs2-jackrabbit1/2.7.0/commons-vfs2-jackrabbit1-2.7.0-test-sources.jar
(SHA1: f0174b6b7ba665652786bc1a6911586ee6eac747)
/org/apache/commons/commons-vfs2-jackrabbit1/2.7.0/commons-vfs2-jackrabbit1-2.7.0.jar
(SHA1: 1aa0d94636cd151e0b67a2e746a316d55a017926)
/org/apache/commons/commons-vfs2-jackrabbit1/2.7.0/commons-vfs2-jackrabbit1-2.7.0-javadoc.jar
(SHA1: 06b69c95938e96439428e19d354c23678db862cb)
/org/apache/commons/commons-vfs2-jackrabbit1/2.7.0/commons-vfs2-jackrabbit1-2.7.0-tests.jar
(SHA1: d88e7583aa2c67da137c729f9a1e6df64051f6c4)
/org/apache/commons/commons-vfs2-jackrabbit1/2.7.0/commons-vfs2-jackrabbit1-2.7.0-sources.jar
(SHA1: c4a389c504a0d5dcaf34ccc147f5e7afac6da9b6)
/org/apache/commons/commons-vfs2-jackrabbit1/2.7.0/commons-vfs2-jackrabbit1-2.7.0.pom
(SHA1: 61b00c1d87ef22643c4b7699a252b45349aa50bc)
/org/apache/commons/commons-vfs2-examples/2.7.0/commons-vfs2-examples-2.7.0.pom
(SHA1: 767f7444d5cef179303ea913d00b6f0de271aad7)
/org/apache/commons/commons-vfs2-examples/2.7.0/commons-vfs2-examples-2.7.0.jar
(SHA1: b1acaa6943b0603bb715603ab3d5acc065af102d)
/org/apache/commons/commons-vfs2-examples/2.7.0/commons-vfs2-examples-2.7.0-sources.jar
(SHA1: 5012e9a84ea1af60482580aede713d501d88ecbe)
/org/apache/commons/commons-vfs2-examples/2.7.0/commons-vfs2-examples-2.7.0-javadoc.jar
(SHA1: 80b2c58990f5f941f9661f7e787a3c57380e7ffb)
/org/apache/commons/commons-vfs2-project/2.7.0/commons-vfs2-project-2.7.0.pom
(SHA1: bbbdd1a250fd3fa8d43837357e82b60391ca917a)
/org/apache/commons/commons-vfs2-project/2.7.0/commons-vfs2-project-2.7.0-site.xml
(SHA1: 110d3ade254a2c7f116684d8d433345c3c34455d)


I have tested this with

mvn -V -Ptest-deploy -Prelease clean install -DskipTests
mvn -V -Ptest-deploy -Prelease -P japicmp -P jacoco site
mvn -V -Ptest-deploy -Prelease deploy
mvn -V -Ptest-deploy -Prelease site:stage

using:

Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: C:\Java\apache-maven-3.6.3\bin\..
Java version: 1.8.0_261, vendor: Oracle Corporation, runtime: C:\Program
Files\Java\jdk1.8.0_261\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

Details of changes since 2.6.0 are in the release notes:

https://dist.apache.org/repos/dist/dev/commons/vfs/2.7.0-RC1/RELEASE-NOTES.txt

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

Site:

https://dist.ap