<?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>spring-boxes</artifactId>
        <groupId>com.wuyushuo</groupId>
        <version>1.9.9</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>spring-theme</artifactId>
    <packaging>pom</packaging>

    <modules>
        <module>theme-home</module>
        <module>theme-wms</module>
        <module>theme-boxes</module>
    </modules>

    <licenses>
        <license>
            <name>GNU Library or Lesser General Public License (LGPL)</name>
            <url>http://www.gnu.org/licenses/lgpl.html</url>
        </license>
    </licenses>

    <organization>
        <name>wuyushuo</name>
        <url>http://www.wuyushuo.com</url>
    </organization>

    <scm>
        <connection>scm:git:git@github.com:wuyushuo/spring-boxes.git</connection>
        <developerConnection>scm:git:git@github.com:wuyushuo/spring-boxes.git</developerConnection>
        <url>https://github.com/wuyushuo/spring-boxes</url>
    </scm>

    <description>spring-units</description>

    <developers>
        <developer>
            <id>wuyushuo</id>
            <name>wuyushuo</name>
            <email>wuyushuo_official@163.com</email>
            <url>https://github.com/wuyushuo/spring-boxes/</url>
            <organizationUrl>http://wuyushuo.github.io</organizationUrl>
            <timezone>+8</timezone>
        </developer>
    </developers>

    <issueManagement>
        <system>github</system>
        <url>https://github.com/wuyushuo/spring-boxes/issues</url>
    </issueManagement>

    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <java.version>8</java.version>
        <spring.checkstyle.plugin>0.0.23</spring.checkstyle.plugin>
    </properties>

</project>
