<?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.appdynamics</groupId>
    <artifactId>appdynamics-injector</artifactId>
  
    <version>4.0.7.0</version>
    <name>Android Instrumentation Injector</name>
  
    <description>Injects instrumetation into your code.</description>
  
    <url>http://appdynamics.com</url>
    <licenses>
        <license>
            <url>https://legal.appdynamics.com/AppDynamics_EULA_(Americas).pdf</url>
        </license>
    </licenses>
    <developers>
        <developer>
            <id>ad</id>
            <name>AppDynamics Inc.</name>
            <email>info@appdynamics.com</email>
        </developer>
    </developers>
    <scm>
        <connection>scm:git:git@github.com:Appdynamics/android_agent.git</connection>
        <url>git:git@github.com:Appdynamics/android_agent.git</url>
    </scm>
    <distributionManagement>
        <repository>
            <id>ossrh</id>
            <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
        </repository>
    </distributionManagement>
    <build>
        <plugins>
            <plugin>
                <groupId>org.sonatype.plugins</groupId>
                <artifactId>nexus-staging-maven-plugin</artifactId>
                <version>1.6.3</version>
                <extensions>true</extensions>
                <configuration>
                    <serverId>ossrh</serverId>
                    <nexusUrl>https://oss.sonatype.org/</nexusUrl>
                    <autoReleaseAfterClose>false</autoReleaseAfterClose>
                </configuration>
            </plugin>
        </plugins>
    </build>
    <dependencies>
    <dependency>
      <groupId>org.apache.ant</groupId>
      <artifactId>ant</artifactId>
      <version>1.9.3</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>

</project>
