<?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>com.github.dcendents</groupId>
  <artifactId>android-maven-gradle-plugin</artifactId>
  <version>1.1</version>
  <name>Gradle Android Maven plugin</name>
  <description>Modification to the standard Maven plugin to be compatible with android-library projects (aar).</description>
  <url>https://github.com/dcendents/android-maven-plugin</url>
  <inceptionYear>2013</inceptionYear>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>dcendents</id>
      <name>Daniel Beland</name>
      <email>dcendents@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:https://github.com/dcendents/android-maven-plugin.git</connection>
    <developerConnection>scm:git://github.com/dcendents/android-maven-plugin.git</developerConnection>
    <url>https://github.com/dcendents/android-maven-plugin</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.11</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
