diff --git a/CHANGES b/CHANGES
index d87e3abb5b..c63021e5f8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-3.7.15 - ???
+3.7.15 - 7 November 2024
* 13664: Upgraded bundled Java to 21.0.5 (32-bit Windows), 23.0.1 (all others)
* 13558: Update logback configuration to prevent messages to console
diff --git a/Makefile b/Makefile
index 0190c6351f..c1744dcf63 100644
--- a/Makefile
+++ b/Makefile
@@ -51,9 +51,9 @@ VNUM:=3.7.15
# 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 8c9dba2cda..4dbf04d1c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.vassalengine
vassal-parent
- 3.7.15-SNAPSHOT
+ 3.7.15
pom
Vassal Engine
diff --git a/release-prepare/pom.xml b/release-prepare/pom.xml
index 5cec9fb3aa..7604eaf543 100644
--- a/release-prepare/pom.xml
+++ b/release-prepare/pom.xml
@@ -5,7 +5,7 @@
org.vassalengine
vassal-parent
- 3.7.15-SNAPSHOT
+ 3.7.15
release-prepare
diff --git a/vassal-app/pom.xml b/vassal-app/pom.xml
index fdfd022671..30e73ad194 100644
--- a/vassal-app/pom.xml
+++ b/vassal-app/pom.xml
@@ -6,7 +6,7 @@
org.vassalengine
vassal-parent
- 3.7.15-SNAPSHOT
+ 3.7.15
vassal-app
diff --git a/vassal-deprecation/pom.xml b/vassal-deprecation/pom.xml
index cdc063ae76..03614b4e1b 100644
--- a/vassal-deprecation/pom.xml
+++ b/vassal-deprecation/pom.xml
@@ -5,7 +5,7 @@
org.vassalengine
vassal-parent
- 3.7.15-SNAPSHOT
+ 3.7.15
vassal-deprecation
diff --git a/vassal-doc/pom.xml b/vassal-doc/pom.xml
index 4391859c2b..ac1bf4b726 100644
--- a/vassal-doc/pom.xml
+++ b/vassal-doc/pom.xml
@@ -5,7 +5,7 @@
org.vassalengine
vassal-parent
- 3.7.15-SNAPSHOT
+ 3.7.15
vassal-doc