mirror of
https://github.com/JamesPeters98/ChestsPlusPlus.git
synced 2024-11-29 06:06:07 +01:00
39 lines
1.3 KiB
XML
39 lines
1.3 KiB
XML
|
<?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">
|
||
|
<parent>
|
||
|
<artifactId>ChestsPlusPlus</artifactId>
|
||
|
<groupId>com.jamesdpeters.chests</groupId>
|
||
|
<version>1.5-BETA-3</version>
|
||
|
<relativePath>../ChestsPlusPlus_Main/pom.xml</relativePath>
|
||
|
</parent>
|
||
|
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
<packaging>pom</packaging>
|
||
|
<artifactId>ChestsPlusPlus_1_15</artifactId>
|
||
|
|
||
|
<repositories>
|
||
|
<repository>
|
||
|
<id>spigotmc-repo</id>
|
||
|
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
||
|
</repository>
|
||
|
</repositories>
|
||
|
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>com.jamesdpeters.chests</groupId>
|
||
|
<artifactId>ChestsPlusPlus</artifactId>
|
||
|
<version>1.5-BETA-3</version>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>org.spigotmc</groupId>
|
||
|
<artifactId>spigot-api</artifactId>
|
||
|
<version>1.15.2-R0.1-SNAPSHOT</version>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
|
||
|
|
||
|
</project>
|