<?xml version="1.0" encoding="UTF-8"?>
<!--

    build-tools (https://github.com/hazendaz/build-tools)

    Copyright (c) 2011 - 2020 Hazendaz.

    All rights reserved. This program and the accompanying materials
    are made available under the terms of The Apache Software License,
    Version 2.0 which accompanies this distribution, and is available at
    http://www.apache.org/licenses/LICENSE-2.0.txt

    Contributors:
        Hazendaz (Jeremy Landis).

-->
<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 https://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>28</version>
        <relativePath />
    </parent>

    <groupId>com.github.hazendaz</groupId>
    <artifactId>build-tools</artifactId>
    <version>1.2.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.2.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>
