From 46455e9e9d44f3b5185b53731eeadb6365ffe956 Mon Sep 17 00:00:00 2001 From: Jannik Date: Fri, 12 Jan 2018 23:52:44 +0100 Subject: [PATCH] Java 9, updated a few libs * cemu_UI targets now Java 9 * jfoenix 1.11.1 -> 9.0.1 * minimal-json 0.9.4 -> 0.9.5 * log4j 2.9.1 -> 2.10.0 * commons-io 2.5 -> 2.6 * jackson-core 2.9.2 -> 2.9.3 * javax.servlet-api 4.0.0-b01 -> 4.0.0 --- pom.xml | 51 ++++++++++--------- .../application/MainWindowController.java | 4 +- 2 files changed, 28 insertions(+), 27 deletions(-) diff --git a/pom.xml b/pom.xml index c52bdad..b1a0d37 100644 --- a/pom.xml +++ b/pom.xml @@ -4,16 +4,16 @@ com cemu_UI - 0.2.3-SNAPSHOT + 0.3.0-SNAPSHOT jar - cemu_UI + cemu_UI is a simple, material design graphical frontend for cemu, a Wii U emulator http://www.kellerkinder.xyz UTF-8 - 1.8 - 1.8 + 1.9 + 1.9 @@ -21,20 +21,20 @@ junit junit - 3.8.1 + 4.11 test com.jfoenix jfoenix - 1.11.1 + 9.0.1 com.eclipsesource.minimal-json minimal-json - 0.9.4 + 0.9.5 @@ -43,22 +43,22 @@ 3.21.0.1 - - org.apache.logging.log4j - log4j-api - 2.9.1 - - - - org.apache.logging.log4j - log4j-core - 2.9.1 - + + org.apache.logging.log4j + log4j-api + 2.10.0 + + + + org.apache.logging.log4j + log4j-core + 2.10.0 + commons-io commons-io - 2.5 + 2.6 @@ -152,14 +152,14 @@ com.fasterxml.jackson.core jackson-core - 2.9.2 + 2.9.3 javax.servlet javax.servlet-api - 4.0.0-b01 + 4.0.0 provided @@ -194,11 +194,12 @@ shade + cemu_UI true - - com.cemu_UI.application.Main - + + com.cemu_UI.application.Main + @@ -207,5 +208,5 @@ - + diff --git a/src/main/java/com/cemu_UI/application/MainWindowController.java b/src/main/java/com/cemu_UI/application/MainWindowController.java index 55fb730..6c44ab8 100644 --- a/src/main/java/com/cemu_UI/application/MainWindowController.java +++ b/src/main/java/com/cemu_UI/application/MainWindowController.java @@ -286,8 +286,8 @@ public class MainWindowController { private String selectedGameTitleID; private String selectedGameTitle; private String id; - private String version = "0.2.3"; - private String buildNumber = "071"; + private String version = "0.3.0"; + private String buildNumber = "073"; private String versionName = "Puzzle Plank Galaxy"; private int xPos = -200; private int yPos = 17;