Update `maven-shade-plugin` to v3.3.0

This commit is contained in:
Christian Koop 2022-09-06 21:21:15 +02:00
parent 835764dd30
commit e7ea3d5223
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
1 changed files with 1 additions and 8 deletions

View File

@ -47,7 +47,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
<executions>
<execution>
@ -95,13 +95,6 @@
</resources>
</build>
<pluginRepositories>
<pluginRepository>
<id>apache.snapshots</id>
<url>https://repository.apache.org/snapshots/</url>
</pluginRepository>
</pluginRepositories>
<repositories>
<repository>
<id>spigotmc-repo</id>