You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2020/04/22 21:53:32 UTC

[ws-axiom] branch master updated: Upgrade maven-plugin-plugin

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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new f8ad243  Upgrade maven-plugin-plugin
f8ad243 is described below

commit f8ad2435a4473e460fa81b8b00d23848a0f0e550
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Wed Apr 22 22:53:20 2020 +0100

    Upgrade maven-plugin-plugin
---
 buildutils/buildutils-maven-plugin/pom.xml | 26 --------------------------
 buildutils/pom.xml                         |  2 +-
 2 files changed, 1 insertion(+), 27 deletions(-)

diff --git a/buildutils/buildutils-maven-plugin/pom.xml b/buildutils/buildutils-maven-plugin/pom.xml
index 90237f4..1664d5e 100644
--- a/buildutils/buildutils-maven-plugin/pom.xml
+++ b/buildutils/buildutils-maven-plugin/pom.xml
@@ -73,30 +73,4 @@
             <artifactId>asm</artifactId>
         </dependency>
     </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <artifactId>maven-plugin-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <!-- See MNG-5346 -->
-                        <id>default-descriptor</id>
-                        <goals>
-                            <goal>descriptor</goal>
-                        </goals>
-                        <configuration>
-                            <skip>true</skip>
-                        </configuration>
-                    </execution>
-                    <execution>
-                        <id>mojo-descriptor</id>
-                        <goals>
-                            <goal>descriptor</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
 </project>
diff --git a/buildutils/pom.xml b/buildutils/pom.xml
index 3508933..bb60bf0 100644
--- a/buildutils/pom.xml
+++ b/buildutils/pom.xml
@@ -66,7 +66,7 @@
             <plugins>
                 <plugin>
                     <artifactId>maven-plugin-plugin</artifactId>
-                    <version>3.3</version>
+                    <version>3.6.0</version>
                 </plugin>
             </plugins>
         </pluginManagement>