Skip to content

Commit

Permalink
Updated for 3.7.4 development.
Browse files Browse the repository at this point in the history
  • Loading branch information
uckelman committed Oct 16, 2023
1 parent 5a8ca6e commit 73c1e1f
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
3.7.4 - ???

3.7.3 - 16 October 2023

* 12817: Fix alphanumeric key behavior in hotkey (key command) configurer in
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ JDKDIR:=$(DISTDIR)/jdks
JDOCDIR:=jdoc

# numeric part of the version only
VNUM:=3.7.3
VNUM:=3.7.4
# 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)-beta5
MAVEN_VERSION:=$(VNUM)
#MAVEN_VERSION:=$(VNUM)

JARNAME:=vassal-app-$(MAVEN_VERSION)

Expand Down
10 changes: 10 additions & 0 deletions dist/notes/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@
{ "display_name": "Other", "suffix": "other.zip" }
],
"changes": [
{
"in": "3.7.4",
"since": "3.7.3",
"new_features": [
],
"bug_fixes": [
],
"other_improvements": [
]
},
{
"in": "3.7.3",
"since": "3.7.2",
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.7.3</version>
<version>3.7.4-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Vassal Engine</name>
Expand Down
2 changes: 1 addition & 1 deletion release-prepare/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.vassalengine</groupId>
<artifactId>vassal-parent</artifactId>
<version>3.7.3</version>
<version>3.7.4-SNAPSHOT</version>
</parent>

<artifactId>release-prepare</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vassal-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.vassalengine</groupId>
<artifactId>vassal-parent</artifactId>
<version>3.7.3</version>
<version>3.7.4-SNAPSHOT</version>
</parent>

<artifactId>vassal-agent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vassal-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.vassalengine</groupId>
<artifactId>vassal-parent</artifactId>
<version>3.7.3</version>
<version>3.7.4-SNAPSHOT</version>
</parent>

<artifactId>vassal-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vassal-deprecation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.vassalengine</groupId>
<artifactId>vassal-parent</artifactId>
<version>3.7.3</version>
<version>3.7.4-SNAPSHOT</version>
</parent>

<artifactId>vassal-deprecation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vassal-doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.vassalengine</groupId>
<artifactId>vassal-parent</artifactId>
<version>3.7.3</version>
<version>3.7.4-SNAPSHOT</version>
</parent>

<artifactId>vassal-doc</artifactId>
Expand Down

0 comments on commit 73c1e1f

Please sign in to comment.