Release v2.3.1

This commit is contained in:
Christian Koop 2022-10-26 22:16:36 +02:00
parent e9b7eee57b
commit 9b5ac542c1
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3

View File

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