<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>
        <groupId>org.sonatype.oss</groupId>
        <artifactId>oss-parent</artifactId>
        <version>7</version>
    </parent>

    <modelVersion>4.0.0</modelVersion>

    <groupId>com.github.yenole</groupId>
    <artifactId>quickjson</artifactId>
    <version>1.0</version>
    <packaging>jar</packaging>

    <name>quickjson</name>
    <description>java opration json library</description>
    <url>https://github.com/Yenole/quickjson</url>


    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>

    <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>
        <tag>master</tag>
        <url>git@github.com:Yenole/quickjson.git</url>
        <connection>scm:git:git@github.com:Yenole/quickjson.git</connection>
        <developerConnection>scm:git:git@github.com:Yenole/quickjson.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <name>xuchaochao</name>
            <email>Netxy@vip.qq.com</email>
            <organization>Yenole</organization>
        </developer>
    </developers>


    <dependencies>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.12</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>
