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