mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-11-10 21:01:03 +01:00
commit didn't include proper library version.
This commit is contained in:
parent
387f5718a5
commit
90a9987891
Binary file not shown.
4
pom.xml
4
pom.xml
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user