<?xml version="1.0" encoding="UTF-8"?>
<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>

	<parent>
		<groupId>com.globalmentor</groupId>
		<artifactId>globalmentor-parent</artifactId>
		<version>8.6.0</version>
	</parent>

	<artifactId>globalmentor-opensource-parent</artifactId>
	<packaging>pom</packaging>

	<name>GlobalMentor Open-Source Parent</name>
	<description>GlobalMentor parent POM for published open-source software.</description>
	<url>https://www.globalmentor.com/software/</url>

	<licenses>
		<license>
			<name>Apache License, Version 2.0</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
			<distribution>repo</distribution>
		</license>
	</licenses>

	<scm>
		<connection>scm:git:https://bitbucket.org/globalmentor/globalmentor-parent.git</connection>
		<developerConnection>scm:git:https://bitbucket.org/globalmentor/globalmentor-parent.git</developerConnection>
		<url>https://bitbucket.org/globalmentor/globalmentor-parent</url>
	</scm>
</project>
