Update to 1.2.4-R1.0

This commit is contained in:
Mike Primm 2012-04-02 00:27:11 -05:00
parent 4a47406431
commit 6ed11a76e4
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -56,19 +56,19 @@
<dependency>
<groupId>org.dynmap</groupId>
<artifactId>dynmap-api</artifactId>
<version>[0.32,)</version>
<version>[0.36,)</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.1-R5-SNAPSHOT</version>
<version>[1.2.4-R1.0,1.7)</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.massivecraft</groupId>
<artifactId>Factions</artifactId>
<version>1.6.3</version>
<version>1.6.7</version>
<scope>system</scope>
<systemPath>${project.basedir}/Factions.jar</systemPath>
</dependency>