You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2005/10/13 13:16:57 UTC

svn commit: r320735 - /maven/components/trunk/maven-site/src/site/apt/guides/mini/guide-releasing.apt

Author: jvanzyl
Date: Thu Oct 13 04:16:55 2005
New Revision: 320735

URL: http://svn.apache.org/viewcvs?rev=320735&view=rev
Log:
o fixing release guide

Modified:
    maven/components/trunk/maven-site/src/site/apt/guides/mini/guide-releasing.apt

Modified: maven/components/trunk/maven-site/src/site/apt/guides/mini/guide-releasing.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/guides/mini/guide-releasing.apt?rev=320735&r1=320734&r2=320735&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/guides/mini/guide-releasing.apt (original)
+++ maven/components/trunk/maven-site/src/site/apt/guides/mini/guide-releasing.apt Thu Oct 13 04:16:55 2005
@@ -13,16 +13,23 @@
  
    [[1]] Preparing the release.
    
-   [[1]] Performing the release.
+   [[2]] Performing the release.
+ 
+   []
  
 Preparing the release
 
  The <<<release:prepare>>> goal will:
 
    [[1]] Verify that there are no uncommitted changes in the checkout
-   [[1]] Prompt for a desired version and tag name
-   [[1]] Modify the pom.xml 
-   [[1]] Tag the entire source tree with the new tag name
+   
+   [[2]] Prompt for a desired version and tag name
+   
+   [[3]] Modify the pom.xml 
+   
+   [[4]] Tag the entire source tree with the new tag name
+
+   []
 
 -----
 m2 release:prepare -DtagBase=svn+ssh://svn.codehaus.org/home/projects/plexus/scm/tags