<?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="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>

    <groupId>io.github.casehubdk</groupId>
    <artifactId>client</artifactId>
    <version>1.0.0</version>
    <name>client</name>
    <description>A client to interact with casehub</description>
    <url>https://github.com/casehubdk/client</url>

    <developers>
        <developer>
            <id>ValdemarGr</id>
            <name>Valdemar Grange</name>
            <email>randomvald0069@gmail.com</email>
            <organization>CaseHub</organization>
            <organizationUrl>https://casehub.dk</organizationUrl>
            <roles>
                <role>developer</role>
            </roles>
            <timezone>+2</timezone>
        </developer>
    </developers>

    <scm>
        <connection>scm:git:git://github.com/casehubdk/client.git</connection>
        <developerConnection>scm:git:git://github.com/casehubdk/client.git</developerConnection>
        <url>https://github.com/casehubdk/client</url>
        <tag>HEAD</tag>
    </scm>

    <licenses>
        <license>
            <name>The MIT License</name>
            <url>https://raw.githubusercontent.com/ConvertAPI/convertapi-java/master/LICENSE.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <dependencies>

    </dependencies>
</project>
