<project xmlns="http://POM/4.0.0" xmlns:xsi="http://2001/XMLSchema-instance" xsi:schemaLocation="http://POM/4.0.0 http://xsd/maven-4.0.0.xsd">

    <modelVersion>4.0.0</modelVersion>
    <groupId>cn.granitech</groupId>
    <artifactId>spring-brick-bootstrap</artifactId>
    <version>3.1.2</version>

    <packaging>jar</packaging>
    <name>spring-brick-bootstrap</name>
    <description>extention for spring-brick-bootstrap</description>

    <url>https://github.com/MetaLowCodeTeam/MetaLowCode</url>

    <!-- 开发者 -->
    <developers>
        <developer>
            <id>jisheng</id>
            <name>jisheng</name>
            <email>13651765405@139.com</email>
            <organization>MetaLowCodeTeam</organization>
            <organizationUrl>MetaLowCodeTeam</organizationUrl>
            <roles>
                <role>CAFE BABE</role>
            </roles>
            <timezone>+8</timezone>
        </developer>
    </developers>

    <!-- 版本控制，供其他插件使用 -->
    <scm>
        <connection>scm:git@github.com:MetaLowCodeTeam/MetaLowCode.git</connection>
        <developerConnection>scm:git@github.com:MetaLowCodeTeam/MetaLowCode.git</developerConnection>
        <url>git@github.com:MetaLowCodeTeam/MetaLowCode.git</url>
    </scm>

    <!-- 许可 -->
    <!--开源协议采用 Apache 2.0 协议-->
    <licenses>
        <license>
            <name>Apache License, Version 2.0</name>
            <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
            <comments>A business-friendly OSS license</comments>
        </license>
    </licenses>


</project>
