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