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-parent.git
The following commit(s) were added to refs/heads/master by this push: new 28da5f1 Add property commons.taglist.version with the value "3.2.1"; fixes https://github.com/mojohaus/taglist-maven-plugin/issues/165 28da5f1 is described below commit 28da5f1701c756c9a1c4d2042e979ee9f17e8d91 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Oct 13 16:34:03 2024 -0400 Add property commons.taglist.version with the value "3.2.1"; fixes https://github.com/mojohaus/taglist-maven-plugin/issues/165 --- pom.xml | 3 +-- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index f4a5bcc..003319e 100644 --- a/pom.xml +++ b/pom.xml @@ -157,8 +157,7 @@ <commons.junit.version>5.11.2</commons.junit.version> <commons.jmh.version>1.37</commons.jmh.version> <commons.asm.version>9.7.1</commons.asm.version> - <!-- https://github.com/mojohaus/taglist-maven-plugin/issues/165 --> - <commons.taglist.version>3.1.0</commons.taglist.version> + <commons.taglist.version>3.2.1</commons.taglist.version> <!-- Note: Maven site plugin 3.5.1 is the latest version but is not a direct replacement: diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d84c807..92b59ff 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -62,7 +62,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory">Fix spotbugs:check on Java 24-ea.</action> <!-- ADD --> <action type="add" dev="ggregory" due-to="Gary Gregory">Add property commons.asm.version with the value "9.7.1".</action> - <action type="add" dev="ggregory" due-to="Gary Gregory">Add property commons.taglist.version with the value "3.1.0".</action> + <action type="add" dev="ggregory" due-to="Gary Gregory">Add property commons.taglist.version with the value "3.2.1"; fixes https://github.com/mojohaus/taglist-maven-plugin/issues/165.</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.0 to 3.5.1.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1.</action>