You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2010/08/15 15:04:54 UTC

svn commit: r985667 - /maven/plugins/trunk/maven-doap-plugin/pom.xml

Author: bentmann
Date: Sun Aug 15 13:04:54 2010
New Revision: 985667

URL: http://svn.apache.org/viewvc?rev=985667&view=rev
Log:
o Updated to maven-invoker-plugin:1.5

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

Modified: maven/plugins/trunk/maven-doap-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-doap-plugin/pom.xml?rev=985667&r1=985666&r2=985667&view=diff
==============================================================================
--- maven/plugins/trunk/maven-doap-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-doap-plugin/pom.xml Sun Aug 15 13:04:54 2010
@@ -198,7 +198,7 @@ under the License.
         <plugins>
           <plugin>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>1.4</version>
+            <version>1.5</version>
             <configuration>
               <debug>true</debug>
               <projectsDirectory>src/it</projectsDirectory>