<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.google.instrumentation</groupId>
  <artifactId>instrumentation-api</artifactId>
  <version>0.3.0</version>
  <name>Instrumentation Java API</name>
  <description>Instrumentation Core APIs</description>
  <url>https://github.com/google/instrumentation-java</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>google.com</id>
      <name>Instrumentation Contributors</name>
      <email>census-developers@googlegroups.com</email>
      <url>http://google.com/</url>
      <organization>Google, Inc.</organization>
      <organizationUrl>https://www.google.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/google/instrumentation-java.git</connection>
    <developerConnection>scm:git:git@github.com:google/instrumentation-java.git</developerConnection>
    <url>https://github.com/google/instrumentation-java</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>3.0.0</version>
    </dependency>
  </dependencies>
</project>
