2
0
Fork 0
imxmi/demo-petstore/demo-petstore-ear/pom.xml

11 lines
520 B
XML
Raw Normal View History

<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>demo-petstore</artifactId>
2011-12-30 23:07:21 +00:00
<groupId>net.forwardfire.vasc</groupId>
<version>0.3.5-SNAPSHOT</version>
</parent>
2011-12-30 23:07:21 +00:00
<groupId>net.forwardfire.vasc</groupId>
<artifactId>demo-petstore-ear</artifactId>
<version>0.3.5-SNAPSHOT</version>
</project>