<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>

    <groupId>com.dorkbox</groupId>
    <artifactId>MinLog-SLF4J</artifactId>
    <version>1.3</version>
    <packaging>jar</packaging>

    <name>MinLog-SLF4J</name>
    <description>Drop-in replacement for minlog, to use slf4j instead.</description>
    <url>https://github.com/dorkbox/MinLog-SLF4J</url>


    <issueManagement>
        <url>https://github.com/dorkbox/MinLog-SLF4J/issues</url>
        <system>GitHub Issues</system>
    </issueManagement>


    <licenses>
        <license>
            <comments>MinLogToSLF4j</comments>
            <name>BSD 3-clause License</name>
            <url>http://opensource.org/licenses/BSD-3-Clause</url>
        </license>
        <license>
            <comments>SLF4J</comments>
            <name>MIT License</name>
            <url>http://www.opensource.org/licenses/mit-license.php</url>
        </license>
    </licenses>


    <developers>
        <developer>
            <name>Dorkbox</name>
            <email>sonatype@dorkbox.com</email>
            <organization>Dorkbox</organization>
            <organizationUrl>https://github.com/dorkbox</organizationUrl>
        </developer>
    </developers>


    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <maven.compiler.source>6</maven.compiler.source>
        <maven.compiler.target>6</maven.compiler.target>
    </properties>


    <scm>
        <connection>scm:git:git@github.com:dorkbox/MinLog-SLF4J.git</connection>
        <developerConnection>scm:git:git@github.com:dorkbox/MinLog-SLF4J.git</developerConnection>
        <url>git@github.com:dorkbox/MinLog-SLF4J.git</url>
    </scm>


</project>
