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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8aa599b  Prepare for the next release candidate
8aa599b is described below

commit 8aa599bd2348583865bcbacd93f06c258afafeec
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 25 14:49:35 2026 +0000

    Prepare for the next release candidate
---
 README.md                               |  6 ++---
 RELEASE-NOTES.txt                       | 44 +++++++++++++++++++++++++++++++++
 src/changes/changes.xml                 |  2 +-
 src/site/xdoc/download_build-plugin.xml | 26 +++++++++----------
 4 files changed, 61 insertions(+), 17 deletions(-)

diff --git a/README.md b/README.md
index 9a5c1b6..50955a4 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Apache Commons Build Plugin Maven Mojo
 
 [![Java 
CI](https://github.com/apache/commons-build-plugin/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-build-plugin/actions/workflows/maven.yml)
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-build-plugin?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.commons/commons-build-plugin)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-build-plugin/1.16.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-build-plugin/1.16.0)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-build-plugin/1.16.1.svg)](https://javadoc.io/doc/org.apache.commons/commons-build-plugin/1.16.1)
 
[![CodeQL](https://github.com/apache/commons-build-plugin/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-build-plugin/actions/workflows/codeql-analysis.yml)
 [![OpenSSF 
Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-build-plugin/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-build-plugin)
 
@@ -74,7 +74,7 @@ Alternatively, you can pull it from the central Maven 
repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-build-plugin</artifactId>
-  <version>1.16.0</version>
+  <version>1.16.1</version>
 </dependency>
 ```
 
@@ -95,7 +95,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).
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index bde5592..3ff8e50 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,3 +1,47 @@
+Apache Commons Build Plugin Maven Mojo 1.16.1 RELEASE NOTES
+-----------------------------------------------------------
+
+The Apache Commons team is pleased to announce Apache Commons Build Plugin 
Maven Mojo 1.16.1. 
+
+Apache Maven Mojo for Apache Commons Build tasks.
+
+For example:
+mvn commons-build:download-page [-Dcommons.release.version=1.2.3]
+
+To use a SNAPSHOT version (for testing and so on):
+mvn org.apache.commons:commons-build-plugin:1.14.0-SNAPSHOT:download-page 
[-Dcommons.release.version=1.2.3]
+
+This is a feature and maintenance release. Java 8 or later is required.
+
+Changes in this version include:
+
+
+Fixed Bugs
+----------
+
+*                   Removed outdated social media link from README.md and 
CONTRIBUTING.md Thanks to Bernd Eckenfels.
+*                   Tweak README (grammar and clarity). See: 
https://github.com/apache/commons-lang/pull/1442 Thanks to seshathri044.
+*                   Fix Apache RAT plugin console warnings. Thanks to Gary 
Gregory.
+
+Changes
+-------
+
+*                   Bump org.apache.commons:commons-parent from 85 to 96 #391, 
#411, #412. Thanks to Dependabot, Gary Gregory.
+*                   Bump graalvm.version from 24.2.2 to 25.0.2 #390, #401. 
Thanks to Dependabot, Gary Gregory.
+*                   Bump org.apache.maven.plugin-tools:maven-script-ant from 
3.15.1 to 3.15.2 #407. Thanks to Dependabot, Gary Gregory.
+*                   Bump org.apache.maven.plugin-tools:maven-plugin-tools-ant 
from 3.15.1 to 3.15.2 #405. Thanks to Dependabot, Gary Gregory.
+*                   Bump org.apache.maven.plugins:maven-plugin-plugin from 
3.15.1 to 3.15.2 #408. Thanks to Dependabot, Gary Gregory.
+*                   Bump commons.maven.version from 3.9.11 to 3.9.12 #415. 
Thanks to Dependabot, Gary Gregory.
+
+
+For complete information on Apache Commons Build Plugin Maven Mojo, including 
instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Commons Build Plugin 
Maven Mojo website:
+
+https://commons.apache.org/proper/commons-build-plugin/
+
+Download page: 
https://commons.apache.org/proper/commons-build-plugin/download_build-plugin.cgi
+
+-----------------------------------------------------------------------------
 Apache Commons Build Plugin Maven Mojo 1.16.0 RELEASE NOTES
 -----------------------------------------------------------
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c1b3bab..510fdaa 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -26,7 +26,7 @@
     <author email="[email protected]">Apache Commons Developers</author>
   </properties>
   <body>
-    <release version="1.16.1" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
+    <release version="1.16.1" date="2026-01-25" description="This is a feature 
and maintenance release. Java 8 or later is required.">
       <!-- FIX -->
       <action type="fix" dev="ecki" due-to="Bernd Eckenfels">Removed outdated 
social media link from README.md and CONTRIBUTING.md</action>
       <action type="fix" dev="sebb" due-to="seshathri044">Tweak README 
(grammar and clarity). See: 
https://github.com/apache/commons-lang/pull/1442</action>
diff --git a/src/site/xdoc/download_build-plugin.xml 
b/src/site/xdoc/download_build-plugin.xml
index 0c008ed..e5b6112 100644
--- a/src/site/xdoc/download_build-plugin.xml
+++ b/src/site/xdoc/download_build-plugin.xml
@@ -115,32 +115,32 @@ limitations under the License.
       </p>
     </subsection>
     </section>
-    <section name="Apache Commons Build Plugin Maven Mojo 1.16.0 ">
+    <section name="Apache Commons Build Plugin Maven Mojo 1.16.1 ">
       <subsection name="Binaries">
         <table>
           <tr>
-              <td><a 
href="[preferred]/commons/build-plugin/binaries/commons-build-plugin-1.16.0-bin.tar.gz">commons-build-plugin-1.16.0-bin.tar.gz</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/build-plugin/binaries/commons-build-plugin-1.16.0-bin.tar.gz.sha512";>sha512</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/build-plugin/binaries/commons-build-plugin-1.16.0-bin.tar.gz.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/build-plugin/binaries/commons-build-plugin-1.16.1-bin.tar.gz">commons-build-plugin-1.16.1-bin.tar.gz</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/build-plugin/binaries/commons-build-plugin-1.16.1-bin.tar.gz.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/build-plugin/binaries/commons-build-plugin-1.16.1-bin.tar.gz.asc";>pgp</a></td>
           </tr>
           <tr>
-              <td><a 
href="[preferred]/commons/build-plugin/binaries/commons-build-plugin-1.16.0-bin.zip">commons-build-plugin-1.16.0-bin.zip</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/build-plugin/binaries/commons-build-plugin-1.16.0-bin.zip.sha512";>sha512</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/build-plugin/binaries/commons-build-plugin-1.16.0-bin.zip.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/build-plugin/binaries/commons-build-plugin-1.16.1-bin.zip">commons-build-plugin-1.16.1-bin.zip</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/build-plugin/binaries/commons-build-plugin-1.16.1-bin.zip.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/build-plugin/binaries/commons-build-plugin-1.16.1-bin.zip.asc";>pgp</a></td>
           </tr>
         </table>
       </subsection>
       <subsection name="Source">
         <table>
           <tr>
-              <td><a 
href="[preferred]/commons/build-plugin/source/commons-build-plugin-1.16.0-src.tar.gz">commons-build-plugin-1.16.0-src.tar.gz</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/build-plugin/source/commons-build-plugin-1.16.0-src.tar.gz.sha512";>sha512</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/build-plugin/source/commons-build-plugin-1.16.0-src.tar.gz.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/build-plugin/source/commons-build-plugin-1.16.1-src.tar.gz">commons-build-plugin-1.16.1-src.tar.gz</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/build-plugin/source/commons-build-plugin-1.16.1-src.tar.gz.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/build-plugin/source/commons-build-plugin-1.16.1-src.tar.gz.asc";>pgp</a></td>
           </tr>
           <tr>
-              <td><a 
href="[preferred]/commons/build-plugin/source/commons-build-plugin-1.16.0-src.zip">commons-build-plugin-1.16.0-src.zip</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/build-plugin/source/commons-build-plugin-1.16.0-src.zip.sha512";>sha512</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/build-plugin/source/commons-build-plugin-1.16.0-src.zip.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/build-plugin/source/commons-build-plugin-1.16.1-src.zip">commons-build-plugin-1.16.1-src.zip</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/build-plugin/source/commons-build-plugin-1.16.1-src.zip.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/build-plugin/source/commons-build-plugin-1.16.1-src.zip.asc";>pgp</a></td>
           </tr>
         </table>
       </subsection>

Reply via email to