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

	<groupId>com.github.ToolUtils</groupId>
	<artifactId>daoge-wechat</artifactId>
	<version>1.0.1</version>
	<packaging>jar</packaging>

	<name>wechat</name>
	<description>tools for wechat devtool</description>

	<parent>
        <groupId>org.sonatype.oss</groupId>
        <artifactId>oss-parent</artifactId>
        <version>7</version>
    </parent>
    
    <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:ToolUtils/wechat.git</url>
        <connection>scm:git:git@github.com:ToolUtils/wechat.git</connection>
        <developerConnection>scm:git:git@github.com:ToolUtils/wechat.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <name>lidy</name>
            <email>863805933@qq.com</email>
            <organization>ToolUtils</organization>
        </developer>
    </developers>

	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
		<java.version>1.8</java.version>
	</properties>

	<dependencies>
	
	</dependencies>


</project>
