<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>cn.fossc.jdk</groupId>
	<artifactId>tools</artifactId>
	<packaging>jar</packaging>
	<version>1.8</version>
	<name>tools</name>
	<url>https://www.fossc.cn</url>
	<description>fossc</description>
	<organization>
		<name>fossc</name>
		<url>https://www.fossc.cn</url>
	</organization>

	<developers>
		<developer>
			<name>Qt</name>
			<email>kylinmania@163.com</email>
			<url>https://www.fossc.cn/</url>
			<roles>
				<role>software engineer</role>
			</roles>
			<timezone>8</timezone>
		</developer>
	</developers>

	<licenses>
		<license>
			<name>Apache License, Version 2.0</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0</url>
		</license>
	</licenses>

	<ciManagement>
		<system>continuum</system>
		<url>http://www.fossc.cn</url>
		<notifiers>
			<notifier>
				<type>mail</type>
				<sendOnError>true</sendOnError>
				<sendOnFailure>true</sendOnFailure>
				<sendOnSuccess>true</sendOnSuccess>
				<sendOnWarning>false</sendOnWarning>
				<configuration>
					<address>kylinmania@163.com</address>
				</configuration>
			</notifier>
		</notifiers>
	</ciManagement>

	<issueManagement>
		<system>issue</system>
		<url>http://www.fossc.cn</url>
	</issueManagement>
	<scm>
		<connection>scm:git:git@gitee.com:fossc/polaris.git</connection>
		<developerConnection>scm:git:git@gitee.com:fossc/polaris.git</developerConnection>
		<url>git@gitee.com:fossc/polaris.git</url>
	</scm>
</project>

