Skip to content

Commit

Permalink
Increase version to v2.2.1.0-BETA
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Aug 16, 2024
1 parent 369a19c commit 9b24154
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 @@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>client</artifactId>
<version>2.1.2.0-BETA</version>
<version>2.2.1.0-BETA</version>

<parent>
<groupId>org.moparforia</groupId>
<artifactId>playforia-minigolf</artifactId>
<version>2.1.2.0-BETA</version>
<version>2.2.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 @@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>editor</artifactId>
<version>2.1.2.0-BETA</version>
<version>2.2.1.0-BETA</version>

<parent>
<groupId>org.moparforia</groupId>
<artifactId>playforia-minigolf</artifactId>
<version>2.1.2.0-BETA</version>
<version>2.2.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 @@ -5,7 +5,7 @@
<groupId>org.moparforia</groupId>
<artifactId>playforia-minigolf</artifactId>
<packaging>pom</packaging>
<version>2.1.2.0-BETA</version>
<version>2.2.1.0-BETA</version>
<name>Playforia Minigolf</name>
<organization>
<name>Playforia</name>
Expand Down Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>org.moparforia</groupId>
<artifactId>shared</artifactId>
<version>2.1.2.0-BETA</version>
<version>2.2.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 @@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>server</artifactId>
<version>2.1.2.0-BETA</version>
<version>2.2.1.0-BETA</version>

<parent>
<groupId>org.moparforia</groupId>
<artifactId>playforia-minigolf</artifactId>
<version>2.1.2.0-BETA</version>
<version>2.2.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 @@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>shared</artifactId>
<version>2.1.2.0-BETA</version>
<version>2.2.1.0-BETA</version>

<parent>
<groupId>org.moparforia</groupId>
<artifactId>playforia-minigolf</artifactId>
<version>2.1.2.0-BETA</version>
<version>2.2.1.0-BETA</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 9b24154

Please sign in to comment.