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 2012/11/22 21:52:17 UTC

svn commit: r1412671 - /maven/plugins/trunk/maven-invoker-plugin/pom.xml

Author: rfscholte
Date: Thu Nov 22 20:52:16 2012
New Revision: 1412671

URL: http://svn.apache.org/viewvc?rev=1412671&view=rev
Log:
Add workaround for MRELEASE-803

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

Modified: maven/plugins/trunk/maven-invoker-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/pom.xml?rev=1412671&r1=1412670&r2=1412671&view=diff
==============================================================================
--- maven/plugins/trunk/maven-invoker-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-invoker-plugin/pom.xml Thu Nov 22 20:52:16 2012
@@ -64,6 +64,8 @@ under the License.
     <groovy-artifactId>groovy-all</groovy-artifactId>
     <groovy-version>2.0.1</groovy-version>
     <mavenPluginPluginVersion>3.2</mavenPluginPluginVersion>
+    
+    <invokerPluginVersion>1.6</invokerPluginVersion><!-- workaround for MRELEASE-803 -->
   </properties>
 
   <dependencies>
@@ -325,7 +327,7 @@ under the License.
       <id>run-its</id>
       <properties>
         <sitePluginVersion>3.1</sitePluginVersion>
-        <invokerPluginVersion>1.6</invokerPluginVersion> <!-- 1.7 is missing the groovy XmlSlurper -->
+        <!--  <invokerPluginVersion>1.6</invokerPluginVersion>  --><!-- 1.7 is missing the groovy XmlSlurper -->
       </properties>
       <build>
         <pluginManagement>