<?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.abovevacant</groupId>
  <artifactId>epitaph</artifactId>
  <version>0.1.0</version>
  <name>epitaph</name>
  <description>Lightweight, zero-dependency decoder for Android tombstone protobuf files</description>
  <url>https://github.com/abovevacant/epitaph</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>abovevacant</id>
      <name>Above Vacant</name>
      <url>https://github.com/abovevacant</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/abovevacant/epitaph.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/abovevacant/epitaph.git</developerConnection>
    <url>https://github.com/abovevacant/epitaph</url>
  </scm>
</project>
