This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git
commit fd05572cbd5c3b87ae096881d50fa82416805b48 Author: Gary Gregory <[email protected]> AuthorDate: Sun Sep 20 08:21:31 2026 -0400 Fix descriptions and organize. --- src/changes/changes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8cb8727..1ccd8d4 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -28,15 +28,15 @@ <body> <release version="1.16.2" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX --> + <action type="fix" dev="ggregory" due-to="Alan Graham, Gary Gregory">Update OpenSSF badge link in readme-md-template.md (#425).</action> <!-- ADD --> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 96 to 105.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.codehaus.mojo:jdepend-maven-plugin from 2.1 to 2.2.0 #420 https://github.com/mojohaus/jdepend-maven-plugin/compare/2.1...jdepend-maven-plugin-2.2.0.</action> - <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.maven.version from 3.9.12 to 3.9.156 #418 https://github.com/apache/maven/compare/maven-3.9.12...maven-3.9.14.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.maven.version from 3.9.12 to 3.9.16 #418 https://github.com/apache/maven/compare/maven-3.9.12...maven-3.9.16.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.ant:ant-launcher from 1.10.15 to 1.10.18.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump graalvm.version from 25.0.2 to 25.0.3 on Java 17 and up.</action> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump graalvm.version from 25.0.3 to 25.3.4.1 on Java 25 and up (#424).</action> - <action type="update" dev="ggregory" due-to="Alan Graham, Gary Gregory">Update OpenSSF badge link in readme-md-template.md (#425).</action> </release> <release version="1.16.1" date="2026-01-25" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->
