From a6421081e7491d73d8d41aee64682815e832bf5c Mon Sep 17 00:00:00 2001 From: Joel Uckelman Date: Thu, 1 Feb 2024 20:43:25 +0000 Subject: [PATCH] Updated for the 3.7.8 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 292aaddfb8..c3afa5e7ef 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -3.7.8 - ??? +3.7.8 - 1 February 2024 * 13119: Upgrade bundled Java to 21.0.2 * 13102: Current Location Fast Match was not recognizing pieces in same diff --git a/Makefile b/Makefile index c82b7cf2be..02a842eaf5 100644 --- a/Makefile +++ b/Makefile @@ -51,9 +51,9 @@ VNUM:=3.7.8 # 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 4b03ffb897..a3a5fed91f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.vassalengine vassal-parent - 3.7.8-SNAPSHOT + 3.7.8 pom Vassal Engine diff --git a/release-prepare/pom.xml b/release-prepare/pom.xml index 70579e1ba4..44e04929c2 100644 --- a/release-prepare/pom.xml +++ b/release-prepare/pom.xml @@ -5,7 +5,7 @@ org.vassalengine vassal-parent - 3.7.8-SNAPSHOT + 3.7.8 release-prepare diff --git a/vassal-agent/pom.xml b/vassal-agent/pom.xml index 2c0dd905ba..92ab71e92d 100644 --- a/vassal-agent/pom.xml +++ b/vassal-agent/pom.xml @@ -5,7 +5,7 @@ org.vassalengine vassal-parent - 3.7.8-SNAPSHOT + 3.7.8 vassal-agent diff --git a/vassal-app/pom.xml b/vassal-app/pom.xml index 7f2357e98b..02fdb3a7e2 100644 --- a/vassal-app/pom.xml +++ b/vassal-app/pom.xml @@ -6,7 +6,7 @@ org.vassalengine vassal-parent - 3.7.8-SNAPSHOT + 3.7.8 vassal-app diff --git a/vassal-deprecation/pom.xml b/vassal-deprecation/pom.xml index 6f7d768e1f..962c10d597 100644 --- a/vassal-deprecation/pom.xml +++ b/vassal-deprecation/pom.xml @@ -5,7 +5,7 @@ org.vassalengine vassal-parent - 3.7.8-SNAPSHOT + 3.7.8 vassal-deprecation diff --git a/vassal-doc/pom.xml b/vassal-doc/pom.xml index e919eb0e13..e4030133a6 100644 --- a/vassal-doc/pom.xml +++ b/vassal-doc/pom.xml @@ -5,7 +5,7 @@ org.vassalengine vassal-parent - 3.7.8-SNAPSHOT + 3.7.8 vassal-doc