Skip to content

Commit

Permalink
Update archetype plugin version to 2.2 to make dependency consistent …
Browse files Browse the repository at this point in the history
…with other modules.

git-svn-id: https://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk@1418080 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
lresende committed Dec 6, 2012
1 parent eb84271 commit 10f975e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maven/archetypes/implementation/pom.xml
Expand Up @@ -36,15 +36,15 @@
<extension>
<groupId>org.apache.maven.archetype</groupId>
<artifactId>archetype-packaging</artifactId>
<version>2.0-alpha-5</version>
<version>2.2</version>
</extension>
</extensions>

<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-archetype-plugin</artifactId>
<version>2.0-alpha-5</version>
<version>2.2</version>
<extensions>true</extensions>
</plugin>
</plugins>
Expand Down

0 comments on commit 10f975e

Please sign in to comment.