update mojo archetype for 2.0

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@326667 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-19 20:02:20 +00:00
parent f9f0593569
commit fbb96d9766
2 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@
<parent>
<artifactId>maven-archetypes</artifactId>
<groupId>org.apache.maven.archetypes</groupId>
<version>1.0-alpha-4-SNAPSHOT</version>
<version>1.0-alpha-3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-archetype-mojo</artifactId>
<version>1.0-alpha-4-SNAPSHOT</version>
</project>
</project>

View File

@ -11,7 +11,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>2.0-beta-2</version>
<version>2.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>