2020-07-03 15:23:09 +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">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<groupId>com.jamesdpeters.minecraft.chests</groupId>
|
|
|
|
<artifactId>ChestsPlusPlus-Parent</artifactId>
|
2020-07-04 15:45:58 +02:00
|
|
|
<version>1.0-SNAPSHOT</version>
|
2020-07-03 15:23:09 +02:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<maven.compiler.source>8</maven.compiler.source>
|
|
|
|
<maven.compiler.target>8</maven.compiler.target>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>ChestsPlusPlusAPI</module>
|
2021-07-12 22:13:13 +02:00
|
|
|
<module>ChestsPlusPlus_1_17_R1</module>
|
2020-11-03 20:28:44 +01:00
|
|
|
<module>ChestsPlusPlus_1_16_R3</module>
|
2020-10-24 16:18:56 +02:00
|
|
|
<module>ChestsPlusPlus_1_16_R2</module>
|
2020-07-03 15:23:09 +02:00
|
|
|
<module>ChestsPlusPlus_1_16</module>
|
|
|
|
<module>ChestsPlusPlus_1_15</module>
|
2020-07-04 17:16:17 +02:00
|
|
|
<module>ChestsPlusPlus_1_14</module>
|
2020-07-03 15:23:09 +02:00
|
|
|
<module>ChestsPlusPlus_Main</module>
|
|
|
|
</modules>
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>spigotmc-repo</id>
|
|
|
|
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
</project>
|