Match version to the site's release version

This commit is contained in:
ceze88 2024-05-29 14:19:00 +02:00
parent 8d935bb136
commit 873dbd258e
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
<parent>
<groupId>com.craftaro</groupId>
<artifactId>UltimateStacker-Parent</artifactId>
<version>3.1.11</version>
<version>3.1.12</version>
</parent>
<artifactId>UltimateStacker-API</artifactId>
<version>1.0.0-SNAPSHOT</version>

View File

@ -7,7 +7,7 @@
<parent>
<groupId>com.craftaro</groupId>
<artifactId>UltimateStacker-Parent</artifactId>
<version>3.1.11</version>
<version>3.1.12</version>
</parent>
<artifactId>UltimateStacker-Plugin</artifactId>

View File

@ -7,7 +7,7 @@
<groupId>com.craftaro</groupId>
<artifactId>UltimateStacker-Parent</artifactId>
<packaging>pom</packaging>
<version>3.1.11</version>
<version>3.1.12</version>
<modules>
<module>UltimateStacker-API</module>