Depend against bukkit 1.2.x

This commit is contained in:
Trever Fischer 2012-03-18 18:28:31 -04:00
parent 906871dfc2
commit 57bf517964

View File

@ -4,7 +4,7 @@
<groupId>us.camin</groupId>
<artifactId>Caminus</artifactId>
<packaging>jar</packaging>
<version>0.1</version>
<version>0.2</version>
<name>bukkitplugin</name>
<url>http://maven.apache.org</url>
<properties>
@ -14,7 +14,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.2.2-R0.1-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>