Revert the building with newest Bukkit versions.

They recently changed some stuff with how plugins are initiated, which
broke out tests. Grrrr
This commit is contained in:
graywolf336 2013-12-25 20:25:51 -06:00
parent f987dedc3d
commit 7e614a121f

View File

@ -43,14 +43,14 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.7.2-R0.3-SNAPSHOT</version>
<version>1.7.2-R0.2-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>1.7.2-R0.3-SNAPSHOT</version>
<version>1.7.2-R0.2-SNAPSHOT</version>
<type>jar</type>
</dependency>