From 8bc29548fa7b040aaa97bdc9d86f5eb1cad8c185 Mon Sep 17 00:00:00 2001 From: Joel Uckelman Date: Tue, 6 Jun 2023 23:43:31 +0100 Subject: [PATCH] Updated for 3.7.0-beta3 release. --- 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 98d24809b2..c81fc80f22 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -3.7.0-beta3 - ??? +3.7.0-beta3 - 6 June 2023 * 12342: Fixed bad link in Reference Manual * 12315: Prevent NPE in MouseOverStackViewer trying to show top piece of empty diff --git a/Makefile b/Makefile index 38c02ba44a..1b964dd085 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)-beta3 +#MAVEN_VERSION:=$(VNUM)-SNAPSHOT +MAVEN_VERSION:=$(VNUM)-beta3 #MAVEN_VERSION:=$(VNUM) JARNAME:=vassal-app-$(MAVEN_VERSION) diff --git a/pom.xml b/pom.xml index c7400c3bac..28e5a273b9 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.vassalengine vassal-parent - 3.7.0-SNAPSHOT + 3.7.0-beta3 pom Vassal Engine diff --git a/release-prepare/pom.xml b/release-prepare/pom.xml index 5717d83e8b..6d51809bbf 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-beta3 release-prepare diff --git a/vassal-agent/pom.xml b/vassal-agent/pom.xml index c0dad844f6..0d1c43677e 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-beta3 vassal-agent diff --git a/vassal-app/pom.xml b/vassal-app/pom.xml index be23793189..eec88413cf 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-beta3 vassal-app diff --git a/vassal-deprecation/pom.xml b/vassal-deprecation/pom.xml index 0cc0d9733d..533f52cc83 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-beta3 vassal-deprecation diff --git a/vassal-doc/pom.xml b/vassal-doc/pom.xml index e25de31b87..7c1d9eb55e 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-beta3 vassal-doc