Author: vsiveton Date: Mon Dec 3 03:56:06 2007 New Revision: 600495 URL: http://svn.apache.org/viewvc?rev=600495&view=rev Log: o added a note
Modified: maven/site/trunk/src/site/apt/developers/release/releasing.apt Modified: maven/site/trunk/src/site/apt/developers/release/releasing.apt URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/developers/release/releasing.apt?rev=600495&r1=600494&r2=600495&view=diff ============================================================================== --- maven/site/trunk/src/site/apt/developers/release/releasing.apt (original) +++ maven/site/trunk/src/site/apt/developers/release/releasing.apt Mon Dec 3 03:56:06 2007 @@ -3,7 +3,7 @@ ----- Jason van Zyl ----- - 9 December 2006 + 03 December 2007 ----- ~~ Licensed to the Apache Software Foundation (ASF) under one @@ -161,8 +161,11 @@ This will allow you to bypass the staging phase and push the release directly into a production repository. It is assume that you have pushed a snapshot somewhere that people have looked at and approved of. - [[5]] Deploy the project site + [[5]] Deploy the project site. + <<Note:>> Be sure to generate and deploy the site using the same version of the release. Typically, you need to check out the tag (or go to <<<target/checkout>>>) + and call <<<mvn site -Preporting site:deploy>>>. + [] After that you can continue with step 8 in the