27 lines
1.0 KiB
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>robot-orcs-wrapper</artifactId>
|
|
<packaging>pom</packaging>
|
|
<name>Robot Orchestration</name>
|
|
<description>A parent pom for the orchestration programs.</description>
|
|
|
|
<modules>
|
|
<module>robot-orcs</module>
|
|
<module>deployment</module>
|
|
</modules>
|
|
</project>
|