<?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>io.github.projectunified</groupId>
  <artifactId>craftconfig-bom</artifactId>
  <version>0.3.2</version>
  <packaging>pom</packaging>
  <name>CraftConfig BOM</name>
  <description>Bill of Materials (BOM) for CraftConfig modules</description>
  <url>https://github.com/ProjectUnified/CraftConfig</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://github.com/ProjectUnified/CraftConfig/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>HSGamer</name>
      <email>huynhqtienvtag@gmail.com</email>
      <url>https://github.com/HSGamer</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/ProjectUnified/CraftConfig.git</connection>
    <developerConnection>scm:git:git@github.com:ProjectUnified/CraftConfig.git</developerConnection>
    <url>https://github.com/ProjectUnified/CraftConfig</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>io.github.projectunified</groupId>
        <artifactId>craftconfig-annotation</artifactId>
        <version>0.3.2</version>
      </dependency>
      <dependency>
        <groupId>io.github.projectunified</groupId>
        <artifactId>craftconfig-bukkit</artifactId>
        <version>0.3.2</version>
      </dependency>
      <dependency>
        <groupId>io.github.projectunified</groupId>
        <artifactId>craftconfig-bukkit-converter</artifactId>
        <version>0.3.2</version>
      </dependency>
      <dependency>
        <groupId>io.github.projectunified</groupId>
        <artifactId>craftconfig-bungeecord</artifactId>
        <version>0.3.2</version>
      </dependency>
      <dependency>
        <groupId>io.github.projectunified</groupId>
        <artifactId>craftconfig-common</artifactId>
        <version>0.3.2</version>
      </dependency>
      <dependency>
        <groupId>io.github.projectunified</groupId>
        <artifactId>craftconfig-configurate</artifactId>
        <version>0.3.2</version>
      </dependency>
      <dependency>
        <groupId>io.github.projectunified</groupId>
        <artifactId>craftconfig-gson</artifactId>
        <version>0.3.2</version>
      </dependency>
      <dependency>
        <groupId>io.github.projectunified</groupId>
        <artifactId>craftconfig-gson-util</artifactId>
        <version>0.3.2</version>
      </dependency>
      <dependency>
        <groupId>io.github.projectunified</groupId>
        <artifactId>craftconfig-proxy</artifactId>
        <version>0.3.2</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
