blob: c6d122fba9608c5acd1f7243037ee6e9fc0c2ed7 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>test.group</groupId>
<artifactId>test-parent</artifactId>
<packaging>pom</packaging>
<name>test.group : test-parent</name>
<version>1.2.3-SNAPSHOT</version>
<modules>
<module>MyLibrary</module>
<module>.</module>
</modules>
</project>