You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2018/01/08 20:41:53 UTC

svn commit: r1820600 - /axis/axis2/java/core/trunk/pom.xml

Author: veithen
Date: Mon Jan  8 20:41:53 2018
New Revision: 1820600

URL: http://svn.apache.org/viewvc?rev=1820600&view=rev
Log:
Upgrade maven-archetype-plugin.

Modified:
    axis/axis2/java/core/trunk/pom.xml

Modified: axis/axis2/java/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/pom.xml?rev=1820600&r1=1820599&r2=1820600&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/pom.xml (original)
+++ axis/axis2/java/core/trunk/pom.xml Mon Jan  8 20:41:53 2018
@@ -536,7 +536,6 @@
         <maven.archiver.version>3.0.2</maven.archiver.version>
         <maven.version>3.3.9</maven.version>
         <maven.plugin.descriptor.version>2.0.7</maven.plugin.descriptor.version>
-        <maven.archetype.plugin.version>2.2</maven.archetype.plugin.version>
         <plexus.classworlds.version>2.4</plexus.classworlds.version>
         <plexus.utils.version>1.4.9</plexus.utils.version>
         <rhino.version>1.6R7</rhino.version>
@@ -948,11 +947,6 @@
                 <version>${maven.plugin.descriptor.version}</version>
             </dependency>
             <dependency>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-archetype-plugin</artifactId>
-                <version>${maven.archetype.plugin.version}</version>
-            </dependency>
-            <dependency>
                 <groupId>org.codehaus.plexus</groupId>
                 <artifactId>plexus-utils</artifactId>
                 <version>${plexus.utils.version}</version>
@@ -1289,6 +1283,11 @@
                         <javaHome>${java.home}</javaHome>
                     </configuration>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-archetype-plugin</artifactId>
+                    <version>3.0.1</version>
+                </plugin>
                 
                 <!-- Use released versions of the aar and mar plugins in order to avoid
                      the chicken and egg problem. -->