UltimateStacker/pom.xml

55 lines
1.9 KiB
XML
Raw Normal View History

<?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-05-25 19:20:03 +02:00
<groupId>com.craftaro</groupId>
<artifactId>UltimateStacker-Parent</artifactId>
2023-05-25 19:20:03 +02:00
<packaging>pom</packaging>
2024-03-29 18:34:36 +01:00
<version>3.1.7</version>
2022-09-06 21:28:39 +02:00
2023-05-25 19:20:03 +02:00
<modules>
<module>UltimateStacker-API</module>
<module>UltimateStacker-Plugin</module>
2023-05-25 19:20:03 +02:00
</modules>
2022-09-06 21:28:39 +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>
<craftaro.coreVersion>3.0.1-SNAPSHOT</craftaro.coreVersion>
<maven.compiler.release>8</maven.compiler.release>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2022-09-06 21:28:39 +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
<issueManagement>
<url>https://discord.gg/craftaro</url>
<system>Discord server</system>
</issueManagement>
2021-12-02 17:56:38 +01: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
<repositories>
2019-09-03 23:14:38 +02:00
<repository>
<id>craftaro-minecraft-plugins</id>
<url>https://repo.craftaro.com/repository/minecraft-plugins/</url>
2019-09-03 23:14:38 +02:00
</repository>
<repository>
<id>SpigotMC</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
2018-11-06 04:33:10 +01:00
</repositories>
</project>