You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2005/06/08 22:25:05 UTC

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

Author: rgardler
Date: Wed Jun  8 13:25:05 2005
New Revision: 189634

URL: http://svn.apache.org/viewcvs?rev=189634&view=rev
Log:
property has been renamed

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=189634&r1=189633&r2=189634&view=diff
==============================================================================
--- forrest/trunk/etc/RELEASE_PROCESS.txt (original)
+++ forrest/trunk/etc/RELEASE_PROCESS.txt Wed Jun  8 13:25:05 2005
@@ -65,9 +65,9 @@
 
  - Edit plugins/build.xml and increase the docs version number to the next major release:
    around line 23:
-   <property name="forrest.docs.version" value="0.7"/>  
+   <property name="forrest.version" value="0.7"/>  
    to:
-   <property name="forrest.docs.version" value="0.8"/>
+   <property name="forrest.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