Fix maven-shade-plugin being missing

Apache released maven-shade-plugin v3.3.0 some time ago on their stable repos, so the snapshots repository is no longer required.
This commit is contained in:
Raúl M 2022-05-26 02:57:19 +02:00 committed by GitHub
parent 1f360aee0a
commit 39aff67010
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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