Author: veithen
Date: Mon Dec  3 18:08:40 2012
New Revision: 1416605

URL: http://svn.apache.org/viewvc?rev=1416605&view=rev
Log:
Specify the version of the maven-shade-plugin in the global pluginManagement.

Modified:
    axis/axis1/java/trunk/axis/pom.xml
    axis/axis1/java/trunk/pom.xml

Modified: axis/axis1/java/trunk/axis/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis/pom.xml?rev=1416605&r1=1416604&r2=1416605&view=diff
==============================================================================
--- axis/axis1/java/trunk/axis/pom.xml (original)
+++ axis/axis1/java/trunk/axis/pom.xml Mon Dec  3 18:08:40 2012
@@ -76,7 +76,6 @@
         <plugins>
             <plugin>
                 <artifactId>maven-shade-plugin</artifactId>
-                <version>2.0</version>
                 <executions>
                     <execution>
                         <phase>package</phase>

Modified: axis/axis1/java/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/pom.xml?rev=1416605&r1=1416604&r2=1416605&view=diff
==============================================================================
--- axis/axis1/java/trunk/pom.xml (original)
+++ axis/axis1/java/trunk/pom.xml Mon Dec  3 18:08:40 2012
@@ -217,6 +217,10 @@
                     <artifactId>gmaven-plugin</artifactId>
                     <version>1.2</version>
                 </plugin>
+                <plugin>
+                    <artifactId>maven-shade-plugin</artifactId>
+                    <version>2.0</version>
+                </plugin>
             </plugins>
         </pluginManagement>
         <plugins>


Reply via email to