We have fixed one bug and updated dependencies since Apache Commons Build
Plugin Maven Mojo 1.14.0 was released, so I would like to release Apache
Commons Build Plugin Maven Mojo 1.14.1.
Apache Commons Build Plugin Maven Mojo 1.14.1 RC1 is available for review
here:
https://dist.apache.org/repos/dist/dev/commons/build-plugin/1.14.1-RC1
(svn revision 72766)
The Git tag commons-build-plugin-1.14.1-RC1 commit for this RC is
fccbe31f46538be7a65a4123f3fda943ddd71e32 which you can browse here:
https://gitbox.apache.org/repos/asf?p=commons-build-plugin.git;a=commit;h=fccbe31f46538be7a65a4123f3fda943ddd71e32
You may checkout this tag using:
git clone https://gitbox.apache.org/repos/asf/commons-build-plugin.git
--branch commons-build-plugin-1.14.1-RC1 commons-build-plugin-1.14.1-RC1
Maven artifacts are here:
https://repository.apache.org/content/repositories/orgapachecommons-1784/org/apache/commons/commons-build-plugin/1.14.1/
These are the artifacts and their hashes:
#Release SHA-512s
#Sun Nov 03 19:50:46 UTC 2024
commons-build-plugin-1.14.1-bin.tar.gz=8c585d12ed2e917a8f4b34aed93ca2f95e63cb835f15b79b811c858dc9363148048f7810adb8fa77af2da9d25f563c31d77fe68675f15fc2e8fa4c33d0b694a8
commons-build-plugin-1.14.1-bin.zip=6b8e982ad4447df90d422b173b482223d72216b621ea47bfba6e053de52e44adb196bd898bd0cbe5afb7760c45b63702fac9976e2a8d3b6e078455945f731d3b
commons-build-plugin-1.14.1-sources.jar=4d363eb9a9ba4856b4fe2c7afed7081f726896bb277188735ca995bf8cb186ae9e01ec630dd1e34201a56e1fddacb3760bfd8e1a0859a5c7d97f5c2881a8fae8
commons-build-plugin-1.14.1-src.tar.gz=952f05679942710a4f48c25c8505299e647aa0327a25b90ff7600da5f231c31def68d6c47da22467ba272be887e29b9ba1f1189be1f8bdcae34832a20d8ead3c
commons-build-plugin-1.14.1-src.zip=95a415702b9540d02bd934f2980954b70480e205f60f5fdb5376762f09596482f8fc29b3c95453d3a28af6707fc65b2cb8396a91d2ee3121ce43b85f450bdd3a
commons-build-plugin-1.14.1-test-sources.jar=0c069b20f0dd41704d6d54906dd09b186e34989215641087e391a705e0b8b8876c8c89446f73a36a45766585a407c4465f856f2d00f7cf515216863a318b2985
commons-build-plugin-1.14.1-tests.jar=fc440742b38716752601d1942e1f49210e363b565e30e2a6d9c10bcfba95e08871ec04ffa14d873fee26895fb8f0a83347b566674fc0492d855e65a4c44b4561
I have tested this with 'MVN' AND 'mvn -e -V -Prelease -Ptest-deploy -P
jacoco -P japicmp clean package site deploy' using:
openjdk version "17.0.13" 2024-10-15
OpenJDK Runtime Environment Homebrew (build 17.0.13+0)
OpenJDK 64-Bit Server VM Homebrew (build 17.0.13+0, mixed mode, sharing)
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: /usr/local/Cellar/maven/3.9.9/libexec
Java version: 17.0.13, vendor: Homebrew, runtime:
/usr/local/Cellar/openjdk@17/17.0.13/libexec/openjdk.jdk/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "15.0.1", arch: "x86_64", family: "mac"
Darwin **** 24.0.0 Darwin Kernel Version 24.0.0: Tue Sep 24 23:36:30 PDT
2024; root:xnu-11215.1.12~1/RELEASE_X86_64 x86_64
Details of changes since 1.14.0 are in the release notes:
https://dist.apache.org/repos/dist/dev/commons/build-plugin/1.14.1-RC1/RELEASE-NOTES.txt
https://dist.apache.org/repos/dist/dev/commons/build-plugin/1.14.1-RC1/site/changes-report.html
Site:
https://dist.apache.org/repos/dist/dev/commons/build-plugin/1.14.1-RC1/site/index.html
(note some *relative* links are broken and the 1.14.1 directories are
not yet created - these will be OK once the site is deployed.)
RAT Report:
https://dist.apache.org/repos/dist/dev/commons/build-plugin/1.14.1-RC1/site/rat-report.html
KEYS:
https://downloads.apache.org/commons/KEYS
Please review this 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, 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-build-plugin.git
--branch commons-build-plugin-1.14.1-RC1 commons-build-plugin-1.14.1-RC1
cd commons-build-plugin-1.14.1-RC1
1b) Download and unpack the source archive from:
https://dist.apache.org/repos/dist/dev/commons/build-plugin/1.14.1-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) 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
Note that the project reports are created for each module.
Modules can be accessed using the 'Project Modules' link under
the 'Project Information' menu (see <path-to-site>/modules.html).
-the end-