mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
Pumped version in java files and main pom
This commit is contained in:
parent
5577d5b3a8
commit
441a9870c8
4 changed files with 5 additions and 5 deletions
|
@ -119,7 +119,7 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
|
|||
private static Preferences prefs = Preferences.userNodeForPackage(MageFrame.class);
|
||||
private JLabel title;
|
||||
private Rectangle titleRectangle;
|
||||
private static final MageVersion version = new MageVersion(0, 10, 1, "");
|
||||
private static final MageVersion version = new MageVersion(1, 0, 0, "");
|
||||
private UUID clientId;
|
||||
private static MagePane activeFrame;
|
||||
private static boolean liteMode = false;
|
||||
|
|
|
@ -57,7 +57,7 @@ public class ConsoleFrame extends javax.swing.JFrame implements MageClient {
|
|||
private static Session session;
|
||||
private ConnectDialog connectDialog;
|
||||
private static Preferences prefs = Preferences.userNodeForPackage(ConsoleFrame.class);
|
||||
private final static MageVersion version = new MageVersion(0, 10, 1, "");
|
||||
private final static MageVersion version = new MageVersion(1, 0, 0, "");
|
||||
|
||||
/**
|
||||
* @return the session
|
||||
|
|
|
@ -72,7 +72,7 @@ public class Main {
|
|||
private final static String testModeArg = "-testMode=";
|
||||
private final static String adminPasswordArg = "-adminPassword=";
|
||||
private final static String pluginFolder = "plugins";
|
||||
private static MageVersion version = new MageVersion(0, 10, 1, "");
|
||||
private static MageVersion version = new MageVersion(1, 0, 0, "");
|
||||
|
||||
public static PluginClassLoader classLoader = new PluginClassLoader();
|
||||
public static TransporterServer server;
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -6,7 +6,7 @@
|
|||
|
||||
<groupId>org.mage</groupId>
|
||||
<artifactId>mage-root</artifactId>
|
||||
<version>0.10.1</version>
|
||||
<version>1.0.0</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Mage Root</name>
|
||||
<description>Mage Root POM</description>
|
||||
|
@ -74,7 +74,7 @@
|
|||
</repositories>
|
||||
|
||||
<properties>
|
||||
<mage-version>0.10.1</mage-version>
|
||||
<mage-version>1.0.0</mage-version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<netbeans.hint.license>mage</netbeans.hint.license>
|
||||
</properties>
|
||||
|
|
Loading…
Reference in a new issue