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/09 02:13:06 UTC

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

Author: crossley
Date: Wed Jun  8 17:13:04 2005
New Revision: 189671

URL: http://svn.apache.org/viewcvs?rev=189671&view=rev
Log:
Youch. I stomped on Ross' r189634.

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=189671&r1=189670&r2=189671&view=diff
==============================================================================
--- forrest/trunk/etc/RELEASE_PROCESS.txt (original)
+++ forrest/trunk/etc/RELEASE_PROCESS.txt Wed Jun  8 17:13:04 2005
@@ -68,9 +68,9 @@
 
  - Edit plugins/build.xml and increase the docs version number to the next major release:
    around line 23:
-   <property name="forrest.version" value="0.7"/>  
+   <property name="forrest.docs.version" value="0.7"/>  
    to:
-   <property name="forrest.version" value="0.8"/>
+   <property name="forrest.docs.version" value="0.8"/>
    
    NOTE: This is deliberately a major version up. It is assumed that plugins will be 
    developed against the next version of Forrest. Individual plugins can override this