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 2015/09/30 13:12:28 UTC

svn commit: r1705999 - /maven/plugins/trunk/maven-verifier-plugin/pom.xml

Author: khmarbaise
Date: Wed Sep 30 11:12:28 2015
New Revision: 1705999

URL: http://svn.apache.org/viewvc?rev=1705999&view=rev
Log:
Removed hard coded version of maven-invoker-plugin and
let the parent do it's work.

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

Modified: maven/plugins/trunk/maven-verifier-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-verifier-plugin/pom.xml?rev=1705999&r1=1705998&r2=1705999&view=diff
==============================================================================
--- maven/plugins/trunk/maven-verifier-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-verifier-plugin/pom.xml Wed Sep 30 11:12:28 2015
@@ -136,7 +136,6 @@ under the License.
         <plugins>
           <plugin>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>1.10</version>
             <configuration>
               <goals>
                 <goal>install</goal>