<?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>dev.creoii</groupId>
  <artifactId>creo-api</artifactId>
  <version>0.2.3</version>
  <name>creo-api</name>
  <description>A multi-purpose api for Minecraft mod and datapack development.</description>
  <url>https://www.creoii.dev/projects/creo-api</url>
  <licenses>
    <license>
      <name>All Rights Reserved</name>
      <url>https://github.com/great-big-world/creo-api/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>creoii</id>
      <name>creoii</name>
      <url>https://creoii.dev/</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/great-big-world/creo-api.git</connection>
    <developerConnection>scm:git:https://github.com/great-big-world/creo-api.git</developerConnection>
    <url>https://github.com/great-big-world/creo-api/</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/great-big-world/creo-api/issues</url>
  </issueManagement>
</project>
