From cc53ce1c8c64aeea38293e8d3bbc4c425997efe9 Mon Sep 17 00:00:00 2001 From: Eike Date: Fri, 7 Jan 2022 19:53:04 +0100 Subject: [PATCH] Update pom.xml bump launch4j, release 2.1.0 Bumped launch4j version to 2.1.0 to fix failing maven build --- CHANGELOG.md | 6 +++++- pom.xml | 6 +++--- src/main/java/lc/kra/jds/gui/Application.java | 4 ++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9153689..e93506a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -## 2.0.3 (20120-03-04) +## 2.1.0 (2022-01-25) +### Fixed + - Bumped launch4j to version 2.1.0 + +## 2.0.3 (2020-03-04) ### Fixed - Fixed the (very buggy) 74181 ALU, thanks to Frank Möbius diff --git a/pom.xml b/pom.xml index 72d4fbc..e2e115e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ lc.kra.jds jds - 2.0.3 + 2.1.0 JDigitalSimulator http://kra.lc/projects/jdigitalsimulator/ @@ -75,7 +75,7 @@ com.akathist.maven.plugins.launch4j launch4j-maven-plugin - 1.7.15 + 2.1.0 l4j-clui @@ -203,4 +203,4 @@ - \ No newline at end of file + diff --git a/src/main/java/lc/kra/jds/gui/Application.java b/src/main/java/lc/kra/jds/gui/Application.java index fb719fc..6a2ef01 100644 --- a/src/main/java/lc/kra/jds/gui/Application.java +++ b/src/main/java/lc/kra/jds/gui/Application.java @@ -140,7 +140,7 @@ /** * JDigitalSimulator * @author Kristian Kraljic - * @version 2.0.3 + * @version 2.1.0 */ public class Application extends JFrame { private static final long serialVersionUID = -4693271310855486553L; @@ -148,7 +148,7 @@ public class Application extends JFrame { public static final String FILE_EXTENSION = "jdsim"; public static File pluginDirectory, currentDirectory; - private static final String VERSION = "2.0.3", COPYRIGHT = "2010-2020", LINES_OF_CODE = "9.509", WORDS_OF_CODE = "36.133", PAGES_OF_CODE = "245"; + private static final String VERSION = "2.1.0", COPYRIGHT = "2010-2022", LINES_OF_CODE = "9.509", WORDS_OF_CODE = "36.133", PAGES_OF_CODE = "245"; private static final String[] TOOLBAR_FRAME_FOCUS = new String[]{"save", "print", "print_level", "simulate", "left", "right", "up", "down", "grid", "secure", "zoom_default", "zoom", "zoom_in", "zoom_out"},