Build on latest Bukkit snapshot. Closes WORLDGUARD-2381

Fixes EntityChangeBlockEvent errors. Note that 1.4.5-R0.3-SNAPSHOT means build 2505+ and that there ARE 0.3 snapshots below 2505. Thus, this should be treated as temporary and changed on the next Bukkit Beta.
This commit is contained in:
Wizjany 2012-12-06 22:25:43 -05:00
parent d016da1895
commit cc78011da6

View File

@ -46,7 +46,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.4.2-R0.2</version>
<version>1.4.5-R1.0</version>
<scope>compile</scope>
</dependency>
<dependency>