commit didn't include proper library version.

This commit is contained in:
Sleaker 2012-07-14 20:31:43 -07:00
parent 387f5718a5
commit 90a9987891
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -11,7 +11,7 @@
<dependency> <dependency>
<groupId>org.bukkit</groupId> <groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId> <artifactId>craftbukkit</artifactId>
<version>1.2.5-R3.0</version> <version>1.2.5-R4.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>de.hydrox.bukkit.DroxPerms</groupId> <groupId>de.hydrox.bukkit.DroxPerms</groupId>
@ -156,7 +156,7 @@
<dependency> <dependency>
<groupId>me.mjolnir.mineconomy.MineConomy</groupId> <groupId>me.mjolnir.mineconomy.MineConomy</groupId>
<artifactId>MineConomy</artifactId> <artifactId>MineConomy</artifactId>
<version>1.3</version> <version>1.4</version>
<scope>system</scope> <scope>system</scope>
<systemPath>${project.basedir}/lib/MineConomy.jar</systemPath> <systemPath>${project.basedir}/lib/MineConomy.jar</systemPath>
</dependency> </dependency>