Sleds/playground/pom.xml

27 lines
1.0 KiB
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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.sequencelogic</groupId>
<artifactId>masterbuild</artifactId>
<version>2.3.0</version>
<!-- relative path must be specified to pick up parent pom changes, otherwise
the parent POM must first be installed in the local repo -->
<relativePath>../masterbuild</relativePath>
</parent>
<organization>
<name>Sequencelogic, LLC</name>
<url>http://www.sequencelogic.net</url>
</organization>
<artifactId>playground-wrapper</artifactId>
<packaging>pom</packaging>
<name>Playground</name>
<description>A parent pom for the Playground webapp program.</description>
<modules>
<module>playground</module>
<module>deployment</module>
</modules>
</project>