Update for Factions 1.6.3 (API change)

This commit is contained in:
Mike Primm 2012-01-25 07:54:18 -06:00
parent 5f60437325
commit 9e01fe7fe2
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -56,7 +56,7 @@
<dependency>
<groupId>org.dynmap</groupId>
<artifactId>dynmap-api</artifactId>
<version>[0.28,)</version>
<version>[0.29,)</version>
<scope>compile</scope>
</dependency>
<dependency>
@ -68,7 +68,7 @@
<dependency>
<groupId>com.massivecraft</groupId>
<artifactId>Factions</artifactId>
<version>1.6.1</version>
<version>1.6.3</version>
<scope>system</scope>
<systemPath>${project.basedir}/Factions.jar</systemPath>
</dependency>