You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2015/05/30 10:33:19 UTC

svn commit: r1682588 - /maven/plugins/trunk/maven-shade-plugin/pom.xml

Author: khmarbaise
Date: Sat May 30 08:33:19 2015
New Revision: 1682588

URL: http://svn.apache.org/r1682588
Log:
[MSHADE-192] Upgrade maven-invoker to 1.10

Modified:
    maven/plugins/trunk/maven-shade-plugin/pom.xml

Modified: maven/plugins/trunk/maven-shade-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/pom.xml?rev=1682588&r1=1682587&r2=1682588&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-shade-plugin/pom.xml Sat May 30 08:33:19 2015
@@ -181,6 +181,15 @@ under the License.
   <build>
     <pluginManagement>
       <plugins>
+        <!--
+          ! TODO: Can be removed if we upgrade to a new parent version
+          ! which contains the definition.
+        -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-invoker-plugin</artifactId>
+          <version>1.10</version>
+        </plugin>
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>