revert other maven broken features

This commit is contained in:
Gabriele C 2015-11-26 22:15:05 +01:00
parent 7bb3da2fc3
commit 38e3bda406

View File

@ -62,11 +62,12 @@ public class AuthMe extends JavaPlugin {
/**
* Defines the current AuthMeReloaded version name.
*/
private static final String PLUGIN_VERSION_NAME = "${project.version}";
private static final String PLUGIN_VERSION_NAME = "5.1-SNAPSHOT";
/**
* Defines the current AuthMeReloaded version code.
*/
private static final int PLUGIN_VERSION_CODE = Integer.parseInt("${buildNumber}");
// TODO: increment this value manually
private static final int PLUGIN_VERSION_CODE = 120;
private static AuthMe plugin;
private static Server server;