<?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>studio.o7</groupId>
  <artifactId>megalodon-addon-api</artifactId>
  <version>0.0.3</version>
  <name>megalodon-addon-api</name>
  <description>Megalodon Paper Framework Addon API</description>
  <url>https://o7.studio</url>
  <licenses>
    <license>
      <name>GNU General Public License, Version 3</name>
      <url>https://www.gnu.org/licenses/gpl-3.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>julian-siebert</id>
      <name>Julian Siebert</name>
      <email>julian.siebert@o7.studio</email>
    </developer>
    <developer>
      <id>raphael-goetz</id>
      <name>Raphael Goetz</name>
      <email>raphael.goetz@o7.studio</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/o7studios/megalodon.git</connection>
    <developerConnection>scm:git:git@https://github.com/o7studios/megalodon.git</developerConnection>
    <url>https://github.com/o7studios/megalodon</url>
  </scm>
  <ciManagement>
    <system>GitHub Actions</system>
    <url>https://github.com/o7studios/megalodon/actions</url>
  </ciManagement>
</project>
