getting ready to release.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@201462 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2005-06-23 20:54:04 +00:00
parent a2cd5059d5
commit 660b57ccab
1 changed files with 4 additions and 3 deletions

View File

@ -1,13 +1,14 @@
<model>
<project>
<parent>
<artifactId>maven-archetype</artifactId>
<groupId>org.apache.maven</groupId>
<version>1.0-alpha-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven</groupId>
<artifactId>maven-archetype-core</artifactId>
<packaging>jar</packaging>
<version>1.0-alpha-2</version>
<version>1.0-alpha-2-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>plexus</groupId>
@ -42,4 +43,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</model>
</project>