Update POM to use Bukkit 1.2.5-R1.0

This commit is contained in:
Mike Primm 2012-04-17 21:57:59 -05:00
parent d523ce8a41
commit 267b423ff1

View File

@ -133,7 +133,7 @@
<dependency> <dependency>
<groupId>org.bukkit</groupId> <groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId> <artifactId>bukkit</artifactId>
<version>[1.1-R5-SNAPSHOT,1.7)</version> <version>[1.2.5-R1.0,1.7)</version>
<type>jar</type> <type>jar</type>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>