mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-02-17 20:31:34 +01:00
revert other maven broken features
This commit is contained in:
parent
7bb3da2fc3
commit
38e3bda406
@ -62,11 +62,12 @@ public class AuthMe extends JavaPlugin {
|
|||||||
/**
|
/**
|
||||||
* Defines the current AuthMeReloaded version name.
|
* 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.
|
* 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 AuthMe plugin;
|
||||||
private static Server server;
|
private static Server server;
|
||||||
|
Loading…
Reference in New Issue
Block a user