Author: rfscholte
Date: Tue Dec  3 20:32:30 2013
New Revision: 1547572

URL: http://svn.apache.org/r1547572
Log:
use -LATEST instead of X.Y
After the vote copy the LATEST instead of regenerating the documentation.

Modified:
    maven/site/trunk/content/apt/developers/release/maven-shared-release.apt

Modified: 
maven/site/trunk/content/apt/developers/release/maven-shared-release.apt
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/apt/developers/release/maven-shared-release.apt?rev=1547572&r1=1547571&r2=1547572&view=diff
==============================================================================
--- maven/site/trunk/content/apt/developers/release/maven-shared-release.apt 
(original)
+++ maven/site/trunk/content/apt/developers/release/maven-shared-release.apt 
Tue Dec  3 20:32:30 2013
@@ -39,7 +39,7 @@ Releasing A Maven Shared Component
   Once the release is prepared, but before the release vote, the site needs to 
be staged.
 
   The shared component parent POM is configured to stage the documentation in 
a "versioned" directory
-  such as <<</shared-archives/maven-XXX-Y.Z>>>.
+  such as <<</shared-archives/maven-XXX-LATEST>>>.
 
    [[1]] Stage the documentation for the current release version (not the new 
snapshot).
 
@@ -48,25 +48,15 @@ cd target/checkout
 mvn site site-deploy -Preporting
 +-----+
 
-  deployed to 
{{{http://maven.apache.org/shared-archives/}http://maven.apache.org/shared-archives/}}maven-XXX-Y.Z/
+  deployed to 
{{{http://maven.apache.org/shared-archives/}http://maven.apache.org/shared-archives/}}maven-XXX-LATEST/
 
 * Deploying the release website
 
   After the release has passed, the site needs to be uploaded.
 
- <<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>>>)
-
-+-----+
-cd target/checkout
-mvn site-deploy -Preporting -Psite-release
-+-----+
-
-  Or 
-
 +-----+
 svn rm 
https://svn.apache.org/repos/infra/websites/production/maven/content/shared/maven-XXX
-svn cp 
https://svn.apache.org/repos/infra/websites/production/maven/content/shared-archives/maven-XXX-Y.Z
 \ 
+svn cp 
https://svn.apache.org/repos/infra/websites/production/maven/content/shared-archives/maven-XXX-LATEST
 \ 
            
https://svn.apache.org/repos/infra/websites/production/maven/content/shared/maven-XXX
 +-----+
 


Reply via email to