Release v8.2.0

This commit is contained in:
ceze88 2024-01-24 12:57:21 +01:00
parent f1e7a94ddd
commit a505872411
3 changed files with 4 additions and 3 deletions

View File

@ -7,7 +7,7 @@
<parent>
<groupId>com.craftaro</groupId>
<artifactId>EpicSpawners-Parent</artifactId>
<version>8.1.0</version>
<version>8.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>EpicSpawners-API</artifactId>

View File

@ -7,7 +7,7 @@
<parent>
<groupId>com.craftaro</groupId>
<artifactId>EpicSpawners-Parent</artifactId>
<version>8.1.0</version>
<version>8.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>EpicSpawners-Plugin</artifactId>
@ -67,6 +67,7 @@
<exclude>**/third_party/org/h2/**</exclude>
<exclude>**/third_party/com/cryptomorin/**</exclude>
<exclude>**/third_party/org/reactivestreams/**</exclude>
<exclude>**/third_party/io/papermc/paperlib/**</exclude>
</excludes>
</filter>
</filters>

View File

@ -7,7 +7,7 @@
<groupId>com.craftaro</groupId>
<artifactId>EpicSpawners-Parent</artifactId>
<packaging>pom</packaging>
<version>8.1.0</version>
<version>8.2.0</version>
<modules>
<module>EpicSpawners-API</module>