Skip to content

Commit

Permalink
Updated for the 3.6.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
uckelman committed Dec 3, 2021
1 parent 73e5a97 commit 9d41a89
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.1 - ???
3.6.1 - 4 December 2021

* 10880: Create HintTextFields lazily
* 10879: Dice Button raw result and counts reporting
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.1
# 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.1-SNAPSHOT</version>
<version>3.6.1</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.1-SNAPSHOT</version>
<version>3.6.1</version>
</parent>

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

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

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

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

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

0 comments on commit 9d41a89

Please sign in to comment.