Brett Leslie Porter a91be5bc51 use new name
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163789 13f79535-47bb-0310-9956-ffa450edef68
2005-04-05 16:30:55 +00:00

23 lines
609 B
XML

<model>
<parent>
<artifactId>maven</artifactId>
<groupId>org.apache.maven</groupId>
<version>2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-1.x-integration</artifactId>
<packaging>jar</packaging>
<name>Maven 1.x Compatibility</name>
<version>2.0-SNAPSHOT</version>
<inceptionYear>2004</inceptionYear>
<dependencies>
<dependency>
<groupId>forehead</groupId>
<artifactId>forehead</artifactId>
<version>1.0-beta-5</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
</dependencies>
</model>