<?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>com.fluxchess.pulse</groupId>
	<artifactId>pulse-java</artifactId>
	<version>1.7.2</version>

	<name>Pulse Java</name>
	<description>A Didactic Java/C++ Chess Engine</description>
	<url>https://github.com/fluxroot/pulse</url>

	<licenses>
		<license>
			<name>MIT License</name>
			<url>https://opensource.org/licenses/MIT</url>
		</license>
	</licenses>

	<developers>
		<developer>
			<name>Flux Chess Project</name>
		</developer>
	</developers>

	<scm>
		<connection>scm:git:git://github.com/fluxroot/pulse.git</connection>
		<url>https://github.com/fluxroot/pulse/tree/master</url>
	</scm>
</project>
