<?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">
    <modelVersion>4.0.0</modelVersion>

    <artifactId>feingto-iot-hub</artifactId>
    <version>2020.0.3.2</version>
    <packaging>pom</packaging>
    <name>feingto-iot-hub</name>
    <description>物联网消息通讯</description>
    <url>http://www.lfeiyun.com</url>

    <parent>
        <groupId>com.feingto.cloud</groupId>
        <artifactId>feingto-cloud-dependencies</artifactId>
        <version>2020.0.3.3</version>
        <relativePath/>
    </parent>

    <modules>
        <module>iot-hub-client/iot-hub-client-java</module>
        <module>iot-hub-client/iot-hub-client-spring</module>
        <module>iot-hub-common</module>
        <module>iot-hub-server</module>
    </modules>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>${project.groupId}</groupId>
                <artifactId>iot-hub-client-java</artifactId>
                <version>${project.version}</version>
            </dependency>
            <dependency>
                <groupId>${project.groupId}</groupId>
                <artifactId>iot-hub-client-spring</artifactId>
                <version>${project.version}</version>
            </dependency>
        </dependencies>
    </dependencyManagement>

    <scm>
        <connection>scm:git:https://gitee.com/feingto_admin/feingto-iot-hub.git</connection>
        <developerConnection>scm:git:https://gitee.com/feingto_admin/feingto-iot-hub.git</developerConnection>
        <url>https://gitee.com/feingto_admin/feingto-iot-hub</url>
        <tag>HEAD</tag>
    </scm>
</project>