<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.theonlytails</groupId>
  <artifactId>lootgoblin</artifactId>
  <version>0.3.0</version>
  <packaging>pom</packaging>
  <name>LootGoblin</name>
  <description>A Kotlin DSL for creating loot tables in Minecraft Forge mods.</description>
  <url>https://github.com/theonlytails/lootgoblin</url>
  <inceptionYear>2021</inceptionYear>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://www.opensource.org/licenses/mit-license.php</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>theonlytails</id>
      <name>TheOnlyTails</name>
      <url>https://github.com/theonlytails/</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/theonlytails/lootgoblin.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/theonlytails/lootgoblin.git</developerConnection>
    <url>https://github.com/theonlytails/lootgoblin/</url>
  </scm>
</project>
