<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>net.luckperms</groupId>
  <artifactId>api</artifactId>
  <version>5.0</version>
  <name>LuckPerms API</name>
  <description>An advanced permissions plugin for Bukkit/Spigot, BungeeCord, Sponge, Nukkit and Velocity.</description>
  <url>https://luckperms.net</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Luck</name>
      <email>git@lucko.me</email>
      <url>https://github.com/lucko</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/lucko/LuckPerms.git</connection>
    <developerConnection>scm:git:git@github.com:lucko/LuckPerms.git</developerConnection>
    <url>https://github.com/lucko/LuckPerms</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/lucko/LuckPerms/issues</url>
  </issueManagement>
  <ciManagement>
    <system>Jenkins</system>
    <url>https://ci.lucko.me/job/LuckPerms</url>
  </ciManagement>
</project>
