We have added one enhancement and updated dependencies, including the Apache parent, since Apache Commons Parent 84 was released, so I would like to release Apache Commons Parent 85.
Apache Commons Parent 85 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/parent/85-RC1 (svn revision 77554) The Git tag commons-parent-85-RC1 commit for this RC is 1767b72c3d38c8df9fe36946582d4e4a8985a40e which you can browse here: https://gitbox.apache.org/repos/asf?p=commons-parent.git;a=commit;h=1767b72c3d38c8df9fe36946582d4e4a8985a40e You may checkout this tag using: git clone https://gitbox.apache.org/repos/asf/commons-parent.git --branch commons-parent-85-RC1 commons-parent-85-RC1 Maven artifacts are here: https://repository.apache.org/content/repositories/orgapachecommons-1842/org/apache/commons/commons-parent/85/ These are the artifacts and their hashes: #Release SHA-512s #Sun Jun 15 14:36:45 UTC 2025 commons-parent-85-bom.json=4bd41b4a5b3eb837f8c9877380aa43999ba3991c8fbb0abf97a692cee44f9527f6c5b9fe0275819f0fd37764b4660fea44f3954f10299644bd204919e2d2d3b4 commons-parent-85-bom.xml=62cda40111adba29923fefe52feec09c182af3b4ce4d6b271b949fdd8492bc17984ecaf40f33d7feed074b23a04230a5e08765a63d9e68ec0a449024a00ef630 commons-parent-85-site.xml=07c3de38227fd28664777636162d583dc0cb5061c8133f827023ca3188b641a53ee2aed1192a8842f76071b2db8c5aeef7d4c58457c8688c89d577ae23d51a86 commons-parent-85-src.tar.gz=dd784948b96398e26837f3c03336b176d20f4d630f7c6555181663a7ce21825a7974ee0592e4bd60e3ac84b652469f4b45efac43b7ecf8f02b2d508f43fc1d2d commons-parent-85-src.zip=512192cf95e696fdfc046a7ce241baf613bd47e03333da09fb30205325bec5c4bd20e1157b761dd7b57089a515f7db5a344f6bd504c74fa1f105a987db5f80d4 org.apache.commons_commons-parent-85.spdx.json=7b7cc41fca15654230141c690457ac42f2b7db081857cb6479220f8514223b8ba39ff1db022dbbb1f2a6ca6a68d71ddc262cb6da1e6fc1c79be7773006013f5e I have tested this with 'mvn' using: openjdk version "21.0.7" 2025-04-15 OpenJDK Runtime Environment Homebrew (build 21.0.7) OpenJDK 64-Bit Server VM Homebrew (build 21.0.7, mixed mode, sharing) Apache Maven 3.9.10 (5f519b97e944483d878815739f519b2eade0a91d) Maven home: /opt/homebrew/Cellar/maven/3.9.10/libexec Java version: 21.0.7, vendor: Homebrew, runtime: /opt/homebrew/Cellar/openjdk@21/21.0.7/libexec/openjdk.jdk/Contents/Home Default locale: en_US, platform encoding: UTF-8 OS name: "mac os x", version: "15.5", arch: "aarch64", family: "mac" Darwin ---.local 24.5.0 Darwin Kernel Version 24.5.0: Tue Apr 22 19:53:27 PDT 2025; root:xnu-11417.121.6~2/RELEASE_ARM64_T6041 arm64 Docker version 28.2.2, build e6534b4 Details of changes since 84 are in the release notes: https://dist.apache.org/repos/dist/dev/commons/parent/85-RC1/RELEASE-NOTES.txt https://dist.apache.org/repos/dist/dev/commons/parent/85-RC1/site/changes.html Site: https://dist.apache.org/repos/dist/dev/commons/parent/85-RC1/site/index.html (note some *relative* links are broken and the 85 directories are not yet created - these will be OK once the site is deployed.) RAT Report: https://dist.apache.org/repos/dist/dev/commons/parent/85-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 86fdc7e2a11262cb) 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/85-RC1/source 1b) Check out the RC tag from git (optional) This is optional, as a reviewer must check source distributions as a minimum. git clone https://gitbox.apache.org/repos/asf/commons-parent.git --branch commons-parent-85-RC1 commons-parent-85-RC1 cd commons-parent-85-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: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org