You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/06/10 15:30:49 UTC

svn commit: r189956 - /forrest/trunk/etc/RELEASE_PROCESS.txt

Author: crossley
Date: Fri Jun 10 06:30:48 2005
New Revision: 189956

URL: http://svn.apache.org/viewcvs?rev=189956&view=rev
Log:
Update some line numbers.

Modified:
    forrest/trunk/etc/RELEASE_PROCESS.txt

Modified: forrest/trunk/etc/RELEASE_PROCESS.txt
URL: http://svn.apache.org/viewcvs/forrest/trunk/etc/RELEASE_PROCESS.txt?rev=189956&r1=189955&r2=189956&view=diff
==============================================================================
--- forrest/trunk/etc/RELEASE_PROCESS.txt (original)
+++ forrest/trunk/etc/RELEASE_PROCESS.txt Fri Jun 10 06:30:48 2005
@@ -36,10 +36,10 @@
    added/changed in your local copy. They must not be packed with
    the release. It must be a pristine copy of the current trunk.
 
- - Update the version numbers at various places.
+ - Update the version numbers at various places, i.e. do this ...
 
  - Edit build.xml and replace the '-dev' text with '' i.e. nothing:
-   around line 35:
+   around line 45:
    <property name="version" value="0.7-dev"/>  
    to:
    <property name="version" value="0.7"/>  
@@ -58,11 +58,11 @@
 
  - Edit main/forrest.build.xml to update the version tag to remove "-dev".
    There are two occurences:
-   around line 29:
+   around line 32:
    <property name="version" value="0.7-dev"/>  
                                       ^^^^
 
-    around line 52:
+    around line 60:
     <description>
     |                 Forrest Site Builder                  |
     |                        0.7-dev                        |
@@ -86,7 +86,7 @@
    to find the important issues.
 
  - Set your Java version to be the lowest specified of our supported versions.
-   e.g. J2SDK 1.4.0
+FIXME:   e.g. J2SDK 1.4.0
 
  - Run 'build release-dist' to generate the distributions on a UNIX machine.
    - Two archives are created: apache-forrest-X.Y.tar.gz apache-forrest-X.Y.zip