diff --git a/CHANGES b/CHANGES index 0f3f96ee1f..39701867bd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -3.7.2 - ??? +3.7.2 - 8 October 2023 * 12896: Build universal Mac bundle * 12784: Fix rendering of external Text Label images diff --git a/Makefile b/Makefile index 219a200bf4..d4c7da9eaf 100644 --- a/Makefile +++ b/Makefile @@ -51,9 +51,9 @@ VNUM:=3.7.2 # 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 -3MAVEN_VERSION:=$(VNUM) +MAVEN_VERSION:=$(VNUM) JARNAME:=vassal-app-$(MAVEN_VERSION) diff --git a/pom.xml b/pom.xml index 5b46c453c7..13d2cff939 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.vassalengine vassal-parent - 3.7.2-SNAPSHOT + 3.7.2 pom Vassal Engine diff --git a/release-prepare/pom.xml b/release-prepare/pom.xml index fd0f4a9cd5..af8e7bc86d 100644 --- a/release-prepare/pom.xml +++ b/release-prepare/pom.xml @@ -5,7 +5,7 @@ org.vassalengine vassal-parent - 3.7.2-SNAPSHOT + 3.7.2 release-prepare diff --git a/vassal-agent/pom.xml b/vassal-agent/pom.xml index d2cdf6e3e1..f38aa0902e 100644 --- a/vassal-agent/pom.xml +++ b/vassal-agent/pom.xml @@ -5,7 +5,7 @@ org.vassalengine vassal-parent - 3.7.2-SNAPSHOT + 3.7.2 vassal-agent diff --git a/vassal-app/pom.xml b/vassal-app/pom.xml index 45a642df6d..377f37da86 100644 --- a/vassal-app/pom.xml +++ b/vassal-app/pom.xml @@ -6,7 +6,7 @@ org.vassalengine vassal-parent - 3.7.2-SNAPSHOT + 3.7.2 vassal-app diff --git a/vassal-deprecation/pom.xml b/vassal-deprecation/pom.xml index 67a82d10bd..19e8f46aaa 100644 --- a/vassal-deprecation/pom.xml +++ b/vassal-deprecation/pom.xml @@ -5,7 +5,7 @@ org.vassalengine vassal-parent - 3.7.2-SNAPSHOT + 3.7.2 vassal-deprecation diff --git a/vassal-doc/pom.xml b/vassal-doc/pom.xml index cbcbb8f6e4..127c642bb4 100644 --- a/vassal-doc/pom.xml +++ b/vassal-doc/pom.xml @@ -5,7 +5,7 @@ org.vassalengine vassal-parent - 3.7.2-SNAPSHOT + 3.7.2 vassal-doc