mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-31 22:30:15 +00:00
Upgrade some Maven plugins to reduce warnings
This commit is contained in:
parent
202fc5c4ea
commit
59ead25bc9
1 changed files with 2 additions and 2 deletions
4
pom.xml
4
pom.xml
|
@ -277,7 +277,7 @@
|
|||
<plugin>
|
||||
<groupId>net.md-5</groupId>
|
||||
<artifactId>scriptus</artifactId>
|
||||
<version>0.4.1</version>
|
||||
<version>0.5.0</version>
|
||||
<configuration>
|
||||
<format>${bt.name}-Bukkit-%s</format>
|
||||
</configuration>
|
||||
|
@ -348,7 +348,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-shade-plugin</artifactId>
|
||||
<version>3.4.1</version>
|
||||
<version>3.5.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
|
|
Loading…
Add table
Reference in a new issue