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 932848abc5652ed3ce9066237b44346c1e80d329
Author: Richard Eckart de Castilho <r...@apache.org>
AuthorDate: Wed Aug 2 17:20:13 2023 +0200

    Issue #39: Upgrade plugins
    
    - maven-remote-resources-plugin 1.7.0 -> 3.1.0
---
 pom.xml | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3d2fec4..0998dd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,7 +89,7 @@
     <url>https://ci-builds.apache.org/</url>
     <notifiers />
   </ciManagement>
-  
+
   <!-- distribution management - is inherited from Apache POM
        and specifies 
          https://repository.apache.org/service/local/staging/deploy/maven2
@@ -233,8 +233,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-remote-resources-plugin</artifactId>
-          <!-- 
https://issues.apache.org/jira/browse/MPOM-344?focusedCommentId=17656127&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17656127
 -->
-          <version>1.7.0</version>
+          <version>3.1.0</version>
         </plugin>
 
         <plugin>
@@ -1390,7 +1389,7 @@
           </resource>
         </resources>
 
-        <pluginManagement>          
+        <pluginManagement>
           <!-- 
             run the felix plugin in manifest mode because that plugin doesn't 
resolve all properties
             e.g., parsedVersion.osgiVersion
@@ -1464,7 +1463,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-antrun-plugin</artifactId>
-            <executions>              
+            <executions>
               <!-- https://issues.apache.org/jira/browse/UIMA-2967 -->
               <execution>
                 <id>clear-META-INF</id>
@@ -1863,7 +1862,6 @@
         </plugins>
       </build>
     </profile>
-    
 
     <!-- ********************************** -->
     <!-- * Backwards compatibility report * -->
@@ -2068,7 +2066,7 @@
         </plugins>
       </build>
     </profile>
-        
+
     <!-- *********************************************** -->
     <!-- * Enable Tycho in a module                    * -->
     <!-- *********************************************** -->

Reply via email to