blob: e9eca2ebb742339833e516ea562b221ce1ddab28 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.maven.its.mng3057</groupId>
<artifactId>mng-3057</artifactId>
<version>${testVersion}</version>
</parent>
<artifactId>level2</artifactId>
<version>${testVersion}</version>
<packaging>pom</packaging>
<modules>
<module>level3</module>
</modules>
</project>