My +1 Gary
On Sat, May 20, 2023, 09:51 Gary Gregory <garydgreg...@gmail.com> wrote: > We have fixed one bug (through a CycloneDX update) and added some > enhancements since Apache Commons Parent 57 was released, so I would > like to release Apache Commons Parent 58. > > Apache Commons Parent 58 RC1 is available for review here: > https://dist.apache.org/repos/dist/dev/commons/commons-parent/58-RC1 > (svn revision 61996) > > The Git tag commons-parent-58-RC1 commit for this RC is > de69a18dac2f9d698b916a0d5e6fe3e0788a3768 which you can browse here: > > https://gitbox.apache.org/repos/asf?p=commons-parent.git;a=commit;h=de69a18dac2f9d698b916a0d5e6fe3e0788a3768 > You may checkout this tag using: > git clone https://gitbox.apache.org/repos/asf/commons-parent.git > --branch <https://gitbox.apache.org/repos/asf/commons-parent.git--branch> > commons-parent-58-RC1 commons-parent-58-RC1 > > Maven artifacts are here: > > https://repository.apache.org/content/repositories/orgapachecommons-1637/org/apache/commons/commons-parent/58/ > > These are the artifacts and their hashes: > > #Release SHA-512s > #Sat May 20 09:40:12 EDT 2023 > > commons-parent-58-bom.json=64c159d91fb4e481a420e88c7fa936d091d9a8997cc5800b082012e92c98286ca4161b6b7a4fddcb4855d9173d5e1878cb75ad6e60b8462f933f7d9a99ef1480 > > commons-parent-58-bom.xml=40e51a2254e107f67b8091f2eac7209c60662e2950453335da7a4049400e49c30719a196352a16eebc6bcb28346622773129a6ebf75406820b13a9dfb4445320 > > commons-parent-58-site.xml=c6aea4f2c03920366bee23b08b046dacc09710e92c78ccd83f47cd92f89bc53abc3b8bbc7f44017ee94a2cb022ce763fe3f7d8c9aa42d571350269ba6568ca07 > > commons-parent-58-src.tar.gz=8dd62e65bceba52490bd43e72f40801aed11c687005b5aeee24e5c92a45d8f549c4c91848bb8c6039a01dc48ac3a1bd24341a92696178b757743f28ca66ac484 > > commons-parent-58-src.zip=da2d0d2d95f0443d72bd76ba9055e5876520602fb5bb1648791dd43907c5d91182fd50a8b328f785c05cff076e917e335bcaae94e7e3e78937e69816a0bec0ea > > org.apache.commons_commons-parent-58.spdx.json=e2296e5ec1ff0cec273ff75e7abfc1a7347989409b80c630d664220068423da8f003ff569332064009c860ed5f3b62a21dc5311801a3eb15403dbb4cef85360a > > I have tested this with the default Maven goal 'mvn' using: > > Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) > Maven home: /usr/local/Cellar/maven/3.9.2/libexec > Java version: 1.8.0_372, vendor: Homebrew, runtime: > /usr/local/Cellar/openjdk@8 > /1.8.0+372/libexec/openjdk.jdk/Contents/Home/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "mac os x", version: "13.3.1", arch: "x86_64", family: "mac" > Darwin **** 22.4.0 Darwin Kernel Version 22.4.0: Mon Mar 6 21:00:17 > PST 2023; root:xnu-8796.101.5~3/RELEASE_X86_64 x86_64 > > Details of changes since 57 are in the release notes: > > https://dist.apache.org/repos/dist/dev/commons/commons-parent/58-RC1/RELEASE-NOTES.txt > > https://dist.apache.org/repos/dist/dev/commons/commons-parent/58-RC1/site/changes-report.html > > Site: > > https://dist.apache.org/repos/dist/dev/commons/commons-parent/58-RC1/site/index.html > (note some *relative* links are broken and the 58 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/58-RC1/site/rat-report.html > > KEYS: > https://downloads.apache.org/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, > > garydgregory, > Release Manager (using key DEADBEEF) > > 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. > > 1a) Clone and checkout the RC tag > > git clone https://gitbox.apache.org/repos/asf/commons-parent.git > --branch commons-parent-58-RC1 commons-parent-58-RC1 > cd commons-parent-58-RC1 > > 1b) Download and unpack the source archive from: > > https://dist.apache.org/repos/dist/dev/commons/commons-parent/58-RC1/source > > 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) 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 > > 4) 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- >