2016-04-15 23:30:08 +02:00
|
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2015-01-06 11:33:42 +01:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>cz.boosik</groupId>
|
|
|
|
<artifactId>boosCooldowns</artifactId>
|
2016-04-15 23:30:08 +02:00
|
|
|
<version>${boosCooldowns.version}</version>
|
|
|
|
<modules>
|
|
|
|
<module>nms/NMS_hook_1_8_R1</module>
|
|
|
|
<module>nms/NMS_hook_1_8_R2</module>
|
|
|
|
<module>nms/NMS_hook_1_8_R3</module>
|
|
|
|
<module>nms/NMS_hook_1_9_R1</module>
|
2016-05-16 15:05:25 +02:00
|
|
|
<module>nms/NMS_hook_1_9_R2</module>
|
2016-06-12 19:55:56 +02:00
|
|
|
<module>nms/NMS_hook_1_10_R1</module>
|
2016-04-15 23:30:08 +02:00
|
|
|
<module>nms/NMS</module>
|
|
|
|
<module>plugin</module>
|
|
|
|
<module>jar</module>
|
2016-06-12 19:55:56 +02:00
|
|
|
</modules>
|
2016-04-15 23:30:08 +02:00
|
|
|
<packaging>pom</packaging>
|
2015-01-06 11:33:42 +01:00
|
|
|
<url>http://maven.apache.org</url>
|
|
|
|
<properties>
|
2016-06-12 19:55:56 +02:00
|
|
|
<boosCooldowns.version>3.11.2</boosCooldowns.version>
|
2015-01-06 11:33:42 +01:00
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
2016-06-12 19:55:56 +02:00
|
|
|
<minecraft.version>1.10</minecraft.version>
|
2015-01-06 11:33:42 +01:00
|
|
|
<bukkit.version>R0.1</bukkit.version>
|
2016-06-12 19:55:56 +02:00
|
|
|
<bukkit.packet>v1_10_R1</bukkit.packet>
|
2015-01-06 11:33:42 +01:00
|
|
|
</properties>
|
|
|
|
<pluginRepositories>
|
|
|
|
<pluginRepository>
|
|
|
|
<id>maven2-repository.dev.java.net</id>
|
|
|
|
<name>Java.net Repository for Maven</name>
|
|
|
|
<url>http://download.java.net/maven/2/</url>
|
|
|
|
<layout>default</layout>
|
|
|
|
</pluginRepository>
|
|
|
|
<pluginRepository>
|
|
|
|
<id>bukkit-plugins</id>
|
|
|
|
<url>http://repo.bukkit.org/content/groups/public/</url>
|
|
|
|
</pluginRepository>
|
|
|
|
</pluginRepositories>
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>bukkit-repo</id>
|
|
|
|
<url>http://repo.bukkit.org/content/groups/public/</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>vault-repo</id>
|
|
|
|
<url>http://nexus.theyeticave.net/content/repositories/pub_releases</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>spigot-repo</id>
|
|
|
|
<url>http://repo.md-5.net/content/repositories/snapshots/</url>
|
|
|
|
</repository>
|
2016-04-15 23:30:08 +02:00
|
|
|
<repository>
|
|
|
|
<id>elmakers-spigot-repo</id>
|
|
|
|
<url>http://maven.elmakers.com/repository/</url>
|
|
|
|
</repository>
|
2015-01-06 11:33:42 +01:00
|
|
|
</repositories>
|
|
|
|
</project>
|