Prepare for MC 1.5.1 (specifically, Bukkit renames).

This commit is contained in:
wizjany
2013-03-20 00:11:27 -04:00
parent 422cba101d
commit 58a7a2ed4f
3 changed files with 24 additions and 30 deletions

10
pom.xml
View File

@@ -125,7 +125,7 @@
<dependency> <!-- NMS blocks -->
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>1.5-R0.1-SNAPSHOT</version>
<version>1.5.1-R0.1-SNAPSHOT</version>
<scope>compile</scope>
<type>jar</type>
<optional>true</optional>
@@ -138,13 +138,7 @@
<scope>test</scope>
<type>jar</type>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>