blob: 0298d2c3e932905d880270ff7d45c3cf58a780db [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.maven.its.it0030</groupId>
<artifactId>maven-it-it0030</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>child-hierarchy</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>project1</module>
<module>project2</module>
</modules>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>