diff --git a/CHANGES b/CHANGES index 9cece49332..25880d1587 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -3.7.7 - ??? +3.7.7 - 11 January 2024 * 13037: Make Zoom component a default component of all maps * 13022: Prevent room non-owners starting new games diff --git a/Makefile b/Makefile index 2c571a302a..1a7ff09055 100644 --- a/Makefile +++ b/Makefile @@ -51,9 +51,9 @@ VNUM:=3.7.7 # 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 3ceb626846..b271eeb04b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.vassalengine vassal-parent - 3.7.7-SNAPSHOT + 3.7.7 pom Vassal Engine diff --git a/release-prepare/pom.xml b/release-prepare/pom.xml index 5bd8f72baf..f67368db89 100644 --- a/release-prepare/pom.xml +++ b/release-prepare/pom.xml @@ -5,7 +5,7 @@ org.vassalengine vassal-parent - 3.7.7-SNAPSHOT + 3.7.7 release-prepare diff --git a/vassal-agent/pom.xml b/vassal-agent/pom.xml index 522637b0e3..7c657645ca 100644 --- a/vassal-agent/pom.xml +++ b/vassal-agent/pom.xml @@ -5,7 +5,7 @@ org.vassalengine vassal-parent - 3.7.7-SNAPSHOT + 3.7.7 vassal-agent diff --git a/vassal-app/pom.xml b/vassal-app/pom.xml index 3d1a027504..78b9772fa7 100644 --- a/vassal-app/pom.xml +++ b/vassal-app/pom.xml @@ -6,7 +6,7 @@ org.vassalengine vassal-parent - 3.7.7-SNAPSHOT + 3.7.7 vassal-app diff --git a/vassal-deprecation/pom.xml b/vassal-deprecation/pom.xml index 8b562386e4..81317418ce 100644 --- a/vassal-deprecation/pom.xml +++ b/vassal-deprecation/pom.xml @@ -5,7 +5,7 @@ org.vassalengine vassal-parent - 3.7.7-SNAPSHOT + 3.7.7 vassal-deprecation diff --git a/vassal-doc/pom.xml b/vassal-doc/pom.xml index 67dea0f8bb..d837fe4a81 100644 --- a/vassal-doc/pom.xml +++ b/vassal-doc/pom.xml @@ -5,7 +5,7 @@ org.vassalengine vassal-parent - 3.7.7-SNAPSHOT + 3.7.7 vassal-doc