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 2013/01/07 21:51:57 UTC

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

Author: olamy
Date: Mon Jan  7 20:51:57 2013
New Revision: 1429998

URL: http://svn.apache.org/viewvc?rev=1429998&view=rev
Log:
upgrade invoker plugin version

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=1429998&r1=1429997&r2=1429998&view=diff
==============================================================================
--- maven/plugins/trunk/maven-doap-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-doap-plugin/pom.xml Mon Jan  7 20:51:57 2013
@@ -247,7 +247,7 @@ under the License.
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-invoker-plugin</artifactId>
-              <version>1.5</version>
+              <version>1.7</version>
               <configuration>
                 <debug>true</debug>
                 <projectsDirectory>src/it</projectsDirectory>