<?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.github.seeseemelk</groupId>
  <artifactId>MockBukkit-v1.20</artifactId>
  <version>3.4.2</version>
  <packaging>pom</packaging>
  <name>MockBukkit-v1.20</name>
  <description>MockBukkit is a mocking framework for bukkit to allow the easy unit testing of Bukkit plugins.</description>
  <url>https://github.com/MockBukkit/MockBukkit</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://github.com/MockBukkit/MockBukkit/blob/v1.20/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>seeseemelk</id>
      <name>Sebastiaan de Schaetzen</name>
      <email>sebastiaan.de.schaetzen@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/MockBukkit/MockBukkit.git</connection>
    <developerConnection>scm:git:ssh://github.com:MockBukkit/MockBukkit.git</developerConnection>
    <url>https://github.com/MockBukkit/MockBukkit/tree/v1.20</url>
  </scm>
</project>
