ChestsPlusPlus/pom.xml

34 lines
1.2 KiB
XML
Raw Normal View History

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>
<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>
2022-01-12 20:57:07 +01:00
<module>ChestsPlusPlus_1_18_R1</module>
<module>ChestsPlusPlus_1_17_R1</module>
2020-11-03 20:28:44 +01:00
<module>ChestsPlusPlus_1_16_R3</module>
<module>ChestsPlusPlus_1_16_R2</module>
2020-07-03 15:23:09 +02:00
<module>ChestsPlusPlus_1_16</module>
<module>ChestsPlusPlus_Main</module>
</modules>
<repositories>
<repository>
2022-01-12 20:57:07 +01:00
<id>spigot-repo</id>
2020-07-03 15:23:09 +02:00
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
</repositories>
</project>