From 5bfbb2033b10b62d87a03728aa80356724abd0af Mon Sep 17 00:00:00 2001 From: Igor Maznitsa Date: Sun, 26 Mar 2023 12:29:19 +0300 Subject: [PATCH] started 1.1.3-SNAPSHOT, updated dependencies and JDK to 20+37 --- .../battleships-client-a008/pom.xml | 2 +- .../battleships-client-pc/pom.xml | 11 ++++++----- .../battleships-pc-win-launcher/pom.xml | 4 ++-- .../battleships-pc-win-launcher/src/versioninfo.json | 10 +++++----- battleships-resurrection/gfx-playroom-server/pom.xml | 2 +- battleships-resurrection/pom.xml | 6 +++--- 6 files changed, 18 insertions(+), 17 deletions(-) diff --git a/battleships-resurrection/battleships-client-a008/pom.xml b/battleships-resurrection/battleships-client-a008/pom.xml index 8cc160a..57cdcbb 100644 --- a/battleships-resurrection/battleships-client-a008/pom.xml +++ b/battleships-resurrection/battleships-client-a008/pom.xml @@ -5,7 +5,7 @@ com.igormaznitsa battleships-resurrection - 1.1.2 + 1.1.3-SNAPSHOT battleships-client-a008 jar diff --git a/battleships-resurrection/battleships-client-pc/pom.xml b/battleships-resurrection/battleships-client-pc/pom.xml index afbe804..1151de0 100644 --- a/battleships-resurrection/battleships-client-pc/pom.xml +++ b/battleships-resurrection/battleships-client-pc/pom.xml @@ -5,7 +5,7 @@ com.igormaznitsa battleships-resurrection - 1.1.2 + 1.1.3-SNAPSHOT battleships-client-pc @@ -22,7 +22,7 @@ BELLSOFT jdk - 19.0.1+11 + 20+37 @@ -82,11 +82,11 @@ ${basedir}/src/assembly/windows/appico.ico - 1.1.2.0 - 1.1.2.0 + 1.1.3.0 + 1.1.3.0 ${project.version} BattleShips Resurrection PC client - 2001-2022 Igor Maznitsa + 2001-2023 Igor Maznitsa ${project.version} ${project.name} igormaznitsa.com @@ -493,6 +493,7 @@ **/ASSEMBLY_EXCEPTION **/ADDITIONAL_LICENSE_INFO **/LICENSE + **/cldr.md diff --git a/battleships-resurrection/battleships-pc-win-launcher/pom.xml b/battleships-resurrection/battleships-pc-win-launcher/pom.xml index 48518cb..289a633 100644 --- a/battleships-resurrection/battleships-pc-win-launcher/pom.xml +++ b/battleships-resurrection/battleships-pc-win-launcher/pom.xml @@ -6,7 +6,7 @@ com.igormaznitsa battleships-resurrection - 1.1.2 + 1.1.3-SNAPSHOT battleships-pc-win-launcher @@ -16,7 +16,7 @@ UTF-8 - 1.19.4 + 1.20.2 2.3.10 true battleships-resurrection diff --git a/battleships-resurrection/battleships-pc-win-launcher/src/versioninfo.json b/battleships-resurrection/battleships-pc-win-launcher/src/versioninfo.json index 536d8cd..435731b 100644 --- a/battleships-resurrection/battleships-pc-win-launcher/src/versioninfo.json +++ b/battleships-resurrection/battleships-pc-win-launcher/src/versioninfo.json @@ -3,13 +3,13 @@ "FileVersion": { "Major": 1, "Minor": 1, - "Patch": 2, + "Patch": 3, "Build": 0 }, "ProductVersion": { "Major": 1, "Minor": 1, - "Patch": 2, + "Patch": 3, "Build": 0 }, "FileFlagsMask": "3f", @@ -22,14 +22,14 @@ "Comments": "Battleships PC client launcher.", "CompanyName": "Igor Maznitsa", "FileDescription": "Battleships-resurrection launcher", - "FileVersion": "v1.1.2.0", + "FileVersion": "v1.1.3.0", "InternalName": "battleships-resurrection.exe", - "LegalCopyright": "Copyright (c) 2021-2022 Igor Maznitsa", + "LegalCopyright": "Copyright (c) 2021-2023 Igor Maznitsa", "LegalTrademarks": "", "OriginalFilename": "battleships-resurrection.exe", "PrivateBuild": "", "ProductName": "Battleships-resurrection PC client launcher", - "ProductVersion": "v1.1.2.0", + "ProductVersion": "v1.1.3.0", "SpecialBuild": "" }, "VarFileInfo": { diff --git a/battleships-resurrection/gfx-playroom-server/pom.xml b/battleships-resurrection/gfx-playroom-server/pom.xml index 5fd7816..2a107f6 100644 --- a/battleships-resurrection/gfx-playroom-server/pom.xml +++ b/battleships-resurrection/gfx-playroom-server/pom.xml @@ -6,7 +6,7 @@ com.igormaznitsa battleships-resurrection - 1.1.2 + 1.1.3-SNAPSHOT gfx-playroom-server diff --git a/battleships-resurrection/pom.xml b/battleships-resurrection/pom.xml index 6657fb8..f3b173b 100644 --- a/battleships-resurrection/pom.xml +++ b/battleships-resurrection/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.igormaznitsa battleships-resurrection - 1.1.2 + 1.1.3-SNAPSHOT pom @@ -93,7 +93,7 @@ com.igormaznitsa mvn-jlink-wrapper - 1.2.0 + 1.2.1 org.apache.maven.plugins @@ -103,7 +103,7 @@ com.akathist.maven.plugins.launch4j launch4j-maven-plugin - 2.2.0 + 2.3.3 org.apache.maven.plugins