You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2015/02/04 23:10:04 UTC

svn commit: r1657420 - in /maven/archetype/trunk: maven-archetype-plugin/pom.xml pom.xml

Author: khmarbaise
Date: Wed Feb  4 22:10:04 2015
New Revision: 1657420

URL: http://svn.apache.org/r1657420
Log:
Removed version definition for maven-plugin-plugin cause
the parent already defines a newer version.

Modified:
    maven/archetype/trunk/maven-archetype-plugin/pom.xml
    maven/archetype/trunk/pom.xml

Modified: maven/archetype/trunk/maven-archetype-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-plugin/pom.xml?rev=1657420&r1=1657419&r2=1657420&view=diff
==============================================================================
--- maven/archetype/trunk/maven-archetype-plugin/pom.xml (original)
+++ maven/archetype/trunk/maven-archetype-plugin/pom.xml Wed Feb  4 22:10:04 2015
@@ -92,7 +92,6 @@
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
-      <version>${mavenPluginPluginVersion}</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
@@ -158,7 +157,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>${mavenPluginPluginVersion}</version>
         <reportSets>
           <reportSet>
             <reports>

Modified: maven/archetype/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/pom.xml?rev=1657420&r1=1657419&r2=1657420&view=diff
==============================================================================
--- maven/archetype/trunk/pom.xml (original)
+++ maven/archetype/trunk/pom.xml Wed Feb  4 22:10:04 2015
@@ -75,7 +75,6 @@
   <properties>
     <mavenVersion>2.2.1</mavenVersion>
     <netbeans.hint.useExternalMaven>true</netbeans.hint.useExternalMaven>
-    <mavenPluginPluginVersion>3.2</mavenPluginPluginVersion>
     <wagonVersion>2.8</wagonVersion>
     <maven.site.path>archetype-archives/archetype-LATEST</maven.site.path>
   </properties>
@@ -246,11 +245,6 @@
           </configuration>
         </plugin>
         <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-plugin-plugin</artifactId>
-          <version>${mavenPluginPluginVersion}</version>
-        </plugin>
-        <plugin>
           <groupId>org.mortbay.jetty</groupId>
           <artifactId>maven-jetty-plugin</artifactId>
           <version>6.1.6</version>