Release v2.3.2

This commit is contained in:
Christian Koop 2022-03-18 21:11:05 +01:00
parent 5c5f938f3c
commit 7cff210782
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
3 changed files with 5 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<parent>
<groupId>com.songoda</groupId>
<artifactId>UltimateTimber</artifactId>
<version>2.3.1</version>
<version>2.3.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>com.songoda</groupId>
<artifactId>UltimateTimber</artifactId>
<version>2.3.1</version>
<version>2.3.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

View File

@ -3,9 +3,11 @@
<groupId>com.songoda</groupId>
<artifactId>UltimateTimber</artifactId>
<version>2.3.1</version>
<version>2.3.2</version>
<packaging>pom</packaging>
<!-- Run 'mvn versions:set -DgenerateBackupPoms=false -DnewVersion=X.Y.Z' to update version recursively -->
<modules>
<module>UltimateTimber/Core</module>
<module>UltimateTimber/Plugin</module>