Author: lresende
Date: Thu Dec 6 21:05:43 2012
New Revision: 1418080
URL: http://svn.apache.org/viewvc?rev=1418080&view=rev
Log:
Update archetype plugin version to 2.2 to make dependency consistent with other modules.
Modified:
tuscany/sca-java-2.x/trunk/maven/archetypes/implementation/pom.xml
Modified: tuscany/sca-java-2.x/trunk/maven/archetypes/implementation/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/maven/archetypes/implementation/pom.xml?rev=1418080&r1=1418079&r2=1418080&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/maven/archetypes/implementation/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/maven/archetypes/implementation/pom.xml Thu Dec 6 21:05:43
2012
@@ -36,7 +36,7 @@
<extension>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-packaging</artifactId>
- <version>2.0-alpha-5</version>
+ <version>2.2</version>
</extension>
</extensions>
@@ -44,7 +44,7 @@
<plugins>
<plugin>
<artifactId>maven-archetype-plugin</artifactId>
- <version>2.0-alpha-5</version>
+ <version>2.2</version>
<extensions>true</extensions>
</plugin>
</plugins>
|