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

rec pushed a commit to branch refactoring/39-Upgrade-plugins
in repository https://gitbox.apache.org/repos/asf/uima-parent-pom.git

commit c3a22ee684c6b633404d015964dfc3fc4f07c15a
Author: Richard Eckart de Castilho <r...@apache.org>
AuthorDate: Wed Aug 2 17:51:51 2023 +0200

    Issue #39: Upgrade plugins
    
    - maven-clean-plugin -> 3.3.1
    - jacoco-maven-plugin 0.8.8 > 0.8.10
    - maven-pmd-plugin 3.19.0 -> 3.21.0
    - PearPackagingMavenPlugin 3.3.1 -> removed
    - japicmp-maven-plugin 0.17.1 -> 0.17.2
    - spotbugs-maven-plugin 4.7.3.0 -> 4.7.3.5
    - maven-gpg-plugin 3.0.1 -> 3.1.0
    - maven-dependency-plugin 3.4.0 -> 3.6.0
    - maven-scm-plugin 1.13.0 -> 2.0.1
    - maven-resources-plugin 3.3.0 -> 3.3.1
    - maven-deploy-plugin 3.0.0 -> 3.1.1
    - maven-source-plugin 3.2.1 -> 3.3.0
    - maven-assembly-plugin 3.4.2 -> 3.6.0
    - build-helper-maven-plugin 3.3.0 -> 3.4.0
    - buildnumber-maven-plugin 3.0.0 -> 3.2.0
    - maven-plugin-plugin 3.7.0 -> 3.9.0
    - maven-compiler-plugin 3.10.1 -> 3.11.0
    - maven-javadoc-plugin 3.4.1 -> 3.5.0
    - maven-bundle-plugin 5.1.8 -> 5.1.9
    - maven-eclipse-plugin 2.10 -> removed
---
 pom.xml | 69 ++++++++++++++++++++++++-----------------------------------------
 1 file changed, 25 insertions(+), 44 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0998dd1..c0e4e88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,9 +129,6 @@
 
     <pdfPaperType>USletter</pdfPaperType>
     
-    <!-- This next dir *must match* the one the PearPackagingMavenPlugin uses 
-->
-    
<pearPackagingDir>${project.build.directory}/pearPackaging</pearPackagingDir>   
 
-  
     <!-- poms wanting this need to set the postNoticeText to this value -->
     <ibmNoticeText>
       Portions of Apache UIMA were originally developed by
@@ -180,6 +177,12 @@
   <build>
     <pluginManagement>
       <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-clean-plugin</artifactId>
+          <version>3.3.1</version>
+        </plugin>
+
         <plugin>
           <groupId>com.agilejava.docbkx</groupId>
           <artifactId>docbkx-maven-plugin</artifactId>
@@ -189,45 +192,31 @@
         <plugin>
           <groupId>org.jacoco</groupId>
           <artifactId>jacoco-maven-plugin</artifactId>
-          <version>0.8.8</version>
+          <version>0.8.10</version>
         </plugin>
       
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-pmd-plugin</artifactId>
-          <version>3.19.0</version>
-        </plugin>
-      
-        <plugin>
-          <groupId>org.apache.uima</groupId>
-          <artifactId>PearPackagingMavenPlugin</artifactId>
-          <version>3.3.1</version>
+          <version>3.21.0</version>
         </plugin>
       
         <plugin>
           <groupId>com.github.siom79.japicmp</groupId>
           <artifactId>japicmp-maven-plugin</artifactId>
-          <version>0.17.1</version>
-          <dependencies>
-            <dependency>
-              <!-- See: https://issues.apache.org/jira/browse/UIMA-6349 -->
-              <groupId>org.codehaus.groovy</groupId>
-              <artifactId>groovy-jsr223</artifactId>
-              <version>2.5.20</version>
-            </dependency>
-          </dependencies>
+          <version>0.17.2</version>
         </plugin>
         
         <plugin>
           <groupId>com.github.spotbugs</groupId>
           <artifactId>spotbugs-maven-plugin</artifactId>
-          <version>4.7.3.0</version>
+          <version>4.7.3.5</version>
         </plugin>
       
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-gpg-plugin</artifactId>
-          <version>3.0.1</version>
+          <version>3.1.0</version>
         </plugin>
 
         <plugin>
@@ -239,25 +228,25 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-dependency-plugin</artifactId>
-          <version>3.4.0</version>
+          <version>3.6.0</version>
         </plugin>
 
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-scm-plugin</artifactId>
-          <version>1.13.0</version>
+          <version>2.0.1</version>
         </plugin>
 
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-resources-plugin</artifactId>
-          <version>3.3.0</version>
+          <version>3.3.1</version>
         </plugin>
 
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-deploy-plugin</artifactId>
-          <version>3.0.0</version>
+          <version>3.1.1</version>
           <configuration> 
             <!-- https://issues.apache.org/jira/browse/UIMA-5367 -->
             <retryFailedDeploymentCount>10</retryFailedDeploymentCount>
@@ -267,7 +256,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-source-plugin</artifactId>
-          <version>3.2.1</version>
+          <version>3.3.0</version>
         </plugin>
 
         <plugin>
@@ -287,7 +276,7 @@
              warning message to use install instead -->
         <plugin>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>3.4.2</version>
+          <version>3.6.0</version>
           <executions>
             <execution>
               <id>default-cli</id>
@@ -303,18 +292,18 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>build-helper-maven-plugin</artifactId>
-          <version>3.3.0</version>
+          <version>3.4.0</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>buildnumber-maven-plugin</artifactId>
-          <version>3.0.0</version>
+          <version>3.2.0</version>
         </plugin>
 
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-plugin-plugin</artifactId>
-          <version>3.7.0</version>
+          <version>3.9.0</version>
           <executions>
             <execution>
               <!-- force to use process-classes phase so runs after Java 
Annotations are available -->
@@ -345,13 +334,13 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.10.1</version>
+          <version>3.11.0</version>
         </plugin>
 
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>3.4.1</version>
+          <version>3.5.0</version>
           <configuration>
             <source>${maven.compiler.source}</source>
             <!-- https://issues.apache.org/jira/browse/UIMA-5369 -->
@@ -451,7 +440,7 @@
         <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
-          <version>5.1.8</version>
+          <version>5.1.9</version>
           <extensions>true</extensions>
           <executions>
             <execution>
@@ -538,13 +527,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-enforcer-plugin</artifactId>
-          <version>3.1.0</version>
-        </plugin>
-        
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-eclipse-plugin</artifactId>
-          <version>2.10</version>
+          <version>3.3.0</version>
         </plugin>
       </plugins>
     </pluginManagement>
@@ -695,7 +678,7 @@
               </target>
             </configuration>
           </execution>
-                 </executions>
+        </executions>
       </plugin>
 
       <plugin>
@@ -1498,7 +1481,6 @@
           <plugin>
             <groupId>org.apache.felix</groupId>
             <artifactId>maven-bundle-plugin</artifactId>
-            <version>5.1.6</version>
             <extensions>true</extensions>
             <configuration>
               <instructions>
@@ -1531,7 +1513,6 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-clean-plugin</artifactId>
-            <version>3.2.0</version>
             <executions>
               <execution>
                 <phase>clean</phase>

Reply via email to