Author: olamy
Date: Sat Oct 29 21:58:45 2011
New Revision: 1195052
URL: http://svn.apache.org/viewvc?rev=1195052&view=rev
Log:
upgrade maven-plugin-plugin use in archetype to 2.9
Modified:
maven/archetypes/trunk/maven-archetype-plugin-site/src/main/resources/archetype-resources/pom.xml
maven/archetypes/trunk/maven-archetype-plugin/src/main/resources/archetype-resources/pom.xml
Modified:
maven/archetypes/trunk/maven-archetype-plugin-site/src/main/resources/archetype-resources/pom.xml
URL:
http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-plugin-site/src/main/resources/archetype-resources/pom.xml?rev=1195052&r1=1195051&r2=1195052&view=diff
==============================================================================
---
maven/archetypes/trunk/maven-archetype-plugin-site/src/main/resources/archetype-resources/pom.xml
(original)
+++
maven/archetypes/trunk/maven-archetype-plugin-site/src/main/resources/archetype-resources/pom.xml
Sat Oct 29 21:58:45 2011
@@ -26,7 +26,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
- <version>2.5.1</version><!-- same version as build plugin -->
+ <version>2.9</version><!-- same version as build plugin -->
<reportSets>
<reportSet>
<reports>
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=1195052&r1=1195051&r2=1195052&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
Sat Oct 29 21:58:45 2011
@@ -33,7 +33,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
- <version>2.5.1</version>
+ <version>2.9</version>
<configuration>
<goalPrefix>${artifactId}</goalPrefix>
</configuration>