We have fixed a few bugs since Apache Commons Daemon 1.3.0 was released, so I would like to release Apache Commons Daemon 1.3.1.

Apache Commons Daemon 1.3.1 RC1 is available for review here:
https://dist.apache.org/repos/dist/dev/commons/daemon/1.3.1-RC1 (svn revision 54240)

The Git tag commons-daemon-1.3.1-RC1 commit for this RC is 466cc9a2442412dbb25dc5dad803982a7f864264 which you can browse here:

https://gitbox.apache.org/repos/asf?p=commons-daemon.git;a=commit;h=466cc9a2442412dbb25dc5dad803982a7f864264
You may checkout this tag using:
git clone https://gitbox.apache.org/repos/asf/commons-daemon.git --branch commons-daemon-1.3.1-RC1 commons-daemon-1.3.1-RC1

Maven artifacts are here:

https://repository.apache.org/content/repositories/orgapachecommons-1584/commons-daemon/commons-daemon/1.3.1/

These are the artifacts and their hashes:

#Release SHA-512s
#Tue May 03 15:19:45 BST 2022
commons-daemon-1.3.1-bin-windows.zip=1219e746c0dbc6d077d89f6c1140112e95f80b0c761f38fc3effd4008ab1051ae30a2f40ab74f7671212b565365dba45f1a6f3e2a8d703078faac260d33382c3
commons-daemon-1.3.1-bin.tar.gz=101fa25c723694ed7b1475a178aec40b5c94c6e8bdcfb17411841606148db25dc46825539a5afca02413fefa2566002d69310203f132edfb4e49f3018f158504
commons-daemon-1.3.1-bin.zip=c64eafbe8447a32ec6cc7a2bc94241420b9fb64a43bf2c9e5da116f7b3306706b06c02ee1b71e98c47b2151dd2e8968eee7b7bf8230d86bb1d43095f1521ca80
commons-daemon-1.3.1-javadoc.jar=a2824eda38bad3342644d8a22b67e6ac970c4aa44674eb8951f6e7c18f97fd3941b04b48ab1ece08866b0da01edb8d77f0931c9af5b037d46e6ae501dad20396
commons-daemon-1.3.1-native-src.tar.gz=de1c5352e4f17a717f06ac95cf9f2734ebb29ad85051779829ac67d83b330951947940616d4c1cc87d1cbb8a2415d674a3e4b2d7e2b33a5d34c9fae2fb9c1f16
commons-daemon-1.3.1-native-src.zip=cb046fc4fe0a2e15e793aa2420b632a27acfb716464091d6dea50ce12e04c6f6ca741590e2e9f351b3f1e0cd58747199aaa85b423c688df9b0dcf2775fba52c7
commons-daemon-1.3.1-sources.jar=32b6a04fc01a4fca5af9a437d6f54d5b0980665f4badb3c3d2e4bed11d201bc2ac2cbfbfbba0d5fe47492fe26ef2ea6b6fb6e6c5559a0c645872a10b017baa01
commons-daemon-1.3.1-src.tar.gz=b810ac152f8296d980a4fb3786eff9d147b234dc2377df5fe1bded0824c694c9e82a7ef50b0a63c3e6432dfc4684a3aa2ce8d583aacb740bd4664c3dfb8b8f16
commons-daemon-1.3.1-src.zip=c4a8829a89965c31d250f632380e15ef4494d0c6017119e023d1e48889974a0a76694768182ca36b82101da404e0b4cd0c9769973d15602df248967ea7166f11


KEYS:
  https://www.apache.org/dist/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,

Mark Thomas,
Release Manager (using key 10C01C5A2F6059E7)


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.

1) Clone and checkout the RC tag

git clone https://gitbox.apache.org/repos/asf/commons-daemon.git --branch commons-daemon-1.3.1-RC1 commons-daemon-1.3.1-RC1
cd commons-daemon-1.3.1-RC1

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

6) Build the site for a multi-module project

mvn site
mvn site:stage
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