We have fixed a few bugs and added enhancements since the release of
Apache Commons Build Plugin Maven Mojo 1.16.0, so I would like to
release Apache Commons Build Plugin Maven Mojo 1.16.1.

Apache Commons Build Plugin Maven Mojo 1.16.1 RC1 is available for review here:
    https://dist.apache.org/repos/dist/dev/commons/build-plugin/1.16.1-RC1
(svn revision 82089)

The Git tag commons-build-plugin-1.16.1-RC1 commit for this RC is
5c3ec9001f6372f029e1af63707a1bbfa6312862, which you can browse here:
    
https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=commit;h=5c3ec9001f6372f029e1af63707a1bbfa6312862
You may checkout this tag using:
    git clone https://gitbox.apache.org/repos/asf/commons-build-plugin.git
--branch commons-build-plugin-1.16.1-RC1
commons-build-plugin-1.16.1-RC1

Maven artifacts are here:
    
https://repository.apache.org/content/repositories/orgapachecommons-1913/org/apache/commons/commons-build-plugin/1.16.1/

These are the artifacts and their hashes:

#Release SHA-512s
#Sun Jan 25 14:53:59 UTC 2026
commons-build-plugin-1.16.1-bin.tar.gz=31aaa1b7766b5a16fcf42c40e5fe07fd6e70496cd1821580f046e4e5c0d43a2af2249978d212386510b59e6f90c994b1d0cfaa50c521ac548512eec5c35936a1
commons-build-plugin-1.16.1-bin.zip=6c6468849057f1c6c0fc6f27d99227903412ee2ca2f09fab13ba8b8f93ee6189b31c0cdc1b59f3983086ea1b982cd7c82dda80905bfada2d0a81b041b7763e92
commons-build-plugin-1.16.1-sources.jar=456af69bc33145c559bfb5d0cebd54a74784233ef51350f820cc0fc5375ab8d13eedeb26a6e85550b61f5f0006e91d768cd8c5c93f461888aa7669327e996bef
commons-build-plugin-1.16.1-src.tar.gz=cedd04fd926509e719fb99447cbe74f7ad20207f71f7f216be57720d52e1532c95d8d039fdc5d6f673cdb48fe6e2ffc445dc17a68ad4328c6948fc7c0c585359
commons-build-plugin-1.16.1-src.zip=a10477597010071dda108f3e0c8fe7526ea140f789d1bcba0a16d6e2131fb8aefc35ebf6324c2daed76e2fcb3ec47aaa95cf4da49af9774cc8ae9cac9ed64d41
commons-build-plugin-1.16.1-test-sources.jar=e3812aa208d3bfb043402ec9c0ee230881a668887ddb918363b85b333224f358eedc24ade65d83778a3e8c0120ac716acf5e97d679ca4ccc83b525658358410f
commons-build-plugin-1.16.1-tests.jar=e8744c5f1705c38ea0ba5258dd8bb9138654681e60d1638889ecaaafb8626c59b48aad5ac52b6e92ea9663028e3bf4ea7a0ef92ce45cafd90bf048caae4ace1b


I have tested this with 'mvn' and 'mvn clean install site' using:

openjdk version "25.0.2" 2026-01-20
OpenJDK Runtime Environment Homebrew (build 25.0.2)
OpenJDK 64-Bit Server VM Homebrew (build 25.0.2, mixed mode, sharing)

Apache Maven 3.9.12 (848fbb4bf2d427b72bdb2471c22fced7ebd9a7a1)
Maven home: /opt/homebrew/Cellar/maven/3.9.12/libexec
Java version: 25.0.2, vendor: Homebrew, runtime:
/opt/homebrew/Cellar/openjdk/25.0.2/libexec/openjdk.jdk/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "26.2", arch: "aarch64", family: "mac"

Darwin Garys-MacBook-Pro.local 25.2.0 Darwin Kernel Version 25.2.0:
Tue Nov 18 21:09:56 PST 2025;
root:xnu-12377.61.12~1/RELEASE_ARM64_T6041 arm64

Docker version 29.1.3, build f52814d


Details of changes since 1.16.0 are in the release notes:
    
https://dist.apache.org/repos/dist/dev/commons/build-plugin/1.16.1-RC1/RELEASE-NOTES.txt
    
https://dist.apache.org/repos/dist/dev/commons/build-plugin/1.16.1-RC1/site/changes.html

Site:
    
https://dist.apache.org/repos/dist/dev/commons/build-plugin/1.16.1-RC1/site/index.html
    (Note some *relative* links are broken and the 1.16.1 directories
are not yet created - these will be OK once the site is deployed.)

*** JApiCmp Report (compared to 1.16.0):
    
https://dist.apache.org/repos/dist/dev/commons/build-plugin/1.16.1-RC1/site/japicmp.html

    ***
    Note that the above report notes several errors.
    These are considered OK for the reasons stated below.
    These exceptions are also noted in the Changes and Release Notes.

    Errors reported:
    - methods added to interface: OK because that does not affect
binary compatibility.
    - etc.
    ***

RAT Report:
    
https://dist.apache.org/repos/dist/dev/commons/build-plugin/1.16.1-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/build-plugin/1.16.1-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-build-plugin.git
--branch commons-build-plugin-1.16.1-RC1
commons-build-plugin-1.16.1-RC1
cd commons-build-plugin-1.16.1-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]

Reply via email to