diff --git a/Makefile b/Makefile
index 0f3e6c5432..3fef53cc23 100644
--- a/Makefile
+++ b/Makefile
@@ -47,13 +47,13 @@ JDKDIR:=$(DISTDIR)/jdks
JDOCDIR:=jdoc
# numeric part of the version only
-VNUM:=3.7.1
+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
-MAVEN_VERSION:=$(VNUM)
+3MAVEN_VERSION:=$(VNUM)
JARNAME:=vassal-app-$(MAVEN_VERSION)
diff --git a/pom.xml b/pom.xml
index bc46eddf16..22c7852903 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.vassalengine
vassal-parent
- 3.7.1
+ 3.7.2-SNAPSHOT
pom
Vassal Engine
diff --git a/release-prepare/pom.xml b/release-prepare/pom.xml
index 61e25705ab..fd0f4a9cd5 100644
--- a/release-prepare/pom.xml
+++ b/release-prepare/pom.xml
@@ -5,7 +5,7 @@
org.vassalengine
vassal-parent
- 3.7.1
+ 3.7.2-SNAPSHOT
release-prepare
diff --git a/vassal-agent/pom.xml b/vassal-agent/pom.xml
index b4b98d3c29..d2cdf6e3e1 100644
--- a/vassal-agent/pom.xml
+++ b/vassal-agent/pom.xml
@@ -5,7 +5,7 @@
org.vassalengine
vassal-parent
- 3.7.1
+ 3.7.2-SNAPSHOT
vassal-agent
diff --git a/vassal-app/pom.xml b/vassal-app/pom.xml
index cb2f232edf..f80c3c95fc 100644
--- a/vassal-app/pom.xml
+++ b/vassal-app/pom.xml
@@ -6,7 +6,7 @@
org.vassalengine
vassal-parent
- 3.7.1
+ 3.7.2-SNAPSHOT
vassal-app
diff --git a/vassal-deprecation/pom.xml b/vassal-deprecation/pom.xml
index f708f6e1d2..67a82d10bd 100644
--- a/vassal-deprecation/pom.xml
+++ b/vassal-deprecation/pom.xml
@@ -5,7 +5,7 @@
org.vassalengine
vassal-parent
- 3.7.1
+ 3.7.2-SNAPSHOT
vassal-deprecation
diff --git a/vassal-doc/pom.xml b/vassal-doc/pom.xml
index 3cf3dd0d4a..cbcbb8f6e4 100644
--- a/vassal-doc/pom.xml
+++ b/vassal-doc/pom.xml
@@ -5,7 +5,7 @@
org.vassalengine
vassal-parent
- 3.7.1
+ 3.7.2-SNAPSHOT
vassal-doc