Here’s my +1. -Rob
> On Mar 20, 2019, at 11:22 AM, Rob Tompkins <chtom...@gmail.com> wrote: > > We have fixed quite a few bugs and added some significant enhancements since > Apache Commons Parent 47 was released, so I would like to release Apache > Commons Parent 48. > > Apache Commons Parent 48 RC1 is available for review here: > https://dist.apache.org/repos/dist/dev/commons/commons-parent/48-RC1 (svn > revision 33098) > > > The Git tag commons-parent-48-RC1 commit for this RC is > f613ac722733b5e10a7028a635b7717d30fbb162 which you can browse here: > > https://gitbox.apache.org/repos/asf?p=commons-parent.git;a=commit;h=f613ac722733b5e10a7028a635b7717d30fbb162 > > You may checkout this tag using: > git clone https://gitbox.apache.org/repos/asf/commons-parent.git --branch > commons-parent-48-RC1 > > Maven artifacts are here: > > https://repository.apache.org/content/repositories/orgapachecommons-${commons.nexus.repo.id}/org/apache/commons/commons-parent/48/ > > These are the Maven artifacts: > > #Release SHA-512s > #Wed Mar 20 11:07:15 EDT 2019 > commons-parent-48-src-zip=037e8e118e3d52f41b5a6682bef83dc716770e39dd7cc677762ff777c4e42f67eb5a1722684a35b68ed205cd82a5b1e9eb49927d759490d50817deef1a566caf > commons-parent-48-javadoc-javadoc=541be566d3e7a80a8ee6c90bb2973d346ad125932ac3f42e8b901f76a6a2ac5a918cc4bc1725b9c17ad5ab8c60b7e348f33f0a4f154659aef7c64636e04eaca5 > commons-parent-48-site-xml=8dcd3a5fbef28277caa8a9f201d786e61d39fb7a00f4a5dfe3103a3a6fc403648327af83295ff2ab5d51c27b966156a499554860535770aaaeb4271ea20a2e69 > commons-parent-48-pom=6873a43261b38dcb241a30f4e947f425f10c3de2cfbdf6b684e813ff0d7feddd56fcc6f96a357e430fb98cbf05cba64fd9b516f79d5bc47311f2e60a6e334ed6 > commons-parent-48-src-tar.gz=b52eb5416ad28356ac24b54fb6ee831919584606f71f99cd7cfc7bd00e92fd40ae1e838bb9d7a6f2914d777313b0c7682fbbe6a158845be3461f75d9c120cfd4 > > > > I have tested this with ***'mvn clean install site'*** using: > Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; > 2018-10-24T14:41:47-04:00) > Maven home: /usr/local/Cellar/maven/3.6.0/libexec > Java version: 1.8.0_191, vendor: Oracle Corporation, runtime: > /Library/Java/JavaVirtualMachines/jdk1.8.0_191.jdk/Contents/Home/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "mac os x", version: "10.14.3", arch: "x86_64", family: "mac" > > > Details of changes since 47 are in the release notes: > > https://dist.apache.org/repos/dist/dev/commons/commons-parent/48-RC1/RELEASE-NOTES.txt > > https://dist.apache.org/repos/dist/dev/commons/commons-parent/48-RC1/site/changes-report.html > > Site: > https://dist.apache.org/repos/dist/dev/commons/commons-parent/48-RC1/site > (note some *relative* links are broken and the 48 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-parent/48-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 that 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, > > Rob Tompkins, > Release Manager (using key B6E73D84EA4FCC47166087253FAAD2CD5ECBB314) > > 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: > > git clone https://gitbox.apache.org/repos/asf/commons-parent.git -b > commons-parent-48-RC1 > cd commons-parent-48-RC1 > > 2) Check Apache licenses: > > mvn apache-rat:check > > 3) Build the package: > > mvn -V clean package > > You can record the Maven and Java version produced by -V in your VOTE reply. > > 4) Build the site for a single module project: > > mvn site > Check the site reports in: > target\site\index.html > > 4) Build the site for a multi-module project: > > mvn site > mvn site:stage > Check the site reports in: > target\site\index.html --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org