UltimateStacker/pom.xml

56 lines
1.8 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>UltimateStackerParent</artifactId>
<version>3.0.0-SNAPSHOT</version>
2023-05-25 19:20:03 +02:00
<packaging>pom</packaging>
2022-09-06 21:28:39 +02:00
2023-05-25 19:20:03 +02:00
<modules>
<module>UltimateStackerAPI</module>
<module>UltimateStacker</module>
</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>
<java.version>1.8</java.version>
<java.release>8</java.release>
<core.version>3.0.0-SNAPSHOT</core.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2023-05-25 19:20:03 +02:00
</properties>
2022-09-06 21:28:39 +02:00
2018-11-06 04:33:10 +01:00
<repositories>
2023-05-25 19:20:03 +02:00
<repository>
<id>bg-repo</id>
<url>https://repo.bg-software.com/repository/api/</url>
</repository>
2020-03-16 20:30:43 +01:00
<repository>
2021-12-02 17:56:38 +01:00
<id>songoda-public</id>
<url>https://repo.songoda.com/repository/public/</url>
2020-03-16 20:30:43 +01:00
</repository>
2021-12-02 17:56:38 +01:00
2019-08-02 15:59:10 +02:00
<repository>
2021-12-02 17:56:38 +01:00
<id>spigotmc-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
2019-08-02 15:59:10 +02:00
</repository>
2021-12-02 17:56:38 +01:00
2019-09-03 23:14:38 +02:00
<repository>
2021-12-02 17:56:38 +01:00
<id>CodeMC</id>
<url>https://repo.codemc.org/repository/maven-public/</url>
2019-09-03 23:14:38 +02:00
</repository>
<repository>
<id>lumine-repo</id>
<url>https://mvn.lumine.io/repository/maven-public/</url>
</repository>
2018-11-06 04:33:10 +01:00
</repositories>
</project>