Skip to content

Commit

Permalink
Updated for 3.7.12 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
uckelman committed May 4, 2024
1 parent c08d9f7 commit 224b4bf
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
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.7.12
# 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
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.12-SNAPSHOT</version>
<version>3.7.12</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.12-SNAPSHOT</version>
<version>3.7.12</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.12-SNAPSHOT</version>
<version>3.7.12</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.12-SNAPSHOT</version>
<version>3.7.12</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.12-SNAPSHOT</version>
<version>3.7.12</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.12-SNAPSHOT</version>
<version>3.7.12</version>
</parent>

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

0 comments on commit 224b4bf

Please sign in to comment.