You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2013/03/04 20:56:45 UTC

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

Author: rfscholte
Date: Mon Mar  4 19:56:45 2013
New Revision: 1452472

URL: http://svn.apache.org/r1452472
Log:
Use m-invoker-p 1.8 to include groovy-xml classes

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=1452472&r1=1452471&r2=1452472&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-shade-plugin/pom.xml Mon Mar  4 19:56:45 2013
@@ -234,6 +234,7 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
+            <version>1.8</version>
             <configuration>
               <goals>
                 <goal>clean</goal>