<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>net.gplatform</groupId>
  <artifactId>Sdk4J</artifactId>
  <version>2.0</version>
  
  <name>Sdk4J</name>
	<description>Sdk4J from http://wiki.open.qq.com/wiki/website/SDK%E4%B8%8B%E8%BD%BD</description>
	<url>http://wiki.open.qq.com/wiki/website/SDK%E4%B8%8B%E8%BD%BD</url>
	<licenses>
		<license>
			<name>GNU General Public License, version 2</name>
			<url>http://www.gnu.org/licenses/gpl-2.0.txt</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<developers>
		<developer>
			<id>qq</id>
			<name>mahuateng</name>
			<email>mahuateng@qq.com</email>
		</developer>
	</developers>

	<scm>
		<connection>scm:git:https://www.qq.com</connection>
		<developerConnection>scm:git:https://www.qq.com</developerConnection>
		<url>https://www.qq.com</url>
		<tag>HEAD</tag>
	</scm>
</project>
