blob: 01322e09d2a3874d59a1c9f3df6ac67536a14391 [file] [log] [blame]
<project>
<modelVersion>4.0.0</modelVersion>
<name>Maven Integration Test :: it0036</name>
<groupId>org.apache.maven.its.it0036</groupId>
<artifactId>maven-it-it0036</artifactId>
<description>Test building from release-pom.xml when it's available</description>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<type>jar</type>
<scope>test</scope>
</dependency>
</dependencies>
</project>