2
0
Fork 0
imxmi/vasc-test/pom.xml
2012-01-22 08:16:15 +01:00

16 lines
626 B
XML

<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>vasc</artifactId>
<groupId>net.forwardfire.vasc</groupId>
<version>0.3.5-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>vasc-test</artifactId>
<packaging>pom</packaging>
<name>vasc-test</name>
<description>vasc-test</description>
<modules>
<module>vasc-test-frontend-data</module>
</modules>
</project>