<?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.github.hazendaz</groupId>
        <artifactId>base-parent</artifactId>
        <version>12</version>
        <relativePath />
    </parent>

    <groupId>com.github.hazendaz</groupId>
    <artifactId>build-tools</artifactId>
    <version>1.1.6</version>
    <packaging>jar</packaging>

    <name>build-tools</name>
    <description>Maven Build Tools is a Configuraton Jar file that can be used with various plugins.</description>
    <url>https://github.com/hazendaz/build-tools</url>
    <inceptionYear>2014</inceptionYear>
 
    <scm>
        <connection>scm:git:ssh://git@github.com/hazendaz/build-tools.git</connection>
        <developerConnection>scm:git:ssh://git@github.com/hazendaz/build-tools.git</developerConnection>
        <url>https://github.com/hazendaz/build-tools</url>
        <tag>build-tools-1.1.6</tag>
    </scm>
    <issueManagement>
        <system>Github</system>
        <url>https://github.com/hazendaz/build-tools/issues</url>
    </issueManagement>
    <ciManagement>
        <system>travis-ci</system>
        <url>https://travis-ci.org/hazendaz/build-tools</url>
    </ciManagement>

</project>
