Author: crossley Date: Fri Jan 21 07:53:18 2011 New Revision: 1061664 URL: http://svn.apache.org/viewvc?rev=1061664&view=rev Log: More "version number" hell.
Modified: forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml Modified: forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml?rev=1061664&r1=1061663&r2=1061664&view=diff ============================================================================== --- forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml (original) +++ forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml Fri Jan 21 07:53:18 2011 @@ -27,8 +27,8 @@ <!ENTITY ds '0.90'> <!ENTITY dt '0.9-dev'> <!ENTITY n '0.10'> -<!ENTITY nd 'docs_0_10'> -<!ENTITY np 'plugins_0_10'> +<!ENTITY nd 'docs_0_100'> +<!ENTITY np 'plugins_0_100'> <!ENTITY ns '0.10'> <!ENTITY nt '0.10-dev'> <!ENTITY p '0.7'> @@ -555,6 +555,9 @@ svn copy ⅆ/upgrading.xml &nd; <source> Apache Forrest &d; was released on ## YYYY-MM-DD ##. [### Add some important new features ###]</source></li> + <li> + In the top-level quickstart <code>$FORREST_HOME/index.html</code> + </li> <li>Ensure that the documentation is building properly, do 'cd site-author; forrest'. Fix any linking errors. Review changes.html to ensure section numbering.</li> <li>Edit the site-author/content/doap.xml to add the new release date. @@ -637,7 +640,7 @@ to: <property name="forrest.version" value="&n;"/> </source> <note> - This is deliberately a major version up. It is assumed that + This is deliberately a major version up. It is assumed that new plugins will be developed against the next version of Forrest. Individual plugins can override this property in their own build files.