Skip to content

Commit

Permalink
update version to v2.1.1.0-BETA
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Jan 26, 2021
1 parent ee8eea5 commit 0d808f3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>client</artifactId>
<version>2.1.0.0-BETA</version>
<version>2.1.1.0-BETA</version>

<parent>
<groupId>org.moparforia</groupId>
<artifactId>playforia-minigolf</artifactId>
<version>2.1.0.0-BETA</version>
<version>2.1.1.0-BETA</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions editor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>editor</artifactId>
<version>2.1.0.0-BETA</version>
<version>2.1.1.0-BETA</version>

<parent>
<groupId>org.moparforia</groupId>
<artifactId>playforia-minigolf</artifactId>
<version>2.1.0.0-BETA</version>
<version>2.1.1.0-BETA</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.moparforia</groupId>
<artifactId>playforia-minigolf</artifactId>
<packaging>pom</packaging>
<version>2.1.0.0-BETA</version>
<version>2.1.1.0-BETA</version>
<name>Playforia Minigolf</name>

<modules>
Expand Down Expand Up @@ -100,7 +100,7 @@
<dependency>
<groupId>org.moparforia</groupId>
<artifactId>shared</artifactId>
<version>2.1.0.0-BETA</version>
<version>2.1.1.0-BETA</version>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
Expand Down
4 changes: 2 additions & 2 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>server</artifactId>
<version>2.1.0.0-BETA</version>
<version>2.1.1.0-BETA</version>

<parent>
<groupId>org.moparforia</groupId>
<artifactId>playforia-minigolf</artifactId>
<version>2.1.0.0-BETA</version>
<version>2.1.1.0-BETA</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>shared</artifactId>
<version>2.1.0.0-BETA</version>
<version>2.1.1.0-BETA</version>

<parent>
<groupId>org.moparforia</groupId>
<artifactId>playforia-minigolf</artifactId>
<version>2.1.0.0-BETA</version>
<version>2.1.1.0-BETA</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 0d808f3

Please sign in to comment.