<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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.newrelic.agent.java</groupId>
  <artifactId>newrelic-api</artifactId>
  <version>8.17.0</version>
  <name>New Relic Java agent API</name>
  <description>The public API of the Java agent, and no-op implementations for safe usage without the agent.</description>
  <url>https://github.com/newrelic/newrelic-java-agent</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>newrelic</id>
      <name>New Relic</name>
      <email>opensource@newrelic.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:newrelic/newrelic-java-agent.git</connection>
    <url>git@github.com:newrelic/newrelic-java-agent.git</url>
  </scm>
</project>
