2023-08-04 02:19:57 +08: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">
2023-06-15 03:31:16 +08:00
<modelVersion > 4.0.0</modelVersion>
2023-07-18 00:25:25 +08:00
2023-06-13 18:11:36 +08:00
<groupId > com.craftaro</groupId>
2023-07-18 21:44:58 +08:00
<artifactId > EpicSpawners-Parent</artifactId>
2023-06-15 03:31:16 +08:00
<packaging > pom</packaging>
2024-09-23 16:22:50 +08:00
<version > 8.5.0</version>
2023-06-15 03:31:16 +08:00
2023-06-13 18:11:36 +08:00
<modules >
2023-07-18 21:44:58 +08:00
<module > EpicSpawners-API</module>
<module > EpicSpawners-Plugin</module>
2023-06-13 18:11:36 +08:00
</modules>
2023-08-04 02:19:57 +08:00
<name > EpicSpawners</name>
<description > Bring together item spawners, custom drops, spawning combining, silk-touch spawners and a spawner shop all in a simple and easy to use and configure plugin</description>
<url > https://craftaro.com/marketplace/product/13</url>
2023-06-13 18:11:36 +08:00
<properties >
2024-09-23 16:22:42 +08:00
<craftaro.coreVersion > 3.5.0-SNAPSHOT</craftaro.coreVersion>
2023-07-18 21:44:58 +08: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-06-13 18:11:36 +08:00
<project.build.sourceEncoding > UTF-8</project.build.sourceEncoding>
</properties>
2023-08-04 02:19:57 +08:00
<issueManagement >
<url > https://discord.gg/craftaro</url>
<system > Discord server</system>
</issueManagement>
2022-07-06 04:08:07 +08:00
2023-08-04 02:19:57 +08:00
<scm >
<url > https://github.com/craftaro/EpicSpawners</url>
<connection > scm:git:git://github.com/craftaro/EpicSpawners.git</connection>
</scm>
2022-07-06 04:08:07 +08:00
2023-08-04 02:19:57 +08:00
<repositories >
2019-08-18 04:20:42 +08:00
<repository >
2023-08-04 02:19:57 +08:00
<id > craftaro-minecraft-plugins</id>
<url > https://repo.craftaro.com/repository/minecraft-plugins/</url>
2019-08-18 04:20:42 +08:00
</repository>
2022-11-25 02:33:08 +08:00
<repository >
2023-08-04 02:19:57 +08:00
<id > SpigotMC</id>
<url > https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
2022-11-25 02:33:08 +08:00
</repository>
2023-12-18 22:29:55 +08:00
<repository >
<id > playpro-repo</id>
<url > https://maven.playpro.com</url>
</repository>
2018-11-08 03:53:24 +08:00
</repositories>
2023-08-04 02:19:57 +08:00
<dependencies >
<dependency >
<groupId > org.jetbrains</groupId>
<artifactId > annotations</artifactId>
2024-02-02 15:22:28 +08:00
<version > 24.1.0</version>
2023-08-04 02:19:57 +08:00
<scope > provided</scope>
</dependency>
2023-12-18 22:29:55 +08:00
<dependency >
<groupId > net.coreprotect</groupId>
<artifactId > coreprotect</artifactId>
2024-02-02 15:47:44 +08:00
<version > 22.3</version>
2023-12-18 22:29:55 +08:00
<scope > provided</scope>
</dependency>
2023-08-04 02:19:57 +08:00
</dependencies>
2018-11-08 03:53:24 +08:00
</project>