<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>de.voomdoon</groupId>
		<artifactId>vd-parent</artifactId>
		<version>0.2.4</version>
		<relativePath />
	</parent>

	<groupId>de.voomdoon.util</groupId>
	<artifactId>vd-util-parent</artifactId>
	<version>0.2.2</version>

	<packaging>pom</packaging>

	<name>vd-util-parent</name>
	<description>parent module for all voomdoon utility modules</description>
    <url>https://github.com/voomdoon/vd-util-parent</url>

	<scm>
		<url>https://github.com/voomdoon/vd-util-parent</url>
		<connection>scm:git:https://github.com/voomdoon/vd-util-parent.git</connection>
		<developerConnection>scm:git:git@github.com:voomdoon/vd-util-parent.git</developerConnection>
		<tag>0.2.2</tag>
	</scm>

	<properties>
		<!-- Intentionally enables test jars for inheriting modules; this parent POM itself has no test-jar content. -->
		<skipTestJar>false</skipTestJar>
	</properties>
</project>
