<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>cn.com.wdcapp</groupId>
	<artifactId>framework</artifactId>
	<version>1.0.1</version>
	<packaging>jar</packaging>
	<name>framework</name>

	<description>
        framework Open API for Java
        Copyright (C) https://gitee.com/wdcapp/framework
        All rights reserved.
    </description>

	<url>https://gitee.com/wdcapp/framework</url>

	<licenses>
		<license>
			<name>The Apache Software License, Version 2.0</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
		</license>
	</licenses>
	
	<scm>
		<url>https://gitee.com/wdcapp/framework</url>
		<connection>git@gitee.com:wdcapp/framework.git</connection>
		<developerConnection>https://gitee.com/wdcapp/framework</developerConnection>
	</scm>
	
	<!-- 配置开发者信息 -->
	<developers>
		<developer>
			<name>wangdongchen</name>
			<email>1424750078@qq.com</email>
		</developer>
	</developers>

</project>