You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2008/04/17 23:50:45 UTC

svn commit: r649295 - /maven/plugins/trunk/maven-antrun-plugin/pom.xml

Author: olamy
Date: Thu Apr 17 14:50:43 2008
New Revision: 649295

URL: http://svn.apache.org/viewvc?rev=649295&view=rev
Log:
update to last parent
lock invoker plugin version


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

Modified: maven/plugins/trunk/maven-antrun-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/pom.xml?rev=649295&r1=649294&r2=649295&view=diff
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-antrun-plugin/pom.xml Thu Apr 17 14:50:43 2008
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>8</version>
+    <version>11</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-antrun-plugin</artifactId>
@@ -71,7 +71,7 @@
       <id>integration-tests</id>
       <activation>
         <property>
-          <name>maven.test.skip</name>
+          <name>skipTests</name>
           <value>!true</value>
         </property>
       </activation>
@@ -80,6 +80,7 @@
         <plugins>
           <plugin>
             <artifactId>maven-invoker-plugin</artifactId>
+            <version>1.1</version>
             <configuration>
               <debug>true</debug>
               <projectsDirectory>src/it</projectsDirectory>