 <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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.tonethink</groupId>
  <artifactId>ctsTools</artifactId>
  <packaging>jar</packaging>
  <version>2.1.0</version>
  <name>ctsTools Maven Webapp</name>
  <description>ctsTools for rapid develope java application</description>
  <url>http://maven.apache.org</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://github.com/ToneThink/ctsTools</url>
		<connection>https://github.com/ToneThink/ctsTools.git</connection>
		<developerConnection>https://github.com/ToneThink/ctsTools</developerConnection>
	</scm>

	<developers>
		<developer>
			<name>peng</name>
			<email>peng@allytel.com.cn</email>
		</developer>
	</developers>
</project>
