From f6c016da8a3377ed5cb7f0d70b703735f6771606 Mon Sep 17 00:00:00 2001 From: Joel Uckelman Date: Thu, 30 Mar 2023 20:43:57 +0100 Subject: [PATCH] Updated for 3.7.0-beta2. --- CHANGES | 2 +- Makefile | 4 ++-- pom.xml | 2 +- release-prepare/pom.xml | 2 +- vassal-agent/pom.xml | 2 +- vassal-app/pom.xml | 2 +- vassal-deprecation/pom.xml | 2 +- vassal-doc/pom.xml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGES b/CHANGES index ae3ba59015..33d4cf96f9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -3.7.0-beta2 - ??? +3.7.0-beta2 - 30 March 2023 * 12159: Correctly handle install paths containing spaces in VASSAL.sh * 12158: List Key Commands tool can be re-opened after closing with X button diff --git a/Makefile b/Makefile index 11c4994e6e..015a79babb 100644 --- a/Makefile +++ b/Makefile @@ -51,8 +51,8 @@ VNUM:=3.7.0 # major-minor part of the version V_MAJ_MIN:=$(shell echo "$(VNUM)" | cut -f1,2 -d'.') -MAVEN_VERSION:=$(VNUM)-SNAPSHOT -#MAVEN_VERSION:=$(VNUM)-beta2 +#MAVEN_VERSION:=$(VNUM)-SNAPSHOT +MAVEN_VERSION:=$(VNUM)-beta2 #MAVEN_VERSION:=$(VNUM) JARNAME:=vassal-app-$(MAVEN_VERSION) diff --git a/pom.xml b/pom.xml index f6cf52311a..b52dfdeb0b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.vassalengine vassal-parent - 3.7.0-SNAPSHOT + 3.7.0-beta2 pom Vassal Engine diff --git a/release-prepare/pom.xml b/release-prepare/pom.xml index 5717d83e8b..b035e08ba7 100644 --- a/release-prepare/pom.xml +++ b/release-prepare/pom.xml @@ -5,7 +5,7 @@ org.vassalengine vassal-parent - 3.7.0-SNAPSHOT + 3.7.0-beta2 release-prepare diff --git a/vassal-agent/pom.xml b/vassal-agent/pom.xml index 57aacc0929..cffdb17aea 100644 --- a/vassal-agent/pom.xml +++ b/vassal-agent/pom.xml @@ -5,7 +5,7 @@ org.vassalengine vassal-parent - 3.7.0-SNAPSHOT + 3.7.0-beta2 vassal-agent diff --git a/vassal-app/pom.xml b/vassal-app/pom.xml index f69b685d11..b50708d5a3 100644 --- a/vassal-app/pom.xml +++ b/vassal-app/pom.xml @@ -6,7 +6,7 @@ org.vassalengine vassal-parent - 3.7.0-SNAPSHOT + 3.7.0-beta2 vassal-app diff --git a/vassal-deprecation/pom.xml b/vassal-deprecation/pom.xml index 9df8e1a686..458dc457c2 100644 --- a/vassal-deprecation/pom.xml +++ b/vassal-deprecation/pom.xml @@ -5,7 +5,7 @@ org.vassalengine vassal-parent - 3.7.0-SNAPSHOT + 3.7.0-beta2 vassal-deprecation diff --git a/vassal-doc/pom.xml b/vassal-doc/pom.xml index 40d98ba18c..d101d650d1 100644 --- a/vassal-doc/pom.xml +++ b/vassal-doc/pom.xml @@ -5,7 +5,7 @@ org.vassalengine vassal-parent - 3.7.0-SNAPSHOT + 3.7.0-beta2 vassal-doc