Author: veithen
Date: Tue Jun 9 07:41:56 2015
New Revision: 1684342
URL: http://svn.apache.org/r1684342
Log:
Upgrade to the latest maven-shade-plugin version to reduce the number of
warnings produced by the axiom-all build.
Modified:
webservices/axiom/trunk/pom.xml
Modified: webservices/axiom/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1684342&r1=1684341&r2=1684342&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Tue Jun 9 07:41:56 2015
@@ -257,7 +257,7 @@
<stax.impl.artifact>stax</stax.impl.artifact>
<stax.impl.version>1.2.0</stax.impl.version>
-->
- <shade.plugin.version>1.6</shade.plugin.version>
+ <shade.plugin.version>2.3</shade.plugin.version>
<jacoco.version>0.6.3.201306030806</jacoco.version>
<spring.version>4.0.5.RELEASE</spring.version>
<springws.version>2.2.0.RELEASE</springws.version>