<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.hynnet</groupId>
<!--
	<groupId>com.gmcc</groupId>
-->
	<artifactId>issac_flowredpacketplatform</artifactId>
	<packaging>jar</packaging>
	<version>1.0.0</version>
	<name>GMCC Flow Red Packet</name>
	<description>中国移动流量红包接口包</description>
	<url>http://maven.hynnet.com/</url>
	<licenses>
		<license>
			<name>hynnet License, Version 2.0</name>
			<url>http://www.hynnet.com/licenses/LICENSE-2.0.txt</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<issueManagement>
		<system>jira</system>
		<url>http://issues.hynnet.com/jira/browse/</url>
	</issueManagement>
	<scm>
		<connection>scm:svn:http://svn.hynnet.com/src/trunk</connection>
		<developerConnection>scm:svn:https://svn.hynnet.com/src/trunk</developerConnection>
		<url>http://svn.hynnet.com/viewvc/src/trunk</url>
	</scm>
	<developers>
		<developer>
			<name>dev</name>
			<id>dev</id>
			<email>dev@hynnet.com</email>
			<organization>hynnet, Inc.</organization>
			<roles>
				<role>Java Developer</role>
			</roles>
		</developer>
	</developers>

	<dependencies>
		<dependency>
			<groupId>commons-logging</groupId>
			<artifactId>commons-logging</artifactId>
			<version>[1.0.4,)</version>
			<optional>false</optional>
		</dependency>
		<dependency>
			<groupId>org.apache.httpcomponents</groupId>
			<artifactId>httpclient</artifactId>
			<version>[4.3.5,)</version>
			<optional>false</optional>
		</dependency>
	</dependencies>

	<distributionManagement>
		<repository>
			<id>hynnet-releases</id>
			<name>hynnet Release Repository</name>
			<url>http://10.10.3.95/nexus/content/repositories/com.hynnet/</url>
		</repository>
		<snapshotRepository>
			<id>hynnet-snapshots</id>
			<name>hynnet Snapshot Repository</name>
			<url>http://10.10.3.95/nexus/content/repositories/com.hynnet.snapshots/</url>
		</snapshotRepository>
	</distributionManagement>
</project>
