blob: 4db6b8a493696e2c0c162d31a8099bb4c99f5c98 [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>SilverlightApplication1</module>
<module>SilverlightApplication1.Web</module>
<module>SilverlightApplication2</module>
<module>SilverlightClassLibrary1</module>
</modules>
</project>