From 6f3eda0968568c7fdcccc8b959def8b01c389661 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Mon, 14 Oct 2024 07:28:23 -0400 Subject: [PATCH] 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 35be53b77..205b85f64 100644 --- a/pom.xml +++ b/pom.xml @@ -876,7 +876,7 @@ org.codehaus.mojo taglist-maven-plugin - 3.1.0 + ${commons.taglist.version}