2011-12-30 23:32:07 +00:00
|
|
|
<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>
|
2012-11-21 19:45:08 +00:00
|
|
|
<version>0.4.1-SNAPSHOT</version>
|
2011-12-30 23:32:07 +00:00
|
|
|
<relativePath>..</relativePath>
|
|
|
|
</parent>
|
2011-12-30 23:52:04 +00:00
|
|
|
<artifactId>vasc-demo</artifactId>
|
|
|
|
<groupId>net.forwardfire.vasc.demo</groupId>
|
2011-12-30 23:32:07 +00:00
|
|
|
<packaging>pom</packaging>
|
2011-12-30 23:52:04 +00:00
|
|
|
<name>vasc-demo</name>
|
|
|
|
<description>vasc-demo</description>
|
2011-12-30 23:32:07 +00:00
|
|
|
<modules>
|
|
|
|
<module>vasc-demo-petstore-j2ee5</module>
|
2012-05-06 04:50:29 +00:00
|
|
|
<module>vasc-demo-tech</module>
|
2012-11-21 19:45:08 +00:00
|
|
|
<module>vasc-demo-server</module>
|
2011-12-30 23:32:07 +00:00
|
|
|
</modules>
|
|
|
|
</project>
|