17 lines
678 B
XML
17 lines
678 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-demos</artifactId>
|
||
|
<groupId>net.forwardfire.vasc.demos</groupId>
|
||
|
<packaging>pom</packaging>
|
||
|
<name>vasc-demos</name>
|
||
|
<description>vasc-demos</description>
|
||
|
<modules>
|
||
|
<module>vasc-demo-petstore-j2ee5</module>
|
||
|
</modules>
|
||
|
</project>
|