Release v2.3.3

This commit is contained in:
ceze88 2023-01-25 17:13:15 +01:00
parent affd819146
commit 86a14a5407
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<groupId>com.songoda</groupId>
<artifactId>UltimateStacker</artifactId>
<modelVersion>4.0.0</modelVersion>
<version>2.3.3-Dev</version>
<version>2.3.3</version>
<build>
<defaultGoal>clean install</defaultGoal>
<finalName>UltimateStacker-${project.version}</finalName>
@ -122,7 +122,7 @@
<dependency>
<groupId>com.songoda</groupId>
<artifactId>SongodaCore</artifactId>
<version>2.6.18-Dev</version>
<version>2.6.18</version>
<scope>compile</scope>
</dependency>