Back to Bukkit 1.1-R1-SNAPSHOT until they publish to their repo, so I don't have to mvn-install it on my ci server - lazy.

This commit is contained in:
taoneill 2012-01-25 23:22:39 -05:00
parent 445aae7f8f
commit 13067f35ad

View File

@ -56,13 +56,13 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.1-R1</version>
<version>1.1-R1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>1.1-R1</version>
<version>1.1-R1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>