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/06/05 20:55:29 UTC

svn commit: r1746951 - /maven/plugins/trunk/maven-install-plugin/pom.xml

Author: khmarbaise
Date: Sun Jun  5 20:55:29 2016
New Revision: 1746951

URL: http://svn.apache.org/viewvc?rev=1746951&view=rev
Log:
[MINSTALL-124] Remove hard code version for maven-invoker-plugin

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

Modified: maven/plugins/trunk/maven-install-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-install-plugin/pom.xml?rev=1746951&r1=1746950&r2=1746951&view=diff
==============================================================================
--- maven/plugins/trunk/maven-install-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-install-plugin/pom.xml Sun Jun  5 20:55:29 2016
@@ -159,7 +159,6 @@ under the License.
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-invoker-plugin</artifactId>
-              <version>1.10</version>
               <configuration>
                 <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
                 <cloneClean>true</cloneClean>