From 9d41a8964021e1bf7deecc97a2d57f7dc08a113b Mon Sep 17 00:00:00 2001 From: Joel Uckelman Date: Fri, 3 Dec 2021 23:45:15 +0000 Subject: [PATCH] Updated for the 3.6.1 release. --- CHANGES | 2 +- Makefile | 4 ++-- pom.xml | 2 +- release-prepare/pom.xml | 4 ++-- vassal-app/pom.xml | 4 ++-- vassal-deprecation/pom.xml | 4 ++-- vassal-doc/pom.xml | 4 ++-- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGES b/CHANGES index 628ae02efb..a6f40ad637 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -3.6.1 - ??? +3.6.1 - 4 December 2021 * 10880: Create HintTextFields lazily * 10879: Dice Button raw result and counts reporting diff --git a/Makefile b/Makefile index b73c7fafbd..c6d2f2d3f4 100644 --- a/Makefile +++ b/Makefile @@ -51,9 +51,9 @@ VNUM:=3.6.1 # 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 c91e19591a..b32acde7fd 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.vassalengine vassal-parent - 3.6.1-SNAPSHOT + 3.6.1 pom Vassal Engine diff --git a/release-prepare/pom.xml b/release-prepare/pom.xml index 02602808a5..e75b548f15 100644 --- a/release-prepare/pom.xml +++ b/release-prepare/pom.xml @@ -5,11 +5,11 @@ org.vassalengine vassal-parent - 3.6.1-SNAPSHOT + 3.6.1 release-prepare - 3.6.1-SNAPSHOT + 3.6.1 pom diff --git a/vassal-app/pom.xml b/vassal-app/pom.xml index d78e1ef80e..a290b73ba3 100644 --- a/vassal-app/pom.xml +++ b/vassal-app/pom.xml @@ -5,11 +5,11 @@ org.vassalengine vassal-parent - 3.6.1-SNAPSHOT + 3.6.1 vassal-app - 3.6.1-SNAPSHOT + 3.6.1 jar ${project.artifactId} diff --git a/vassal-deprecation/pom.xml b/vassal-deprecation/pom.xml index bb6f7cedb6..6d67b70ea4 100644 --- a/vassal-deprecation/pom.xml +++ b/vassal-deprecation/pom.xml @@ -5,11 +5,11 @@ org.vassalengine vassal-parent - 3.6.1-SNAPSHOT + 3.6.1 vassal-deprecation - 3.6.1-SNAPSHOT + 3.6.1 jar diff --git a/vassal-doc/pom.xml b/vassal-doc/pom.xml index c564b52421..7610acfbb1 100644 --- a/vassal-doc/pom.xml +++ b/vassal-doc/pom.xml @@ -5,11 +5,11 @@ org.vassalengine vassal-parent - 3.6.1-SNAPSHOT + 3.6.1 vassal-doc - 3.6.1-SNAPSHOT + 3.6.1 ${project.basedir}${file.separator}..