diff --git a/CHANGES b/CHANGES index 9a8b5c1540..8de1fabdd8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -3.6.11 - ??? +3.6.11 - 3 February 2023 * 11941: Since 3.6.7, French/Belgian AZERTY keyboards on Mac were experiencing problems with Ctrl / Alt keys on the number key row diff --git a/Makefile b/Makefile index d257a666c8..baf366b888 100644 --- a/Makefile +++ b/Makefile @@ -51,9 +51,9 @@ VNUM:=3.6.11 # 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)-beta7 -#MAVEN_VERSION:=$(VNUM) +MAVEN_VERSION:=$(VNUM) JARNAME:=vassal-app-$(MAVEN_VERSION) diff --git a/pom.xml b/pom.xml index 9ff8c194c4..e8f61d0e1d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.vassalengine vassal-parent - 3.6.11-SNAPSHOT + 3.6.11 pom Vassal Engine diff --git a/release-prepare/pom.xml b/release-prepare/pom.xml index 82e7d76982..9a2bd365a8 100644 --- a/release-prepare/pom.xml +++ b/release-prepare/pom.xml @@ -5,7 +5,7 @@ org.vassalengine vassal-parent - 3.6.11-SNAPSHOT + 3.6.11 release-prepare diff --git a/vassal-app/pom.xml b/vassal-app/pom.xml index 181d240338..91c3f14fd9 100644 --- a/vassal-app/pom.xml +++ b/vassal-app/pom.xml @@ -5,7 +5,7 @@ org.vassalengine vassal-parent - 3.6.11-SNAPSHOT + 3.6.11 vassal-app diff --git a/vassal-deprecation/pom.xml b/vassal-deprecation/pom.xml index 9c159c6fb1..e0a089cb46 100644 --- a/vassal-deprecation/pom.xml +++ b/vassal-deprecation/pom.xml @@ -5,7 +5,7 @@ org.vassalengine vassal-parent - 3.6.11-SNAPSHOT + 3.6.11 vassal-deprecation diff --git a/vassal-doc/pom.xml b/vassal-doc/pom.xml index 310045d991..10d5b2d2fc 100644 --- a/vassal-doc/pom.xml +++ b/vassal-doc/pom.xml @@ -5,7 +5,7 @@ org.vassalengine vassal-parent - 3.6.11-SNAPSHOT + 3.6.11 vassal-doc