Added Jitpack repo to download Towny!

This commit is contained in:
Norbi Peti 2016-09-10 21:10:42 +02:00
parent e8b6b11db6
commit fdbeed3dc6

View file

@ -38,6 +38,10 @@
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io/</url>
</repository>
</repositories>
<dependencies>
<dependency>
@ -57,10 +61,11 @@
<artifactId>commons-io</artifactId>
<version>1.3.2</version>
</dependency>
<!-- Change jitpack.yml to set location of Towny JAR -->
<dependency>
<groupId>com.palmergames</groupId>
<groupId>com.github.TBMCPlugins.ButtonCore</groupId>
<artifactId>Towny</artifactId>
<version>0.91.1.5</version>
<version>master-SNAPSHOT</version>
</dependency>
</dependencies>
<organization>