Skip to content

Commit

Permalink
Updated for the 3.6.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
uckelman committed Feb 10, 2022
1 parent d330956 commit d0fbcd9
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
3.6.5 - ???
3.6.5 - 10 February 2022

* 11218: Grid Editor incorrectly changes some grid settings on Cancel
* 11216: Inventory has checkbox to enable zoom (defaults off)
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.5
# 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: 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.5-SNAPSHOT</version>
<version>3.6.5</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.5-SNAPSHOT</version>
<version>3.6.5</version>
</parent>

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

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

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

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

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

0 comments on commit d0fbcd9

Please sign in to comment.