LanternPowerMonitor/zwave/pom.xml

22 lines
757 B
XML
Raw Normal View History

2021-01-14 22:28:24 +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>
<packaging>pom</packaging>
<groupId>com.lanternsoftware.zwave</groupId>
<artifactId>zwave</artifactId>
<name>zwave</name>
2021-01-14 22:28:24 +00:00
<version>1.0.0</version>
<parent>
<groupId>com.lanternsoftware</groupId>
<artifactId>LanternPowerMonitor</artifactId>
<version>1.0.0</version>
</parent>
2021-01-14 22:28:24 +00:00
<modules>
<module>lantern-datamodel-zwave</module>
<module>lantern-service-thermometer</module>
<module>lantern-service-zwave</module>
<module>lantern-uirt</module>
<module>lantern-zwave</module>
</modules>
</project>