This is an automated email from the ASF dual-hosted git repository.

markt-asf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git


The following commit(s) were added to refs/heads/master by this push:
     new 9b5c5cc  Update generated files
9b5c5cc is described below

commit 9b5c5cc897e954155c0e867700a51abbca108203
Author: Mark Thomas <[email protected]>
AuthorDate: Tue May 19 17:12:51 2026 +0100

    Update generated files
---
 CONTRIBUTING.md                   |  3 +--
 README.md                         |  7 +++----
 src/site/xdoc/download_daemon.xml | 26 +++++++++++++-------------
 3 files changed, 17 insertions(+), 19 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 26f0c39..aaa5416 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -69,7 +69,7 @@ Making Changes
 + Respect the original code style:
   + Only use spaces for indentation; you can check for unnecessary whitespace 
with `git diff` before committing.
   + Create minimal diffs - disable _On Save_ actions like _Reformat Source 
Code_ or _Organize Imports_. If you feel the source code should be reformatted 
create a separate PR for this change first.
-+ Write unit tests that match behavioral changes, where the tests fail if the 
changes to the runtime are not applied. This may not always be possible but is 
a best-practice.
++ Write unit tests that match behavioral changes, where the tests fail if the 
changes to the runtime are not applied. This may not always be possible but is 
a best practice.
 Unit tests are typically in the `src/test/java` directory.
 + Run a successful build using the default [Maven](https://maven.apache.org/) 
goal with `mvn`; that's `mvn` on the command line by itself.
 + Write a pull request description that is detailed enough to understand what 
the pull request does, how, and why.
@@ -110,7 +110,6 @@ Additional Resources
 + [Contributor License Agreement][cla]
 + [General GitHub documentation](https://help.github.com/)
 + [GitHub pull request 
documentation](https://help.github.com/articles/creating-a-pull-request/)
-+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
 
 [cla]:https://www.apache.org/licenses/#clas
 [jira]:https://issues.apache.org/jira/browse/DAEMON
diff --git a/README.md b/README.md
index ae325f0..c513e1a 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Apache Commons Daemon
 
 [![Java 
CI](https://github.com/apache/commons-daemon/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-daemon/actions/workflows/maven.yml)
 [![Maven 
Central](https://img.shields.io/maven-central/v/commons-daemon/commons-daemon?label=Maven%20Central)](https://search.maven.org/artifact/commons-daemon/commons-daemon)
-[![Javadocs](https://javadoc.io/badge/commons-daemon/commons-daemon/1.5.1.svg)](https://javadoc.io/doc/commons-daemon/commons-daemon/1.5.1)
+[![Javadocs](https://javadoc.io/badge/commons-daemon/commons-daemon/1.6.0.svg)](https://javadoc.io/doc/commons-daemon/commons-daemon/1.6.0)
 
[![CodeQL](https://github.com/apache/commons-daemon/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-daemon/actions/workflows/codeql-analysis.yml)
 [![OpenSSF 
Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-daemon/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-daemon)
 
@@ -71,7 +71,7 @@ Alternatively, you can pull it from the central Maven 
repositories:
 <dependency>
   <groupId>commons-daemon</groupId>
   <artifactId>commons-daemon</artifactId>
-  <version>1.5.1</version>
+  <version>1.6.0</version>
 </dependency>
 ```
 
@@ -92,7 +92,7 @@ There are some guidelines which will make applying PRs easier 
for us:
 + Respect the existing code style for each file.
 + Create minimal diffs - disable on save actions like reformat source code or 
organize imports. If you feel the source code should be reformatted create a 
separate PR for this change.
 + Provide JUnit tests for your changes and make sure your changes don't break 
any existing tests by running `mvn`.
-+ Before you pushing a PR, run `mvn` (by itself), this runs the default goal, 
which contains all build checks.
++ Before you push a PR, run `mvn` (without arguments). This runs the default 
goal which contains all build checks.
 + To see the code coverage report, regardless of coverage failures, run `mvn 
clean site -Dcommons.jacoco.haltOnFailure=false -Pjacoco`
 
 If you plan to contribute on a regular basis, please consider filing a 
[contributor license agreement](https://www.apache.org/licenses/#clas).
@@ -114,7 +114,6 @@ Additional Resources
 + [Apache Commons Homepage](https://commons.apache.org/)
 + [Apache Issue Tracker (JIRA)](https://issues.apache.org/jira/browse/DAEMON)
 + [Apache Commons Slack Channel](https://the-asf.slack.com/archives/C60NVB8AD)
-+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
 
 Apache Commons Components
 -------------------------
diff --git a/src/site/xdoc/download_daemon.xml 
b/src/site/xdoc/download_daemon.xml
index bc1dc47..84b66c3 100644
--- a/src/site/xdoc/download_daemon.xml
+++ b/src/site/xdoc/download_daemon.xml
@@ -115,32 +115,32 @@ limitations under the License.
       </p>
     </subsection>
     </section>
-    <section name="Apache Commons Daemon 1.5.1 ">
+    <section name="Apache Commons Daemon 1.6.0 ">
       <subsection name="Binaries">
         <table>
           <tr>
-              <td><a 
href="[preferred]/commons/daemon/binaries/commons-daemon-1.5.1-bin.tar.gz">commons-daemon-1.5.1-bin.tar.gz</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/daemon/binaries/commons-daemon-1.5.1-bin.tar.gz.sha512";>sha512</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/daemon/binaries/commons-daemon-1.5.1-bin.tar.gz.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/daemon/binaries/commons-daemon-1.6.0-bin.tar.gz">commons-daemon-1.6.0-bin.tar.gz</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/daemon/binaries/commons-daemon-1.6.0-bin.tar.gz.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/daemon/binaries/commons-daemon-1.6.0-bin.tar.gz.asc";>pgp</a></td>
           </tr>
           <tr>
-              <td><a 
href="[preferred]/commons/daemon/binaries/commons-daemon-1.5.1-bin.zip">commons-daemon-1.5.1-bin.zip</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/daemon/binaries/commons-daemon-1.5.1-bin.zip.sha512";>sha512</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/daemon/binaries/commons-daemon-1.5.1-bin.zip.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/daemon/binaries/commons-daemon-1.6.0-bin.zip">commons-daemon-1.6.0-bin.zip</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/daemon/binaries/commons-daemon-1.6.0-bin.zip.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/daemon/binaries/commons-daemon-1.6.0-bin.zip.asc";>pgp</a></td>
           </tr>
         </table>
       </subsection>
       <subsection name="Source">
         <table>
           <tr>
-              <td><a 
href="[preferred]/commons/daemon/source/commons-daemon-1.5.1-src.tar.gz">commons-daemon-1.5.1-src.tar.gz</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/daemon/source/commons-daemon-1.5.1-src.tar.gz.sha512";>sha512</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/daemon/source/commons-daemon-1.5.1-src.tar.gz.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/daemon/source/commons-daemon-1.6.0-src.tar.gz">commons-daemon-1.6.0-src.tar.gz</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/daemon/source/commons-daemon-1.6.0-src.tar.gz.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/daemon/source/commons-daemon-1.6.0-src.tar.gz.asc";>pgp</a></td>
           </tr>
           <tr>
-              <td><a 
href="[preferred]/commons/daemon/source/commons-daemon-1.5.1-src.zip">commons-daemon-1.5.1-src.zip</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/daemon/source/commons-daemon-1.5.1-src.zip.sha512";>sha512</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/daemon/source/commons-daemon-1.5.1-src.zip.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/daemon/source/commons-daemon-1.6.0-src.zip">commons-daemon-1.6.0-src.zip</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/daemon/source/commons-daemon-1.6.0-src.zip.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/daemon/source/commons-daemon-1.6.0-src.zip.asc";>pgp</a></td>
           </tr>
         </table>
       </subsection>

Reply via email to