diff --git a/CHANGES b/CHANGES index 1fa6c211c5..2c1fe6525a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -3.7.13 - ??? +3.7.13 - 25 July 2024 * 13496: Remove workaround for Windows file dialog bug (12152) * 13495: Upgrade bundled Java to 22.0.2, 21.0.4 (32-bit Windows) diff --git a/Makefile b/Makefile index e5b5a9a9e1..28e6d67289 100644 --- a/Makefile +++ b/Makefile @@ -51,9 +51,9 @@ VNUM:=3.7.13 # 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 1aca274b8d..1c0b989c40 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.vassalengine vassal-parent - 3.7.13-SNAPSHOT + 3.7.13 pom Vassal Engine diff --git a/release-prepare/pom.xml b/release-prepare/pom.xml index e9239542b6..2e6f7a2411 100644 --- a/release-prepare/pom.xml +++ b/release-prepare/pom.xml @@ -5,7 +5,7 @@ org.vassalengine vassal-parent - 3.7.13-SNAPSHOT + 3.7.13 release-prepare diff --git a/vassal-app/pom.xml b/vassal-app/pom.xml index 7ad4913800..57a380a483 100644 --- a/vassal-app/pom.xml +++ b/vassal-app/pom.xml @@ -6,7 +6,7 @@ org.vassalengine vassal-parent - 3.7.13-SNAPSHOT + 3.7.13 vassal-app diff --git a/vassal-deprecation/pom.xml b/vassal-deprecation/pom.xml index 83eb2791c1..d8f374999f 100644 --- a/vassal-deprecation/pom.xml +++ b/vassal-deprecation/pom.xml @@ -5,7 +5,7 @@ org.vassalengine vassal-parent - 3.7.13-SNAPSHOT + 3.7.13 vassal-deprecation diff --git a/vassal-doc/pom.xml b/vassal-doc/pom.xml index 343aeedfef..8bd16b9a08 100644 --- a/vassal-doc/pom.xml +++ b/vassal-doc/pom.xml @@ -5,7 +5,7 @@ org.vassalengine vassal-parent - 3.7.13-SNAPSHOT + 3.7.13 vassal-doc