1
0
mirror of https://github.com/SKCraft/Launcher.git synced 2024-11-27 12:46:22 +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> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId> <artifactId>maven-shade-plugin</artifactId>
<version>2.0</version> <version>2.1</version>
<executions> <executions>
<execution> <execution>
<phase>package</phase> <phase>package</phase>
@ -117,4 +117,4 @@
</plugins> </plugins>
</build> </build>
</project> </project>