<?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.ecfront</groupId>
        <artifactId>ez-parent</artifactId>
        <version>0.1</version>
    </parent>

    <groupId>com.ecfront</groupId>
    <artifactId>ez-common</artifactId>
    <name>EZ Common</name>
    <description>公共模块</description>
    <url>https://github.com/gudaoxuri/ez-common</url>
    <packaging>jar</packaging>
    <version>0.3.2</version>

    <scm>
        <connection>scm:git:git@github.com:gudaoxuri/ez-common.git</connection>
        <developerConnection>scm:git:git@github.com:gudaoxuri/ez-common.git</developerConnection>
        <url>git@github.com:gudaoxuri/ez-common.git</url>
    </scm>

</project>