1
0
mirror of https://github.com/SKCraft/Launcher.git synced 2024-11-24 12:16:28 +01:00

Updated maven-shade-plugin to version 2.1

This commit is contained in:
Albert Pham 2014-02-22 18:59:12 -08:00
parent 858d1b1b56
commit 9f697972bf

View File

@ -94,7 +94,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.0</version>
<version>2.1</version>
<executions>
<execution>
<phase>package</phase>
@ -117,4 +117,4 @@
</plugins>
</build>
</project>
</project>