Hi Gary, I forgot to update changes.xml with the bump of Commons Skin 5.2.0 to 5.3.0. So this is not in the release notes.
This is not a blocker. I'll check if the RC works as expected for a site build. Alex On Fri, 4 Sept 2026 at 13:27, Gary Gregory <[email protected]> wrote: > > We have fixed a few bugs and added enhancements since the release of > Apache Commons Parent 104, so I would like to release Apache Commons > Parent 105. > > Apache Commons Parent 105 RC1 is available for review here: > https://dist.apache.org/repos/dist/dev/commons/parent/105-RC1 (svn > revision 87183) > > The Git tag commons-parent-105-RC1 commit for this RC is > f26020f05ae7e5f87f43f24cf59f76f259e8569e, which you can browse here: > > https://gitbox.apache.org/repos/asf?p=commons-parent.git;a=commit;h=f26020f05ae7e5f87f43f24cf59f76f259e8569e > You may checkout this tag using: > git clone https://gitbox.apache.org/repos/asf/commons-parent.git > --branch commons-parent-105-RC1 commons-parent-105-RC1 > > Maven artifacts are here: > > https://repository.apache.org/content/repositories/orgapachecommons-1963/org/apache/commons/commons-parent/105/ > > These are the artifacts and their hashes: > > #Release SHA-512s > #Fri Sep 04 12:20:32 UTC 2026 > commons-parent-105-bom.json=c6eb40195f898090562b524cced7b5231d663866de396adb1e15423e3306f4c92195494d04d406f9c05de9453321575eaf82cb9c728afb1316b52336039f3244 > commons-parent-105-bom.xml=88dfc6471c3a03a2ade89299cf8c0aa39bbf6673b6fd7260715c4c867c78914089ac53492c2faad707f9e64672ca1e73f1424a79307969092fc8d68ed5a81222 > commons-parent-105-site.xml=a8b3466223967c4e3d643313c1b70c6fc1a1fd5dc15643a9f2c7a42e668ca9531b051ad5d1089f535dc9ffdb0799ae9a7d6da080abc13e7bfbb90a2c08dfedab > commons-parent-105-src.tar.gz=459aec40eb4ebba88cc3ee523dc9d00613d2790eb3c7b197657484b717f1e228379a40782667d50cf02013f274cb77d1bbd35d264ac79fe4e08fb4875debfdce > commons-parent-105-src.zip=0ef31e7ca3e50a1666eadefba568051e6e995ee59966a2dd8e117b6f355def01557f20b065b248602caff9e215b8975ca64597aa30f7f27324b97ddddae006b6 > org.apache.commons_commons-parent-105.spdx.json=1cd8313444cedb648a5c560b81dca11ed7fb694401102196ff3857790b8e8b05584a0621a314f17ef05614e20ba55b837fafeeb2bc42215b2f5d0162d05e868d > > > I have tested this with 'mvn' and 'mvn clean install site' using: > > openjdk version "25.0.4.1" 2026-08-18 > OpenJDK Runtime Environment Homebrew (build 25.0.4.1) > OpenJDK 64-Bit Server VM Homebrew (build 25.0.4.1, mixed mode, sharing) > > Apache Maven 3.9.16 (2bdd9fddda4b155ebf8000e807eb73fd829a51d5) > Maven home: /opt/homebrew/Cellar/maven/3.9.16/libexec > Java version: 25.0.4.1, vendor: Homebrew, runtime: > /opt/homebrew/Cellar/openjdk@25/25.0.4.1/libexec/openjdk.jdk/Contents/Home > Default locale: en_US, platform encoding: UTF-8 > OS name: "mac os x", version: "26.6.2", arch: "aarch64", family: "mac" > > Darwin ****.local 25.6.0 Darwin Kernel Version 25.6.0: Fri Jul 31 > 19:17:26 PDT 2026; root:xnu-12377.161.14~5/RELEASE_ARM64_T6041 arm64 > > Docker version 29.7.2, build a7dcaa6 > > > Details of changes since 104 are in the release notes: > > https://dist.apache.org/repos/dist/dev/commons/parent/105-RC1/RELEASE-NOTES.txt > > https://dist.apache.org/repos/dist/dev/commons/parent/105-RC1/site/changes.html > > Site: > > https://dist.apache.org/repos/dist/dev/commons/parent/105-RC1/site/index.html > (Note some *relative* links are broken and the 105 directories are > not yet created - these will be OK once the site is deployed.) > > JApiCmp Report (compared to 104): > There is no report, this is not a Java component. > > RAT Report: > > https://dist.apache.org/repos/dist/dev/commons/parent/105-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, > > Gary Gregory, > Release Manager (using key 530AA5F25C25011F) > > The following is intended as a helper and refresher for reviewers. > > Validating a release candidate > ============================== > > These guidelines are NOT complete. > > Requirements: Git, Java, and Maven. > > You can validate a release from a release candidate (RC) tag as follows. > > 1a) Download and decompress the source archive from: > > https://dist.apache.org/repos/dist/dev/commons/parent/105-RC1/source > > 1b) Check out the RC tag from git (optional) > > This is optional, as a reviewer must at least check source distributions. > > git clone https://gitbox.apache.org/repos/asf/commons-parent.git > --branch commons-parent-105-RC1 commons-parent-105-RC1 > cd commons-parent-105-RC1 > > 2) Checking the build > > All components should include a default Maven goal, such that you can > run 'mvn' from the command line by itself. > > 2) Check Apache licenses > > This step is not required if the site includes a RAT report page, > which you then must check. > This check should be included in the default Maven build, but you can > check it with: > > mvn apache-rat:check > > 3) Check binary compatibility > > This step is not required if the site includes a JApiCmp report page, > which you then must check. > This check should be included in the default Maven build, but you can > check it with: > > mvn verify -DskipTests -P japicmp japicmp:cmp > > 4) Build the package > > This check should be included in the default Maven build, but you can > check it with: > > 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 > > 4b) Check reproducibility > > To check that a build is reproducible, run: > > mvn clean verify artifact:compare -DskipTests > -Dreference.repo=https://repository.apache.org/content/repositories/staging/ > '-Dbuildinfo.ignore=*/*.spdx.json' > > Note that this excludes SPDX files from the check. > > 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- > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
