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/25 09:19:57 UTC

svn commit: r818751 - /maven/plugins/branches/maven-site-plugin-3.x/pom.xml

Author: olamy
Date: Fri Sep 25 07:19:57 2009
New Revision: 818751

URL: http://svn.apache.org/viewvc?rev=818751&view=rev
Log:
use invoker plugin released version

Modified:
    maven/plugins/branches/maven-site-plugin-3.x/pom.xml

Modified: maven/plugins/branches/maven-site-plugin-3.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-3.x/pom.xml?rev=818751&r1=818750&r2=818751&view=diff
==============================================================================
--- maven/plugins/branches/maven-site-plugin-3.x/pom.xml (original)
+++ maven/plugins/branches/maven-site-plugin-3.x/pom.xml Fri Sep 25 07:19:57 2009
@@ -408,7 +408,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>1.4-SNAPSHOT</version>
+            <version>1.4</version>
             <configuration>
               <projectsDirectory>src/it</projectsDirectory>
               <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>