Update shade-plugin to 2.3

Shade-plugin 2.2 does not work with JDK8 (see http://jira.codehaus.org/browse/MSHADE/fixforversion/19828)
This commit is contained in:
David Pilato 2014-05-02 09:03:55 +02:00
parent 145efbf6ea
commit 645efa05df
1 changed files with 1 additions and 1 deletions

View File

@ -554,7 +554,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.2</version> <version>2.3</version>
<executions> <executions>
<execution> <execution>
<phase>package</phase> <phase>package</phase>