You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2016/02/07 23:03:45 UTC

svn commit: r1729041 - /maven/skins/trunk/maven-fluido-skin/pom.xml

Author: michaelo
Date: Sun Feb  7 22:03:45 2016
New Revision: 1729041

URL: http://svn.apache.org/viewvc?rev=1729041&view=rev
Log:
[MSKINS-122] Cannot run invoker ITs on Windows with Maven 3.3.1+

Modified:
    maven/skins/trunk/maven-fluido-skin/pom.xml

Modified: maven/skins/trunk/maven-fluido-skin/pom.xml
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/pom.xml?rev=1729041&r1=1729040&r2=1729041&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/pom.xml (original)
+++ maven/skins/trunk/maven-fluido-skin/pom.xml Sun Feb  7 22:03:45 2016
@@ -149,6 +149,11 @@ under the License.
             </excludes>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-invoker-plugin</artifactId>
+          <version>1.10</version>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
@@ -709,7 +714,6 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>1.8</version>
           </plugin>
         </plugins>
       </reporting>