<?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.appland</groupId>
  <artifactId>appmap-agent</artifactId>
  <version>1.17.1</version>
  <name>com.appland:appmap-agent</name>
  <description>Inspect and record the execution of Java for use with App Land</description>
  <url>https://appland.com</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://raw.githubusercontent.com/getappmap/appmap-java/master/LICENSE.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Kevin Gilpin</name>
      <email>kevin@appland.com</email>
      <url>https://dev.to/kgilpin</url>
      <organization>AppLand Inc.</organization>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/getappmap/appmap-java.git</connection>
    <developerConnection>scm:git:ssh://github.com:getappmap/appmap-java.git</developerConnection>
    <url>https://github.com/getappmap/appmap-java/tree/master</url>
  </scm>
</project>
