<?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.rutledgepaulv</groupId>
        <artifactId>maven</artifactId>
        <version>1.1</version>
    </parent>


    <artifactId>prune</artifactId>
    <version>1.3</version>


    <name>prune</name>
    <url>https://github.com/rutledgepaulv/prune</url>
    <description>A zero-nonsense tree library for Java 8.</description>


    <scm>
        <url>https://github.com/rutledgepaulv/prune</url>
        <connection>scm:git:git@github.com:rutledgepaulv/prune.git</connection>
    </scm>

    <ciManagement>
        <system>travis</system>
        <url>https://travis-ci.org/rutledgepaulv/prune</url>
    </ciManagement>

    <issueManagement>
        <system>github</system>
        <url>https://github.com/rutledgepaulv/prune/issues</url>
    </issueManagement>

</project>
