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 2016/07/10 12:04:41 UTC

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

Author: khmarbaise
Date: Sun Jul 10 12:04:41 2016
New Revision: 1752082

URL: http://svn.apache.org/viewvc?rev=1752082&view=rev
Log:
Removed hard coded versions for maven-invoker-plugin
using the version which is defined in parent.
Removed plugin dependency cause we are using 2.0.0

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=1752082&r1=1752081&r2=1752082&view=diff
==============================================================================
--- maven/plugins/trunk/maven-invoker-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-invoker-plugin/pom.xml Sun Jul 10 12:04:41 2016
@@ -298,7 +298,6 @@ under the License.
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-invoker-plugin</artifactId>
-              <version>2.0.0</version>
               <configuration>
                 <debug>true</debug>
                 <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
@@ -312,13 +311,6 @@ under the License.
                   <goal>initialize</goal>
                 </goals>
               </configuration>
-              <dependencies>
-                <dependency> <!-- remove when using maven-invoker-plugin 1.10 -->
-                  <groupId>org.apache.maven.shared</groupId>
-                  <artifactId>maven-invoker</artifactId>
-                  <version>2.2</version>
-                </dependency>
-              </dependencies>
             </plugin>
           </plugins>
         </pluginManagement>