<?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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>dev.hypera</groupId>
  <artifactId>chameleon-platform-bukkit</artifactId>
  <version>0.18.0</version>
  <name>chameleon-platform-bukkit</name>
  <description>Cross-platform Minecraft plugin framework</description>
  <url>https://github.com/ChameleonFramework/Chameleon</url>
  <inceptionYear>2021</inceptionYear>
  <organization>
    <name>Hypera Development</name>
    <url>https://hypera.dev/</url>
  </organization>
  <licenses>
    <license>
      <name>The MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>joshuasing</id>
      <name>Joshua Sing</name>
      <email>joshua@hypera.dev</email>
      <timezone>Australia/Melbourne</timezone>
    </developer>
    <developer>
      <id>LooFifteen</id>
      <name>Luis</name>
      <email>luis@lu15.dev</email>
      <timezone>Europe/London</timezone>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/ChameleonFramework/Chameleon.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/ChameleonFramework/Chameleon.git</developerConnection>
    <url>https://github.com/ChameleonFramework/Chameleon</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/ChameleonFramework/Chameleon/issues</url>
  </issueManagement>
  <ciManagement>
    <system>GitHub Actions</system>
    <url>https://github.com/ChameleonFramework/Chameleon/actions</url>
  </ciManagement>
  <dependencies>
    <dependency>
      <groupId>dev.hypera</groupId>
      <artifactId>chameleon-api</artifactId>
      <version>0.18.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.spigotmc</groupId>
      <artifactId>spigot-api</artifactId>
      <version>1.20.1-R0.1-SNAPSHOT</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.kyori</groupId>
      <artifactId>adventure-platform-bukkit</artifactId>
      <version>4.3.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
