2023-06-11 13:18:24 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2018-11-06 04:33:10 +01:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2023-06-11 13:18:24 +02:00
|
|
|
|
2023-05-25 19:20:03 +02:00
|
|
|
<groupId>com.craftaro</groupId>
|
2023-06-30 14:18:33 +02:00
|
|
|
<artifactId>UltimateStacker-Parent</artifactId>
|
2023-05-25 19:20:03 +02:00
|
|
|
<packaging>pom</packaging>
|
2023-06-30 22:34:03 +02:00
|
|
|
<version>3.0.0-SNAPSHOT</version>
|
2022-09-06 21:28:39 +02:00
|
|
|
|
2023-05-25 19:20:03 +02:00
|
|
|
<modules>
|
2023-06-30 14:18:33 +02:00
|
|
|
<module>UltimateStacker-API</module>
|
2023-06-30 16:06:13 +02:00
|
|
|
<module>UltimateStacker-Plugin</module>
|
2023-05-25 19:20:03 +02:00
|
|
|
</modules>
|
2022-09-06 21:28:39 +02:00
|
|
|
|
2023-06-11 13:18:24 +02:00
|
|
|
<name>UltimateStacker</name>
|
|
|
|
<description>The simple yet powerful stacking plugin built to meet all your stacking needs</description>
|
|
|
|
<url>https://craftaro.com/marketplace/product/16</url>
|
|
|
|
|
2023-05-25 19:20:03 +02:00
|
|
|
<properties>
|
2023-06-30 22:34:03 +02:00
|
|
|
<craftaro.coreVersion>3.0.0-SNAPSHOT</craftaro.coreVersion>
|
2023-06-11 13:14:56 +02:00
|
|
|
|
2023-06-30 22:34:03 +02:00
|
|
|
<maven.compiler.release>8</maven.compiler.release>
|
|
|
|
<maven.compiler.target>1.8</maven.compiler.target>
|
|
|
|
<maven.compiler.source>1.8</maven.compiler.source>
|
2023-05-27 14:32:08 +02:00
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
2022-09-06 21:28:39 +02:00
|
|
|
|
2023-06-30 22:34:03 +02:00
|
|
|
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
|
|
|
|
<sonar.moduleKey>${project.groupId}:${project.artifactId}</sonar.moduleKey>
|
|
|
|
</properties>
|
2023-05-25 19:20:03 +02:00
|
|
|
|
2023-06-30 22:34:03 +02:00
|
|
|
<issueManagement>
|
|
|
|
<url>https://discord.gg/craftaro</url>
|
|
|
|
<system>Discord server</system>
|
|
|
|
</issueManagement>
|
2021-12-02 17:56:38 +01:00
|
|
|
|
2023-06-30 22:34:03 +02:00
|
|
|
<scm>
|
|
|
|
<url>https://github.com/craftaro/UltimateStacker</url>
|
|
|
|
<connection>scm:git:git://github.com/craftaro/UltimateStacker.git</connection>
|
|
|
|
</scm>
|
2021-12-02 17:56:38 +01:00
|
|
|
|
2023-06-30 22:34:03 +02:00
|
|
|
<repositories>
|
2019-09-03 23:14:38 +02:00
|
|
|
<repository>
|
2023-06-30 22:34:03 +02:00
|
|
|
<id>craftaro-minecraft-plugins</id>
|
|
|
|
<url>https://repo.craftaro.com/repository/minecraft-plugins/</url>
|
2019-09-03 23:14:38 +02:00
|
|
|
</repository>
|
2022-12-26 20:15:43 +01:00
|
|
|
|
2022-12-26 20:16:10 +01:00
|
|
|
<repository>
|
2023-06-30 22:34:03 +02:00
|
|
|
<id>SpigotMC</id>
|
|
|
|
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
2022-12-26 20:16:10 +01:00
|
|
|
</repository>
|
2018-11-06 04:33:10 +01:00
|
|
|
</repositories>
|
|
|
|
</project>
|