blob: dca027b283472bc97e09039aba290524e1913d3e [file] [log] [blame]
<?xml version="1.0"?><project>
<parent>
<artifactId>wagon</artifactId>
<groupId>org.apache.maven.wagon</groupId>
<version>1.0-beta-2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wagon-provider-api</artifactId>
<name>Maven Wagon API</name>
<version>1.0-beta-2</version>
<description>Maven Wagon API that defines the contract between different Wagon implementations</description>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>
</dependencies>
<distributionManagement>
<status>deployed</status>
</distributionManagement>
</project>