<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>io.github.pityka</groupId>
    <artifactId>hierarchical-clustering-fork</artifactId>
    <packaging>jar</packaging>
    <description>hierarchical-clustering-fork</description>
    <version>1.0-5</version>
    <name>hierarchical-clustering-fork</name>
    <organization>
        <name>io.github.pityka</name>
    </organization>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>https://opensource.org/licenses/Apache-2.0</url>
        </license>
    </licenses>
    <url>https://github.com/pityka/hierarchical-clustering-java</url>
    <scm>
        <connection>scm:git:github.com/pityka/hierarchical-clustering-java</connection>
        <developerConnection>scm:git:git@github.com:pityka/hierarchical-clustering-java</developerConnection>
        <url>github.com/pityka/hierarchical-clustering-java</url>
    </scm>
    <developers>
        <developer>
            <id>lbehnke</id>
            <name>Lars Behnke</name>
            <url>https://github.com/lbehnke</url>
            <roles>
                <role>developer</role>
                <role>administrator</role>
            </roles>
        </developer>
        <developer>
            <id>pityka</id>
            <name>Istvan Bartha</name>
            <url>https://github.com/pityka</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>com.novocode</groupId>
            <artifactId>junit-interface</artifactId>
            <version>0.10</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>