Changed pom.xml references to 1.1-R1-SNAPSHOT until RB hits.

This commit is contained in:
taoneill 2012-01-15 22:34:56 -05:00
parent 92b949343c
commit a610181954

View File

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