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-parent.git
commit 2517dc997b6e8be8bb1e28e544028bea8eefedd3 Author: Gary Gregory <[email protected]> AuthorDate: Sat May 23 16:18:47 2026 -0400 Fix action types in changes.xml --- 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 d10df73..467f679 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -59,8 +59,8 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="101" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX --> - <action type="update" dev="ggregory" due-to="Gary Gregory">Allow maven-pmd-plugin to override org.ow2.asm:asm version (fixes Java 27-ea build: Unsupported class file major version 71).</action> - <action type="update" dev="ggregory" due-to="Jack Green, Gary Gregory">Fix broken Maven Central badges in COMPONENTS.adoc (#709).</action> + <action type="fix" dev="ggregory" due-to="Gary Gregory">Allow maven-pmd-plugin to override org.ow2.asm:asm version (fixes Java 27-ea build: Unsupported class file major version 71).</action> + <action type="fix" dev="ggregory" due-to="Jack Green, Gary Gregory">Fix broken Maven Central badges in COMPONENTS.adoc (#709).</action> <!-- ADD --> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.asm.version from 9.1.1 to 9.10 (adds Java 27 opcode support, fixes SpotBugs Unsupported class file major version 71).</action>
