Skip to content

Commit

Permalink
Update POMs for 4.0.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
bpangburn committed Mar 25, 2021
1 parent a20ca92 commit 38d9274
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.nqadmin.swingset</groupId>
<artifactId>swingset-parent</artifactId>
<version>4.0.4-SNAPSHOT</version>
<version>4.0.4</version>
<packaging>pom</packaging>

<name>swingset-parent</name>
Expand Down
4 changes: 2 additions & 2 deletions swingset-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.nqadmin.swingset.demo</groupId>
<artifactId>swingset-demo</artifactId>
<version>4.0.4-SNAPSHOT</version>
<version>4.0.4</version>
<packaging>jar</packaging>

<name>swingset-demo</name>
Expand All @@ -22,7 +22,7 @@
<version.java>1.8</version.java>

<version.log4j>2.14.1</version.log4j>
<version.swingset>4.0.4-SNAPSHOT</version.swingset>
<version.swingset>4.0.4</version.swingset>
<version.h2>1.4.200</version.h2>
<version.java-getopt>1.0.13</version.java-getopt>

Expand Down
2 changes: 1 addition & 1 deletion swingset/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.nqadmin.swingset</groupId>
<artifactId>swingset</artifactId>
<version>4.0.4-SNAPSHOT</version>
<version>4.0.4</version>
<packaging>jar</packaging>

<name>swingset</name>
Expand Down

0 comments on commit 38d9274

Please sign in to comment.