This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git


The following commit(s) were added to refs/heads/master by this push:
     new ad3cf3e1d pom.xml: removing unused plugins
ad3cf3e1d is described below

commit ad3cf3e1d63322a8f8ac207fd0d0bc1d3c2feee8
Author: Andrus Adamchik <[email protected]>
AuthorDate: Sat May 9 08:44:42 2026 -0400

    pom.xml: removing unused plugins
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3d5d9f69d..5615eefd8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,6 @@
         <maven-antrun-plugin.version>3.2.0</maven-antrun-plugin.version>
         <maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version>
         <maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version>
-        <taglist-maven-plugin.version>3.0.0</taglist-maven-plugin.version>
         
<maven-remote-resources-plugin.version>3.3.0</maven-remote-resources-plugin.version>
         <maven-javadoc-plugin.version>3.12.0</maven-javadoc-plugin.version>
         <dependency-maven-plugin.version>1.0</dependency-maven-plugin.version>
@@ -586,11 +585,6 @@
                                        
<artifactId>maven-surefire-report-plugin</artifactId>
                                        
<version>${maven-surefire-plugin.version}</version>
                                </plugin>
-                               <plugin>
-                                       <groupId>org.codehaus.mojo</groupId>
-                                       
<artifactId>taglist-maven-plugin</artifactId>
-                                       
<version>${taglist-maven-plugin.version}</version>
-                               </plugin>
                                <plugin>
                                        
<artifactId>maven-remote-resources-plugin</artifactId>
                                        
<version>${maven-remote-resources-plugin.version}</version>

Reply via email to