Depend against bukkit 1.2.x
This commit is contained in:
parent
906871dfc2
commit
57bf517964
4
pom.xml
4
pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user