Skip to content

Commit

Permalink
Updated for 3.6.0-beta3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
uckelman committed Oct 4, 2021
1 parent 1954d69 commit 869bb8c
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 12 deletions.
3 changes: 2 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
3.6.0-beta3 - ???
3.6.0-beta3 - 5 October 2021

* 10486: Better obscurable option for insetting
* 10484: Mats have more deselection options; double-clicking delesects cargo
* 10476: Editor: Inserting text into middle of Key Command doesn't work
* 10474: Movement traits need to update cargo's mat after movement before
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)-beta2
#MAVEN_VERSION:=$(VNUM)-SNAPSHOT
MAVEN_VERSION:=$(VNUM)-beta3
#MAVEN_VERSION:=$(VNUM)

JARNAME:=vassal-app-$(MAVEN_VERSION)
Expand Down
1 change: 1 addition & 0 deletions dist/notes/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"in": "3.6.0-beta3",
"since": "3.6.0-beta2",
"new_features": [
{ "num": 10486, "desc": "Better obscurable option for insetting" },
{ "num": 10484, "desc": "Mats have more deselection options; double-clicking delesects cargo" },
{ "num": 10468, "desc": "Refresh Counters support for Mats and Cargo" },
{ "num": 10454, "desc": "Game Piece Palette allows setting of default width for \"docked\" Game Piece Palette" },
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.vassalengine</groupId>
<artifactId>vassal-parent</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.0-beta3</version>
<packaging>pom</packaging>

<name>Vassal Engine</name>
Expand Down
4 changes: 2 additions & 2 deletions release-prepare/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.vassalengine</groupId>
<artifactId>vassal-parent</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.0-beta3</version>
</parent>

<artifactId>release-prepare</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.0-beta3</version>
<packaging>pom</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions vassal-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.vassalengine</groupId>
<artifactId>vassal-parent</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.0-beta3</version>
</parent>

<artifactId>vassal-app</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.0-beta3</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand Down
4 changes: 2 additions & 2 deletions vassal-deprecation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.vassalengine</groupId>
<artifactId>vassal-parent</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.0-beta3</version>
</parent>

<artifactId>vassal-deprecation</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.0-beta3</version>
<packaging>jar</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions vassal-doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.vassalengine</groupId>
<artifactId>vassal-parent</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.0-beta3</version>
</parent>

<artifactId>vassal-doc</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.0-beta3</version>

<properties>
<main.basedir>${project.basedir}${file.separator}..</main.basedir>
Expand Down

0 comments on commit 869bb8c

Please sign in to comment.