+1 I tested:
- Commons DBCP - Commons IO - Commons Lang Running: mvn clean install site -P jacoco -P japicmp -V Using: Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: C:\Java\apache-maven-3.6.3\bin\.. Java version: 11.0.8, vendor: AdoptOpenJDK, runtime: C:\Program Files\AdoptOpenJDK\jdk-11.0.8.10-hotspot Default locale: en_US, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" Gary On Thu, Jul 30, 2020 at 1:52 PM Rob Tompkins <chtom...@apache.org> wrote: > We have fixed quite a few bugs and added some significant enhancements > since Apache Commons Parent ${commons.bc.version} was released, so I would > like to release Apache Commons Parent 52. > > Apache Commons Parent 52 RC1 is available for review here: > https://dist.apache.org/repos/dist/dev/commons/commons-parent/52-RC1 > (svn revision 40772) > > The Git tag commons-parent-52-RC1 commit for this RC is > 93fa76a306195f201f1937605c52dd6b2d12c41c which you can browse here: > > https://gitbox.apache.org/repos/asf?p=commons-parent.git;a=commit;h=93fa76a306195f201f1937605c52dd6b2d12c41c > You may checkout this tag using: > git clone https://gitbox.apache.org/repos/asf/commons-parent.git > --branch commons-parent-52-RC1 commons-parent-52-RC1 > > Maven artifacts are here: > > https://repository.apache.org/content/repositories/orgapachecommons-1510/org/apache/commons/commons-parent/52/ > > These are the artifacts and their hashes: > > #Nexus Signatures > /org/apache/commons/commons-parent/52/commons-parent-52-site.xml.asc > (SHA1: 4d7031214029f77094a6beaeac87e77c8e4ea434) > /org/apache/commons/commons-parent/52/commons-parent-52.pom.asc > (SHA1: 2df25a1150680200a227d32b0d4c5b027fee987f) > /org/apache/commons/commons-parent/52/commons-parent-52-site.xml > (SHA1: 7d3b170166d71ffe8b006d741acc5044b6914784) > /org/apache/commons/commons-parent/52/commons-parent-52.pom > (SHA1: 004ee86dedc66d0010ccdc29e5a4ce014c057854) > > #Release SHA-512s > #Thu Jul 30 13:39:51 EDT 2020 > > commons-parent-52-site.xml=4b6e8e843a7caa5a32c337e054a57439a07e9226001c93f8d3bf4d2104f60a3e7b0a1f04704acd94f669f1fb06ef71cebc0323a48a815dbbf6b47280cb8da2af > > commons-parent-52-src.tar.gz=b806aef721bad95542c8b735bc862c989cf03c281acf4e4d8ce4791800cf2d0081cb429f4b804a1712f94a9926e506e2be4b6054efa29fddf3146e1132dac782 > > commons-parent-52-src.zip=5cbc44024043e1b69bf5b748b4c4e4cee42f4eb1b91abae85263d1439c833b44026f988c13ccb0d791b77b73058111c56a75f2e365c5df7fc5053592c81ba219 > > > (no need for .asc hashes!) > > I have tested this with 'mvn clean install site' using: > Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) > Maven home: /usr/local/Cellar/maven/3.6.3_1/libexec > Java version: 1.8.0_242, vendor: Amazon.com Inc., runtime: > /Library/Java/JavaVirtualMachines/amazon-corretto-8.jdk/Contents/Home/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "mac os x", version: "10.15.5", arch: "x86_64", family: "mac" > and > Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) > Maven home: /usr/local/Cellar/maven/3.6.3_1/libexec > Java version: 15-ea, vendor: Oracle Corporation, runtime: > /Library/Java/JavaVirtualMachines/jdk-15.jdk/Contents/Home > Default locale: en_US, platform encoding: UTF-8 > OS name: "mac os x", version: "10.15.5", arch: "x86_64", family: "mac" > > > Details of changes since ${commons.bc.version} are in the release notes: > > https://dist.apache.org/repos/dist/dev/commons/commons-parent/52-RC1/RELEASE-NOTES.txt > > https://dist.apache.org/repos/dist/dev/commons/commons-parent/52-RC1/site/changes-report.html > > Site: > > https://dist.apache.org/repos/dist/dev/commons/commons-parent/52-RC1/site/index.html > (note some *relative* links are broken and the 52 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/52-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 tag > > git clone https://gitbox.apache.org/repos/asf/commons-commons-parent.git > --branch commons-commons-parent-52-RC1 commons-commons-parent-52-RC1 > cd commons-commons-parent-52-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 > > 6) Build the site for a multi-module project > > mvn site > mvn site:stage > Check the site reports in: > - Windows: target\site\index.html > - Linux: target/site/index.html > > -the end- > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > >