Brett Leslie Porter 2e5828037e Initial revision
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163098 13f79535-47bb-0310-9956-ffa450edef68
2004-09-17 22:03:03 +00:00

26 lines
714 B
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>maven</groupId>
<artifactId>maven-component</artifactId>
<version>2.0-SNAPSHOT</version>
</parent>
<groupId>maven</groupId>
<artifactId>maven-1.x-integration</artifactId>
<name>Maven 1.x Compatibility</name>
<version>2.0-SNAPSHOT</version>
<inceptionYear>2004</inceptionYear>
<package>org.apache.maven.legacy</package>
<!-- TODO: is there a way around this using classworlds? -->
<dependencies>
<dependency>
<groupId>forehead</groupId>
<artifactId>forehead</artifactId>
<version>1.0-beta-5</version>
</dependency>
</dependencies>
</project>