We have fixed a few bugs and added some enhancements since Apache
Commons Build Plugin Maven Mojo 1.13 was released, so I would like to
release Apache Commons Build Plugin Maven Mojo 1.14.0.

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

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

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

These are the artifacts and their hashes:

#Release SHA-512s
#Fri Apr 12 22:26:24 UTC 2024
commons-build-plugin-1.14.0-src.zip=67f4d16ee7367b574d5d6825d1148d27efda936f9ca69f760328a9900a470b905d8022c7f3aa8fc358c42462a5b92d770aa6b435ad1c7dd5eabb7e6169da84c1
commons-build-plugin-1.14.0-sources.jar=6fd309dc36d2aad4c00dce46199db33dd5e661b0649dc845787202592f7da1544a4b4d5df239e2a9b0a7849ea81c25740ff9dae33bb4dd5230ca0615b9ce07a6
commons-build-plugin-1.14.0-bin.tar.gz=1fc6709a0186c41e0ca0e12356966df9fb9da5a807d3cf505445af34bc300f9501441ae76852e6c54a50447e9ce7ef89b2a6d6a93b55e192985110beb548c777
commons-build-plugin-1.14.0-bin.zip=a9cdb108dbe70a9f7956c3f590861137cc5ae20c552be4396201b5ee332f61b5d24a54772f7f51896b23fbf8bd5250dd4d3a6df93131d085a93a37fe9a42298d
commons-build-plugin-1.14.0-test-sources.jar=dfff26cfff940e38e024fc40695234823e75a229ed99c21a7be0ec33633a6503f04e4a853c988d732ef3cd62536c7e3191988a2700d453d92c2822d1748dc941
commons-build-plugin-1.14.0-javadoc.jar=104b85f65a53c6442dc0efb30b4b6e353fcd3edff9243adfadd659dfe5b68abde852273222136122f22f5e258cd12117401f28117e21cd2c9bf7b3e3925e4046
commons-build-plugin-1.14.0-src.tar.gz=631b3fd2373f0585c8f41ac4eaaa2f01885e7336c69a410d91a92a6537b0a6c4d926e492a38346e74d9b9f03ce6d5e2befe24a4ed9e8292e97306161cab7c814
commons-build-plugin-1.14.0-tests.jar=36717970d9da8964a2cc9195964c9662e6a19c849b3a7a27b3b49bada250fa2274e1432ae22acc62b83d4bf6418f6449aaae752d5721967c30378de65828a3eb

I have tested this with 'mvn' and 'mvn -V -Prelease -Ptest-deploy -P
jacoco -P japicmp clean package site deploy' using:

openjdk version "17.0.10" 2024-01-16
OpenJDK Runtime Environment Homebrew (build 17.0.10+0)
OpenJDK 64-Bit Server VM Homebrew (build 17.0.10+0, mixed mode, sharing)

Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Maven home: /usr/local/Cellar/maven/3.9.6/libexec
Java version: 17.0.10, vendor: Homebrew, runtime:
/usr/local/Cellar/openjdk@17/17.0.10/libexec/openjdk.jdk/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "14.4.1", arch: "x86_64", family: "mac"

Darwin **** 23.4.0 Darwin Kernel Version 23.4.0: Fri Mar 15 00:11:05
PDT 2024; root:xnu-10063.101.17~1/RELEASE_X86_64 x86_64

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

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

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

RAT Report:
    
https://dist.apache.org/repos/dist/dev/commons/build-plugin/1.14.0-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)

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-build-plugin.git
--branch commons-build-plugin-1.14.0-RC1
commons-build-plugin-1.14.0-RC1
cd commons-build-plugin-1.14.0-RC1

1b) Download and unpack the source archive from:

https://dist.apache.org/repos/dist/dev/commons/build-plugin/1.14.0-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

-the end-

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to