<?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>co.parish.stephen.publisher</groupId>
  <artifactId>gradle-plugin</artifactId>
  <version>1.0.0</version>
  <name>Publisher Plugin</name>
  <description>A Gradle plugin for publishing your Android app to Google Play</description>
  <url>https://github.com/stephenparish/publisher-plugin</url>
  <licenses>
    <license>
      <name>The MIT License</name>
      <url>http://www.opensource.org/licenses/mit-license.php</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>stephenparish</id>
      <name>Stephen Parish</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com/stephenparish/publisher-plugin.git</connection>
    <developerConnection>scm:git@github.com:stephenparish/publisher-plugin.git</developerConnection>
    <url>https://github.com/stephenparish/publisher-plugin</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.android.tools.build</groupId>
      <artifactId>gradle</artifactId>
      <version>0.12.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.apis</groupId>
      <artifactId>google-api-services-androidpublisher</artifactId>
      <version>v2-rev6-1.19.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
