You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/11/14 22:19:16 UTC

svn commit: r1409410 - /maven/archetypes/trunk/maven-archetype-plugin/src/main/resources/archetype-resources/pom.xml

Author: olamy
Date: Wed Nov 14 21:19:15 2012
New Revision: 1409410

URL: http://svn.apache.org/viewvc?rev=1409410&view=rev
Log:
use last plugin-plugin 3.2 version in the archetype

Modified:
    maven/archetypes/trunk/maven-archetype-plugin/src/main/resources/archetype-resources/pom.xml

Modified: maven/archetypes/trunk/maven-archetype-plugin/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-plugin/src/main/resources/archetype-resources/pom.xml?rev=1409410&r1=1409409&r2=1409410&view=diff
==============================================================================
--- maven/archetypes/trunk/maven-archetype-plugin/src/main/resources/archetype-resources/pom.xml (original)
+++ maven/archetypes/trunk/maven-archetype-plugin/src/main/resources/archetype-resources/pom.xml Wed Nov 14 21:19:15 2012
@@ -23,7 +23,7 @@
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
-      <version>3.1</version>
+      <version>3.2</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
@@ -44,7 +44,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>3.1</version>
+        <version>3.2</version>
         <configuration>
           <goalPrefix>${artifactId}</goalPrefix>
           <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>