blob: f93b61170607a777466ac4686ac60288ab76dc9e [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>Shell32Example</module>
</modules>
</project>