Author: olamy
Date: Wed Jan  4 21:10:02 2012
New Revision: 1227325

URL: http://svn.apache.org/viewvc?rev=1227325&view=rev
Log:
[MNG-5225] The default version of the maven-site-plugin as defined in the 
site-lifecycle must be 3.x .
set to 3.0


Modified:
    
maven/maven-3/branches/maven-3.0.4-RCx/maven-core/src/main/resources/META-INF/plexus/components.xml

Modified: 
maven/maven-3/branches/maven-3.0.4-RCx/maven-core/src/main/resources/META-INF/plexus/components.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-3/branches/maven-3.0.4-RCx/maven-core/src/main/resources/META-INF/plexus/components.xml?rev=1227325&r1=1227324&r2=1227325&view=diff
==============================================================================
--- 
maven/maven-3/branches/maven-3.0.4-RCx/maven-core/src/main/resources/META-INF/plexus/components.xml
 (original)
+++ 
maven/maven-3/branches/maven-3.0.4-RCx/maven-core/src/main/resources/META-INF/plexus/components.xml
 Wed Jan  4 21:10:02 2012
@@ -129,10 +129,10 @@ under the License.
         </phases>
         <default-phases>
           <site>
-            org.apache.maven.plugins:maven-site-plugin:2.0.1:site
+            org.apache.maven.plugins:maven-site-plugin:3.0:site
           </site>
           <site-deploy>
-            org.apache.maven.plugins:maven-site-plugin:2.0.1:deploy
+            org.apache.maven.plugins:maven-site-plugin:3.0:deploy
           </site-deploy>
         </default-phases>
         <!-- END SNIPPET: site -->


Reply via email to