2018-08-02 03:53:56 +02:00
|
|
|
<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">
|
2017-10-06 16:43:09 +02:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>nl.pim16aap2</groupId>
|
|
|
|
<artifactId>ArmoredElytra</artifactId>
|
2018-11-06 13:23:56 +01:00
|
|
|
<version>2.4.8-SNAPSHOT</version>
|
2017-10-06 16:43:09 +02:00
|
|
|
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>spigot-repo</id>
|
|
|
|
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>bstats-repo</id>
|
|
|
|
<url>http://repo.bstats.org/content/repositories/releases/</url>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
<dependencies>
|
2019-04-15 12:04:59 +02:00
|
|
|
<!--
|
2018-11-06 13:23:56 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc</groupId>
|
|
|
|
<artifactId>spigot-1.9</artifactId>
|
|
|
|
<version>1.9-R0.1-SNAPSHOT</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc</groupId>
|
|
|
|
<artifactId>spigot-1.9.4</artifactId>
|
|
|
|
<version>1.9.4-R0.2-SNAPSHOT</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2018-08-02 03:53:56 +02:00
|
|
|
<dependency>
|
2017-10-06 16:43:09 +02:00
|
|
|
<groupId>org.spigotmc</groupId>
|
2018-08-02 03:53:56 +02:00
|
|
|
<artifactId>spigot-1.10</artifactId>
|
2018-01-17 06:22:14 +01:00
|
|
|
<version>1.10.2-R0.1-SNAPSHOT</version>
|
2017-10-06 16:43:09 +02:00
|
|
|
<scope>provided</scope>
|
2019-04-28 16:09:09 +02:00
|
|
|
</dependency>-->
|
2018-08-02 03:53:56 +02:00
|
|
|
<dependency>
|
2018-01-17 06:22:14 +01:00
|
|
|
<groupId>org.spigotmc</groupId>
|
2018-08-02 03:53:56 +02:00
|
|
|
<artifactId>spigot-1.11</artifactId>
|
2018-01-17 06:22:14 +01:00
|
|
|
<version>1.11.2-R0.1-SNAPSHOT</version>
|
|
|
|
<scope>provided</scope>
|
2019-04-28 16:09:09 +02:00
|
|
|
</dependency>
|
2018-08-02 03:53:56 +02:00
|
|
|
<dependency>
|
2017-10-06 16:43:09 +02:00
|
|
|
<groupId>org.spigotmc</groupId>
|
2018-08-02 03:53:56 +02:00
|
|
|
<artifactId>spigot-1.12</artifactId>
|
|
|
|
<version>1.12.2-R0.1-SNAPSHOT</version>
|
2017-10-06 16:43:09 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2018-01-17 06:22:14 +01:00
|
|
|
<dependency>
|
2018-08-02 03:53:56 +02:00
|
|
|
<groupId>org.spigotmc</groupId>
|
|
|
|
<artifactId>spigot-1.13</artifactId>
|
|
|
|
<version>1.13-R0.1-SNAPSHOT</version>
|
2017-10-06 16:43:09 +02:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2019-04-28 16:09:09 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc</groupId>
|
|
|
|
<artifactId>spigot-1.13.1</artifactId>
|
|
|
|
<version>1.13.1-R0.1-SNAPSHOT</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc</groupId>
|
|
|
|
<artifactId>spigot-1.14</artifactId>
|
|
|
|
<version>1.14-R0.1-SNAPSHOT</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2018-01-17 06:22:14 +01:00
|
|
|
|
|
|
|
<!--bStats -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.bstats</groupId>
|
|
|
|
<artifactId>bstats-bukkit</artifactId>
|
|
|
|
<version>1.2</version>
|
|
|
|
</dependency>
|
2017-10-06 16:43:09 +02:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<source>1.8</source>
|
|
|
|
<target>1.8</target>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2017-09-05 12:20:32 +02:00
|
|
|
</project>
|