<?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>

    <parent>
        <groupId>com.github.aidensuen</groupId>
        <artifactId>mongodao-parent</artifactId>
        <version>3</version>
    </parent>

    <artifactId>mongodao-helper</artifactId>
    <version>1.1.2</version>
    <packaging>pom</packaging>

    <name>mongodao-helper</name>
    <description>Mongodao helper</description>
    <url>https://github.com/aidensuen</url>

    <modules>
        <module>mongodao-merge</module>
        <module>mongodao-core</module>
        <module>mongodao-pagehelper</module>
        <module>spring-boot-starter</module>
        <module>mongodao-spring</module>
    </modules>

    <licenses>
        <license>
            <name>The Apache Software License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <scm>
        <url>https://github.com/aidensuen/Mongodao</url>
        <connection>scm:git:https://github.com/aidensuen/Mongodao.git</connection>
        <developerConnection>scm:git:https://github.com/aidensuen/Mongodao.git</developerConnection>
    </scm>

    <developers>
        <developer>
            <name>aidensuen</name>
            <email>AbnerSun2016@163.com</email>
            <url>https://github.com/aidensuen</url>
        </developer>
    </developers>
</project>