Sleds/clux/pom.xml

27 lines
1009 B
XML
Raw Normal View History

2025-03-13 21:28:38 +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/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>clux-wrapper</artifactId>
<packaging>pom</packaging>
<name>CLUX</name>
<description>A parent pom for the CLUX webapp program.</description>
<modules>
<module>clux</module>
<module>deployment</module>
</modules>
</project>