2005-07-21 09:58:42 -04:00
|
|
|
<model xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2005-09-15 00:26:09 -04:00
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
2004-09-17 18:03:03 -04:00
|
|
|
<parent>
|
2005-04-05 12:30:55 -04:00
|
|
|
<artifactId>maven</artifactId>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-14 00:08:29 -04:00
|
|
|
<version>2.0-beta-1-SNAPSHOT</version>
|
2004-09-17 18:03:03 -04:00
|
|
|
</parent>
|
2005-03-09 20:35:25 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2004-09-17 18:03:03 -04:00
|
|
|
<artifactId>maven-1.x-integration</artifactId>
|
|
|
|
<name>Maven 1.x Compatibility</name>
|
|
|
|
<inceptionYear>2004</inceptionYear>
|
|
|
|
<dependencies>
|
2005-09-14 02:35:35 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>plexus</groupId>
|
2005-09-15 00:26:09 -04:00
|
|
|
<artifactId>plexus-utils</artifactId>
|
2005-09-14 02:35:35 -04:00
|
|
|
</dependency>
|
2004-09-17 18:03:03 -04:00
|
|
|
<dependency>
|
2005-09-15 00:26:09 -04:00
|
|
|
<groupId>plexus</groupId>
|
|
|
|
<artifactId>plexus-container-default</artifactId>
|
2004-09-17 18:03:03 -04:00
|
|
|
</dependency>
|
2005-09-15 00:26:09 -04:00
|
|
|
<!--
|
|
|
|
<dependency>
|
|
|
|
<groupId>forehead</groupId>
|
|
|
|
<artifactId>forehead</artifactId>
|
|
|
|
<version>1.0-beta-5</version>
|
|
|
|
</dependency>
|
|
|
|
-->
|
2004-09-17 18:03:03 -04:00
|
|
|
</dependencies>
|
2005-03-23 01:52:55 -05:00
|
|
|
</model>
|