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/09 12:15:44 UTC

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

Author: rgardler
Date: Thu Jun  9 03:15:43 2005
New Revision: 189738

URL: http://svn.apache.org/viewcvs?rev=189738&view=rev
Log:
changed the property names again due to work on versioned plugins

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=189738&r1=189737&r2=189738&view=diff
==============================================================================
--- forrest/trunk/etc/RELEASE_PROCESS.txt (original)
+++ forrest/trunk/etc/RELEASE_PROCESS.txt Thu Jun  9 03:15:43 2005
@@ -70,9 +70,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