<?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>org.scala-sbt</groupId>
    <artifactId>launcher-interface</artifactId>
    <packaging>jar</packaging>
    <description>Interfaces for launching projects with the sbt launcher</description>
    <url>http://scala-sbt.org</url>
    <version>1.0.0</version>
    <licenses>
        <license>
            <name>BSD</name>
            <url>http://opensource.org/licenses/BSD-2-Clause</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>Launcher Interface</name>
    <organization>
        <name>org.scala-sbt</name>
        <url>http://scala-sbt.org</url>
    </organization>
    <scm>
        <url>http://github.com/sbt/launcher</url>
        <connection>scm:git@github.com:sbt/launcher.git</connection>
    </scm>
    <developers>
        <developer>
            <id>jsuereth</id>
            <name>Josh Suereth</name>
            <url>http://jsuereth.com</url>
        </developer>
        <developer>
            <id>eed3si9n</id>
            <name>Eugene Yokota</name>
            <url>http://eed3si9n.com/</url>
        </developer>
    </developers>
</project>