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 2009/09/10 22:17:23 UTC

svn commit: r813574 - /maven/plugins/trunk/maven-site-plugin/pom.xml

Author: olamy
Date: Thu Sep 10 20:17:23 2009
New Revision: 813574

URL: http://svn.apache.org/viewvc?rev=813574&view=rev
Log:
use 1.4-SNAPSHOT to prevent MINVOKER-78

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

Modified: maven/plugins/trunk/maven-site-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/pom.xml?rev=813574&r1=813573&r2=813574&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Thu Sep 10 20:17:23 2009
@@ -386,7 +386,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>1.3</version>
+            <version>1.4-SNAPSHOT</version>
             <configuration>
               <projectsDirectory>src/it</projectsDirectory>
               <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>