Author: rfscholte
Date: Thu Feb 14 14:55:49 2013
New Revision: 1446222

URL: http://svn.apache.org/r1446222
Log:
update parent version
lock m-invoker-p on 1.8

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

Modified: maven/plugins/trunk/maven-help-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/pom.xml?rev=1446222&r1=1446221&r2=1446222&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-help-plugin/pom.xml Thu Feb 14 14:55:49 2013
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>23</version>
+    <version>24</version>
     <relativePath>../maven-plugins/pom.xml</relativePath>
   </parent>
 
@@ -242,6 +242,7 @@ under the License.
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-invoker-plugin</artifactId>
+              <version>1.8</version>
               <configuration>
                 <debug>true</debug>
                 
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>


Reply via email to