From a02feeb8d402c9ef248f3c22a638d1c0e0b9f37a Mon Sep 17 00:00:00 2001 From: Joel Uckelman Date: Thu, 29 Feb 2024 11:37:31 +0000 Subject: [PATCH] Updated for 3.7.9 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 1151ca6f15..ea10987074 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -3.7.9 - ??? +3.7.9 - 29 February 2024 * 13176: Mouse-over viewer to respect Show Unrotated for Cargo on rotated Mats * 13166: Improved error catching and reporting when importing XML files into diff --git a/Makefile b/Makefile index c37a934190..9877d613d6 100644 --- a/Makefile +++ b/Makefile @@ -51,9 +51,9 @@ VNUM:=3.7.9 # major-minor part of the version V_MAJ_MIN:=$(shell echo "$(VNUM)" | cut -f1,2 -d'.') -MAVEN_VERSION:=$(VNUM)-SNAPSHOT +#MAVEN_VERSION:=$(VNUM)-SNAPSHOT #MAVEN_VERSION:=$(VNUM)-beta5 -#MAVEN_VERSION:=$(VNUM) +MAVEN_VERSION:=$(VNUM) JARNAME:=vassal-app-$(MAVEN_VERSION) diff --git a/pom.xml b/pom.xml index 50e38b9a22..6d60164047 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.vassalengine vassal-parent - 3.7.9-SNAPSHOT + 3.7.9 pom Vassal Engine diff --git a/release-prepare/pom.xml b/release-prepare/pom.xml index ea73c07ef4..cd1c67f241 100644 --- a/release-prepare/pom.xml +++ b/release-prepare/pom.xml @@ -5,7 +5,7 @@ org.vassalengine vassal-parent - 3.7.9-SNAPSHOT + 3.7.9 release-prepare diff --git a/vassal-agent/pom.xml b/vassal-agent/pom.xml index 85e9e463c6..d61e2e80cb 100644 --- a/vassal-agent/pom.xml +++ b/vassal-agent/pom.xml @@ -5,7 +5,7 @@ org.vassalengine vassal-parent - 3.7.9-SNAPSHOT + 3.7.9 vassal-agent diff --git a/vassal-app/pom.xml b/vassal-app/pom.xml index 6acd002b82..49330edff7 100644 --- a/vassal-app/pom.xml +++ b/vassal-app/pom.xml @@ -6,7 +6,7 @@ org.vassalengine vassal-parent - 3.7.9-SNAPSHOT + 3.7.9 vassal-app diff --git a/vassal-deprecation/pom.xml b/vassal-deprecation/pom.xml index 0f68bcaaf9..e864fa271a 100644 --- a/vassal-deprecation/pom.xml +++ b/vassal-deprecation/pom.xml @@ -5,7 +5,7 @@ org.vassalengine vassal-parent - 3.7.9-SNAPSHOT + 3.7.9 vassal-deprecation diff --git a/vassal-doc/pom.xml b/vassal-doc/pom.xml index 4170aafa55..3d851fc9f7 100644 --- a/vassal-doc/pom.xml +++ b/vassal-doc/pom.xml @@ -5,7 +5,7 @@ org.vassalengine vassal-parent - 3.7.9-SNAPSHOT + 3.7.9 vassal-doc