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 2015/09/26 12:09:14 UTC

svn commit: r1705403 - /maven/plugins/trunk/maven-eclipse-plugin/pom.xml

Author: rfscholte
Date: Sat Sep 26 10:09:13 2015
New Revision: 1705403

URL: http://svn.apache.org/viewvc?rev=1705403&view=rev
Log:
upgrade maven-invoker to 2.2 to maven it work with M3.3+ and Windows

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

Modified: maven/plugins/trunk/maven-eclipse-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/pom.xml?rev=1705403&r1=1705402&r2=1705403&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/pom.xml Sat Sep 26 10:09:13 2015
@@ -221,7 +221,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-invoker</artifactId>
-      <version>2.1.1</version>
+      <version>2.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>