<?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>com.github.sbt</groupId>
    <artifactId>sbt-pgp</artifactId>
    <packaging>jar</packaging>
    <description>sbt-pgp provides PGP signing for sbt</description>
    <url>https://github.com/sbt/sbt-pgp</url>
    <version>2.1.2</version>
    <licenses>
        <license>
            <name>BSD-3-Clause</name>
            <url>https://github.com/sbt/sbt-pgp/blob/develop/LICENSE</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>sbt-pgp</name>
    <organization>
        <name>com.github.sbt</name>
        <url>https://github.com/sbt/sbt-pgp</url>
    </organization>
    <scm>
        <url>https://github.com/sbt/sbt-pgp</url>
        <connection>scm:git@github.com:sbt/sbt-pgp.git</connection>
    </scm>
    <developers>
        <developer>
            <id>jsuereth</id>
            <name>Josh Suereth</name>
            <url>https://github.com/jsuereth</url>
            <email>@jsuereth</email>
        </developer>
        <developer>
            <id>eed3si9n</id>
            <name>Eugene Yokota</name>
            <url>https://eed3si9n.com/</url>
            <email>@eed3si9n</email>
        </developer>
    </developers>
    <properties>
        <scalaVersion>2.10</scalaVersion>
        <sbtVersion>0.13</sbtVersion>
        <extraDependencyAttributes xml:space="preserve">+e:sbtVersion:#@#:+0.13:#@#:+module:#@#:+sbt-core-next:#@#:+e:scalaVersion:#@#:+2.10:#@#:+organisation:#@#:+org.scala-sbt:#@#:+branch:#@#:+@#:NULL:#@:#@#:+revision:#@#:+0.1.1:#@#:</extraDependencyAttributes>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.10.7</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.scala-sbt</groupId>
            <artifactId>sbt</artifactId>
            <version>0.13.18</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.github.sbt</groupId>
            <artifactId>pgp-library_2.10</artifactId>
            <version>2.1.2</version>
        </dependency>
        <dependency>
            <groupId>com.eed3si9n</groupId>
            <artifactId>gigahorse-okhttp_2.10</artifactId>
            <version>0.3.0</version>
        </dependency>
        <dependency>
            <groupId>org.scala-sbt</groupId>
            <artifactId>sbt-core-next</artifactId>
            <version>0.1.1</version>
        </dependency>
    </dependencies>
</project>