Skip to content

Commit

Permalink
Updated for 3.6.0-beta6.
Browse files Browse the repository at this point in the history
  • Loading branch information
uckelman committed Nov 12, 2021
1 parent f5a6135 commit cf3daf6
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 16 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-beta6 - ???
3.6.0-beta6 - 12 November 2021

* 10736: 'Deal cards out' to other players
* 10734: No refresh allowed during replay
* 10731: Add description fields to most important editor components
* 10730: Improve Game Piece Palette doc per forum suggestion (AsciiDoc file
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)-beta5
#MAVEN_VERSION:=$(VNUM)-SNAPSHOT
MAVEN_VERSION:=$(VNUM)-beta6
#MAVEN_VERSION:=$(VNUM)

JARNAME:=vassal-app-$(MAVEN_VERSION)
Expand Down
9 changes: 5 additions & 4 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-beta6",
"since": "3.6.0-beta5",
"new_features": [
{ "num": 10736, "desc": "'Deal cards out' to other players" },
{ "num": 10728, "desc": "Allow 'Prompt' Dice Button values to be locked by designer" },
{ "num": 10727, "desc": "Module Debug Window" },
{ "num": 10719, "desc": "Deck Refresher" },
Expand Down Expand Up @@ -67,10 +68,10 @@
{ "num": 10700, "desc": "Improved bug dialog text" },
{ "num": 10699, "desc": "Repositioning Stacks/Decks optionally draws ghosted images of other stacks/decks" },
{ "num": 10696, "desc": "Global Key Commands \"Within a Deck, select Fixed number of pieces\" field now supports expressions" },
{ "num": 10691i, "desc": "Mouseover Stack Viewer - Unstatic a naughty field and add ability to count face down cards in a deck" },
{ "num": 10686, "Decks - fill out the rest of the commands with hotkeys and report formats" },
{ "num": 10681, "Better documented pieceName vs PieceName" },
{ "num": 10676, "Upgrade to Java 17.0.1+12 for Windows, Mac packages" },
{ "num": 10691, "desc": "Mouseover Stack Viewer - Unstatic a naughty field and add ability to count face down cards in a deck" },
{ "num": 10686, "desc": "Decks - fill out the rest of the commands with hotkeys and report formats" },
{ "num": 10681, "desc": "Better documented pieceName vs PieceName" },
{ "num": 10676, "desc": "Upgrade to Java 17.0.1+12 for Windows, Mac packages" },
{ "num": 10673, "desc": "Added Game Refresher documentation" },
{ "num": 10672, "desc": "Multiplayer Server controls have improved feedback / UX" },
{ "num": 10667, "desc": "Private Message windows no longer prompt to ignore every time you close them; incoming private messages do not grab focus" },
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-beta6</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-beta6</version>
</parent>

<artifactId>release-prepare</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.0-beta6</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-beta6</version>
</parent>

<artifactId>vassal-app</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.0-beta6</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-beta6</version>
</parent>

<artifactId>vassal-deprecation</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.0-beta6</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-beta6</version>
</parent>

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

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

0 comments on commit cf3daf6

Please sign in to comment.