Updated POM to use Bukkit 1.1-R5

This commit is contained in:
GJ 2012-02-14 14:19:19 -05:00
parent 939344816e
commit b9de8e6d13

View File

@ -106,7 +106,7 @@
<dependency> <dependency>
<groupId>org.bukkit</groupId> <groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId> <artifactId>bukkit</artifactId>
<version>1.1-R4-SNAPSHOT</version> <version>1.1-R5-SNAPSHOT</version>
<type>jar</type> <type>jar</type>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>