Ross, this commit is not right. The property forrest.version is used at various places throughout the build. It needs to be "0.7-dev". During our etc/RELEASE_PROCESS.txt we tweak that to be "0.7", then tweak again after release to finally be "0.8-dev".
Perhaps the plugin build system needs an additional property. --David > Author: rgardler > Date: Thu Jun 9 17:08:55 2005 > New Revision: 189864 > > URL: http://svn.apache.org/viewcvs?rev=189864&view=rev > Log: > Add ability to specify a versioned plugin in forrest.properties. If the > requested version is not available or none is specified then an unversioned > plugin will be used, this version will be the latest published bersion and > may be an in-development version. > > Modified: > forrest/trunk/main/forrest.build.xml > forrest/trunk/main/fresh-site/forrest.properties > forrest/trunk/main/targets/plugins.xml > forrest/trunk/main/var/pluginlist2fetch.xsl > > Modified: forrest/trunk/main/forrest.build.xml > URL: > http://svn.apache.org/viewcvs/forrest/trunk/main/forrest.build.xml?rev=189864&r1=189863&r2=189864&view=diff > ============================================================================== > --- forrest/trunk/main/forrest.build.xml (original) > +++ forrest/trunk/main/forrest.build.xml Thu Jun 9 17:08:55 2005 > @@ -29,7 +29,7 @@ > > <property environment="env" /> > <property name="forrest.home" location="${env.FORREST_HOME}" > /> > - <property name="forrest.version" value="0.7-dev"/> > + <property name="forrest.version" value="0.7"/> > > <property name="forrest.lib-dir" > location="${forrest.home}/lib"/> > <property name="forrest.core.lib-dir" > location="${forrest.lib-dir}/core"/> [ snip ]
