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-imaging.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d41b08d Pick up taglist-maven-plugin version from parent POM
8d41b08d is described below

commit 8d41b08d68ae9ac456766d459d27040ab3c50616
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Oct 22 13:10:27 2024 -0400

    Pick up taglist-maven-plugin version from parent POM
---
 pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index defc56c7..93804410 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,8 +59,6 @@
     <commons.release.isDistModule>true</commons.release.isDistModule>
     
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/imaging</commons.distSvnStagingUrl>
     
<project.build.outputTimestamp>2024-04-18T14:55:29Z</project.build.outputTimestamp>
-    <!-- https://github.com/mojohaus/taglist-maven-plugin/issues/165 -->
-    <commons.taglist.version>3.2.1</commons.taglist.version>
     <!-- JaCoCo: Don't make code coverage worse than: -->
     <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
     <commons.jacoco.classRatio>0.96</commons.jacoco.classRatio>
@@ -282,7 +280,6 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>taglist-maven-plugin</artifactId>
-        <version>${commons.taglist.version}</version>
         <configuration>
           <tagListOptions>
             <tagClasses>

Reply via email to