preparing to release.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@201470 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2005-06-23 21:02:04 +00:00
parent 95377e1727
commit 0e9215b30c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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