diff --git a/CHANGES b/CHANGES index cd1696c6a4..68fe2e1f31 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -3.7.14 - ??? +3.7.14 - 18 August 2024 * 13530: Add saved games to Open Recent list on save * 13509: Prevent NoSuchMethod exception when opening Scenario Options in Editor diff --git a/Makefile b/Makefile index a74790b0b2..614b272f94 100644 --- a/Makefile +++ b/Makefile @@ -51,9 +51,9 @@ VNUM:=3.7.14 # 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 bcca9fdc3b..a634c83b4f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.vassalengine vassal-parent - 3.7.14-SNAPSHOT + 3.7.14 pom Vassal Engine diff --git a/release-prepare/pom.xml b/release-prepare/pom.xml index 384cd17158..8c35b39887 100644 --- a/release-prepare/pom.xml +++ b/release-prepare/pom.xml @@ -5,7 +5,7 @@ org.vassalengine vassal-parent - 3.7.14-SNAPSHOT + 3.7.14 release-prepare diff --git a/vassal-app/pom.xml b/vassal-app/pom.xml index 3e3e54020d..6c00384186 100644 --- a/vassal-app/pom.xml +++ b/vassal-app/pom.xml @@ -6,7 +6,7 @@ org.vassalengine vassal-parent - 3.7.14-SNAPSHOT + 3.7.14 vassal-app diff --git a/vassal-deprecation/pom.xml b/vassal-deprecation/pom.xml index 14647b6389..f9e5e43dbb 100644 --- a/vassal-deprecation/pom.xml +++ b/vassal-deprecation/pom.xml @@ -5,7 +5,7 @@ org.vassalengine vassal-parent - 3.7.14-SNAPSHOT + 3.7.14 vassal-deprecation diff --git a/vassal-doc/pom.xml b/vassal-doc/pom.xml index 534f40ae62..2a5d5ffbf5 100644 --- a/vassal-doc/pom.xml +++ b/vassal-doc/pom.xml @@ -5,7 +5,7 @@ org.vassalengine vassal-parent - 3.7.14-SNAPSHOT + 3.7.14 vassal-doc