Bump version, include Spigot

This commit is contained in:
Andrzej Pomirski 2015-05-22 13:24:57 +02:00
parent 8b24b065d3
commit 9200928dca

10
pom.xml
View File

@ -36,6 +36,10 @@
<id>heroes-repo</id>
<url>http://nexus.theyeticave.net/content/repositories/public/</url>
</repository>
<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
</repository>
<repository>
<id>local_repo</id>
<url>file://${project.basedir}/repo/</url>
@ -64,7 +68,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.7.9-R0.2</version>
<version>1.8.3-R0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.mcstats.bukkit</groupId>
@ -182,4 +186,8 @@
</resources>
</build>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>