Skip to content

Commit

Permalink
Release 1.1.3 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
JornC authored Sep 20, 2022
1 parent 8078e4d commit 3185d22
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>nl.aerius</groupId>
<artifactId>tetris-parent</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<packaging>pom</packaging>
<name>AERIUS :: Tetris Parent</name>
<url>https://www.aerius.nl</url>
Expand Down Expand Up @@ -81,10 +81,10 @@

<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<gwt-client-common.version>1.5.0-SNAPSHOT</gwt-client-common.version>
<gwt-client-common-json.version>1.3.0-SNAPSHOT</gwt-client-common-json.version>
<gwt-client-common.version>1.4.0</gwt-client-common.version>
<gwt-client-common-json.version>1.3.0</gwt-client-common-json.version>

<imaer.version>5.0.1-3-SNAPSHOT</imaer.version>
<imaer.version>5.0.1-2</imaer.version>

<maven.compiler.plugin.version>3.8.1</maven.compiler.plugin.version>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions tetris-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<groupId>nl.aerius</groupId>
<artifactId>tetris-parent</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
</parent>

<artifactId>tetris-client</artifactId>
<name>AERIUS ::: Tetris Client</name>
<name>AERIUS :: Tetris Client</name>

<packaging>gwt-lib</packaging>

Expand Down
2 changes: 1 addition & 1 deletion tetris-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</parent>
<groupId>nl.aerius</groupId>
<artifactId>tetris-service</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.1.3</version>
<name>AERIUS :: Tetris Service</name>
<description>Demo project for Spring Boot</description>

Expand Down

0 comments on commit 3185d22

Please sign in to comment.