Brett Leslie Porter 6557e2d4be update archetypes
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@170014 13f79535-47bb-0310-9956-ffa450edef68
2005-05-13 12:49:01 +00:00

17 lines
441 B
XML

<model>
<parent>
<artifactId>maven</artifactId>
<groupId>org.apache.maven</groupId>
<version>2.0-alpha-2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-archetype</artifactId>
<packaging>pom</packaging>
<version>1.0-alpha-1</version>
<modules>
<module>maven-archetype-core</module>
<module>maven-archetype-plugin</module>
<module>maven-archetypes</module>
</modules>
</model>