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 6f3eda0 Add property commons.taglist.version with the value "3.2.1"; fixes https://github.com/mojohaus/taglist-maven-plugin/issues/165 6f3eda0 is described below commit 6f3eda0968568c7fdcccc8b959def8b01c389661 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Oct 14 07:28:23 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 35be53b..205b85f 100644 --- a/pom.xml +++ b/pom.xml @@ -876,7 +876,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>taglist-maven-plugin</artifactId> - <version>3.1.0</version> + <version>${commons.taglist.version}</version> </plugin> </plugins> </pluginManagement>