diff --git a/CHANGES b/CHANGES
index 1d55da7e24..dda43ffb76 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-3.7.4 - ???
+3.7.4 - 20 October 2023
* 12830: Prevent Load Continuation from auto-forwarding to end of log
* 12829: Set Piece Property Documentation clarification
diff --git a/Makefile b/Makefile
index 45204e46db..1263d29a19 100644
--- a/Makefile
+++ b/Makefile
@@ -51,9 +51,9 @@ VNUM:=3.7.4
# 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 cecf5581d3..fd0d1e5eeb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.vassalengine
vassal-parent
- 3.7.4-SNAPSHOT
+ 3.7.4
pom
Vassal Engine
diff --git a/release-prepare/pom.xml b/release-prepare/pom.xml
index bc2e626286..2d603fc4e1 100644
--- a/release-prepare/pom.xml
+++ b/release-prepare/pom.xml
@@ -5,7 +5,7 @@
org.vassalengine
vassal-parent
- 3.7.4-SNAPSHOT
+ 3.7.4
release-prepare
diff --git a/vassal-agent/pom.xml b/vassal-agent/pom.xml
index cca8ac362f..9d6d8eb426 100644
--- a/vassal-agent/pom.xml
+++ b/vassal-agent/pom.xml
@@ -5,7 +5,7 @@
org.vassalengine
vassal-parent
- 3.7.4-SNAPSHOT
+ 3.7.4
vassal-agent
diff --git a/vassal-app/pom.xml b/vassal-app/pom.xml
index 138e75efda..032ac982be 100644
--- a/vassal-app/pom.xml
+++ b/vassal-app/pom.xml
@@ -6,7 +6,7 @@
org.vassalengine
vassal-parent
- 3.7.4-SNAPSHOT
+ 3.7.4
vassal-app
diff --git a/vassal-deprecation/pom.xml b/vassal-deprecation/pom.xml
index 491c749c7e..ab8b547d9e 100644
--- a/vassal-deprecation/pom.xml
+++ b/vassal-deprecation/pom.xml
@@ -5,7 +5,7 @@
org.vassalengine
vassal-parent
- 3.7.4-SNAPSHOT
+ 3.7.4
vassal-deprecation
diff --git a/vassal-doc/pom.xml b/vassal-doc/pom.xml
index 466022688e..2af679a338 100644
--- a/vassal-doc/pom.xml
+++ b/vassal-doc/pom.xml
@@ -5,7 +5,7 @@
org.vassalengine
vassal-parent
- 3.7.4-SNAPSHOT
+ 3.7.4
vassal-doc