Skip to content

Commit

Permalink
Updates for 3.6.7 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
uckelman committed Jun 3, 2022
1 parent f0b791c commit 2337748
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 12 deletions.
4 changes: 3 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
3.6.7 - ???
3.6.7 - 3 June 2022

* 11487: Removed obsolete option from startup script
* 11465: DoActionButton claims its icon in remove-unused-images
* 11460: Show a dialog when connection to the game server is lost
* 11446: Tweak version number display in online window (numbers at end, grayed
Expand All @@ -20,6 +21,7 @@
* 11348: Polygon Editor improvements (move whole shape, tab between points)
* 11347: Inventory should not reveal face down deck images
* 11346: Update bundled Java to 18
* 11344: Prevent Undo from triggering Deck Empty Hotkey
* 11343: Ensure that the pivot point is used for rotating Cargo
* 11330: Allow .toString() to be called properly on property names in Beanshell
* 11329: Invisible Pieces belonging to another player can still stack together
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ VNUM:=3.6.7
# 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)

Expand Down
2 changes: 2 additions & 0 deletions dist/notes/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@
{ "num": 11369, "desc": "Leading zeros handling in Set Dynamic Property" },
{ "num": 11362, "desc": "Match expanded Inventory nodes by entry value, not by display text" },
{ "num": 11347, "desc": "Inventory should not reveal face down deck images" },
{ "num": 11344, "desc": "Prevent Undo from triggering Deck Empty Hotkey" },
{ "num": 11343, "desc": "Ensure that the pivot point is used for rotating Cargo" },
{ "num": 11329, "desc": "Invisible Pieces belonging to another player can still stack together" }
],
"other_improvements": [
{ "num": 11487, "desc": "Removed obsolete option from startup script" },
{ "num": 11460, "desc": "Show a dialog when connection to the game server is lost" },
{ "num": 11446, "desc": "Tweak version number display in online window (numbers at end, grayed out)" },
{ "num": 11414, "desc": "Improved version mismatch messaging" },
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.7-SNAPSHOT</version>
<version>3.6.7</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.7-SNAPSHOT</version>
<version>3.6.7</version>
</parent>

<artifactId>release-prepare</artifactId>
<version>3.6.7-SNAPSHOT</version>
<version>3.6.7</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.7-SNAPSHOT</version>
<version>3.6.7</version>
</parent>

<artifactId>vassal-app</artifactId>
<version>3.6.7-SNAPSHOT</version>
<version>3.6.7</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.7-SNAPSHOT</version>
<version>3.6.7</version>
</parent>

<artifactId>vassal-deprecation</artifactId>
<version>3.6.7-SNAPSHOT</version>
<version>3.6.7</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.7-SNAPSHOT</version>
<version>3.6.7</version>
</parent>

<artifactId>vassal-doc</artifactId>
<version>3.6.7-SNAPSHOT</version>
<version>3.6.7</version>

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

0 comments on commit 2337748

Please sign in to comment.