Update to build with Factions 1.7.5 Beta

This commit is contained in:
Mike Primm 2012-07-01 10:48:20 -05:00
parent a40c65072d
commit f0c6419992

View File

@ -62,13 +62,13 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>[1.2.4-R1.0,1.7)</version>
<version>[1.2.5-R4.0,1.7)</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.massivecraft</groupId>
<artifactId>Factions</artifactId>
<version>1.7.3</version>
<version>1.7.5</version>
<scope>system</scope>
<systemPath>${project.basedir}/Factions.jar</systemPath>
</dependency>