Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Prepare version 2024.6
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldieeins committed Jun 5, 2024
1 parent 4eca9fc commit c9efc0f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions application-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.zyneonstudios</groupId>
<artifactId>application-parent</artifactId>
<version>2024.5</version>
<version>2024.6</version>
</parent>

<artifactId>application-main</artifactId>
<version>2024.5</version>
<version>2024.6</version>

<properties>
<maven.compiler.source>21</maven.compiler.source>
Expand Down
4 changes: 2 additions & 2 deletions application-updater/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.zyneonstudios</groupId>
<artifactId>application-parent</artifactId>
<version>2024.5</version>
<version>2024.6</version>
</parent>

<artifactId>application-updater</artifactId>
<version>2024.5</version>
<version>2024.6</version>

<properties>
<maven.compiler.source>21</maven.compiler.source>
Expand Down
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.zyneonstudios</groupId>
<artifactId>application-parent</artifactId>
<version>2024.5</version>
<version>2024.6</version>
<packaging>pom</packaging>

<repositories>
Expand Down

0 comments on commit c9efc0f

Please sign in to comment.