Skip to content

Commit

Permalink
Release v8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ceze88 committed Jan 24, 2024
1 parent f1e7a94 commit a505872
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion EpicSpawners-API/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 2 additions & 1 deletion EpicSpawners-Plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a505872

Please sign in to comment.