ExcellentEnchants-spigot/pom.xml

35 lines
1.2 KiB
XML
Raw Normal View History

2022-01-21 15:24:32 +01: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">
<modelVersion>4.0.0</modelVersion>
<groupId>su.nightexpress.excellentenchants</groupId>
<artifactId>ExcellentEnchants</artifactId>
<packaging>pom</packaging>
2023-07-11 15:20:16 +02:00
<version>3.4.5</version>
2022-01-21 15:24:32 +01:00
<modules>
<module>Core</module>
<module>NMS</module>
<module>V1_17_R1</module>
2022-03-06 09:06:16 +01:00
<module>V1_18_R2</module>
2023-04-12 12:04:42 +02:00
<module>V1_19_R3</module>
2023-06-15 10:02:44 +02:00
<module>V1_20_R1</module>
2022-01-21 15:24:32 +01:00
</modules>
<properties>
<maven.compiler.source>16</maven.compiler.source>
<maven.compiler.target>16</maven.compiler.target>
2023-05-11 13:59:23 +02:00
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2022-01-21 15:24:32 +01:00
</properties>
<dependencies>
<dependency>
<groupId>su.nexmedia</groupId>
<artifactId>NexEngine</artifactId>
2023-07-11 15:20:16 +02:00
<version>2.2.11</version>
2022-01-21 15:24:32 +01:00
</dependency>
</dependencies>
</project>