Bump Allpay version.

This adds EconXP support.
This commit is contained in:
Eric Stokes 2012-01-16 19:45:29 -07:00
parent 9313ff82ae
commit 7b8f73f0af
3 changed files with 10 additions and 3 deletions

@ -1 +1 @@
Subproject commit 18c55a9070a5e64b2cb0737940290643f324fa7d
Subproject commit 7abba1f0040862e9fabdafb3d44c6cf0b914cc7c

View File

@ -77,7 +77,7 @@
</goals>
<configuration>
<sources>
<source>${project.basedir}/lib/allpay/src</source>
<source>${project.basedir}/lib/allpay/src/main/java</source>
<source>${project.basedir}/lib/commandhandler/src</source>
<source>${project.basedir}/lib/commandhandler/lib/ShellParser/src</source>
</sources>
@ -229,6 +229,13 @@
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>ca.agnate</groupId>
<artifactId>EconXP</artifactId>
<version>1.0.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<!-- End of Economy Dependencies -->
<!-- Start of Test Dependencies -->
<dependency>

View File

@ -171,7 +171,7 @@ public class MultiverseCore extends JavaPlugin implements MVPlugin, Core {
private int pluginCount;
private DestinationFactory destFactory;
private SpoutInterface spoutInterface = null;
private static final double ALLPAY_VERSION = 3;
private static final double ALLPAY_VERSION = 5;
private static final double CH_VERSION = 4;
private MVMessaging messaging;