jetlinks-community/jetlinks-manager/pom.xml

21 lines
757 B
XML
Raw Normal View History

2020-01-14 03:25:37 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>jetlinks-community</artifactId>
<groupId>org.jetlinks.community</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetlinks-manager</artifactId>
<modules>
<module>authentication-manager</module>
<module>device-manager</module>
<module>network-manager</module>
2020-02-19 07:03:38 +00:00
<module>notify-manager</module>
2020-01-14 03:25:37 +00:00
</modules>
</project>