From 4f4b8ae7179f12b6b682316a0dcf605c97a69c5c Mon Sep 17 00:00:00 2001 From: Joel Uckelman Date: Mon, 25 Oct 2021 21:31:15 +0100 Subject: [PATCH] Updated for 3.6.0-beta5. --- 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 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index 0be8a551c0..f3c484be2a 100644 --- a/Makefile +++ b/Makefile @@ -51,8 +51,8 @@ VNUM:=3.6.0 # major-minor part of the version V_MAJ_MIN:=$(shell echo "$(VNUM)" | cut -f1,2 -d'.') -MAVEN_VERSION:=$(VNUM)-SNAPSHOT -#MAVEN_VERSION:=$(VNUM)-beta4 +#MAVEN_VERSION:=$(VNUM)-SNAPSHOT +MAVEN_VERSION:=$(VNUM)-beta5 #MAVEN_VERSION:=$(VNUM) JARNAME:=vassal-app-$(MAVEN_VERSION) diff --git a/pom.xml b/pom.xml index 2912465112..5a67b4eeda 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.vassalengine vassal-parent - 3.6.0-SNAPSHOT + 3.6.0-beta5 pom Vassal Engine diff --git a/release-prepare/pom.xml b/release-prepare/pom.xml index 665714d544..d78230db8a 100644 --- a/release-prepare/pom.xml +++ b/release-prepare/pom.xml @@ -5,11 +5,11 @@ org.vassalengine vassal-parent - 3.6.0-SNAPSHOT + 3.6.0-beta5 release-prepare - 3.6.0-SNAPSHOT + 3.6.0-beta5 pom diff --git a/vassal-app/pom.xml b/vassal-app/pom.xml index 1fab1a3a9f..1a07b4a548 100644 --- a/vassal-app/pom.xml +++ b/vassal-app/pom.xml @@ -5,11 +5,11 @@ org.vassalengine vassal-parent - 3.6.0-SNAPSHOT + 3.6.0-beta5 vassal-app - 3.6.0-SNAPSHOT + 3.6.0-beta5 jar ${project.artifactId} diff --git a/vassal-deprecation/pom.xml b/vassal-deprecation/pom.xml index a282656bb9..03fa8c573e 100644 --- a/vassal-deprecation/pom.xml +++ b/vassal-deprecation/pom.xml @@ -5,11 +5,11 @@ org.vassalengine vassal-parent - 3.6.0-SNAPSHOT + 3.6.0-beta5 vassal-deprecation - 3.6.0-SNAPSHOT + 3.6.0-beta5 jar diff --git a/vassal-doc/pom.xml b/vassal-doc/pom.xml index 12ac94e534..f90a47b67e 100644 --- a/vassal-doc/pom.xml +++ b/vassal-doc/pom.xml @@ -5,11 +5,11 @@ org.vassalengine vassal-parent - 3.6.0-SNAPSHOT + 3.6.0-beta5 vassal-doc - 3.6.0-SNAPSHOT + 3.6.0-beta5 ${project.basedir}${file.separator}..