Author: crossley Date: Wed Jan 5 06:30:18 2011 New Revision: 1055307 URL: http://svn.apache.org/viewvc?rev=1055307&view=rev Log: Align the version numbers. AFAIK it does not require 0.9
Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/build.xml forrest/trunk/plugins/plugins.xml Modified: forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/build.xml URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/build.xml?rev=1055307&r1=1055306&r2=1055307&view=diff ============================================================================== --- forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/build.xml (original) +++ forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/build.xml Wed Jan 5 06:30:18 2011 @@ -17,10 +17,10 @@ --> <project default="docs" basedir="." name="Forrest plugin build file"> <property name="plugin-name" value="org.apache.forrest.plugin.output.POD"/> - <property name="forrest.version" value="0.9"/> + <property name="forrest.version" value="0.8"/> <property name="forrest.version.initial" value="0.6"/> <property name="type" value="output"/> - <property name="plugin-version" value="0.3"/> + <property name="plugin-version" value="0.2"/> <property name="description" value="Enable Forrest documents to be output in Plain Old Documentation (POD) format."/> <property name="author" value="Apache Forrest Project"/> <property name="websiteURL" value="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.POD/"/> Modified: forrest/trunk/plugins/plugins.xml URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/plugins.xml?rev=1055307&r1=1055306&r2=1055307&view=diff ============================================================================== --- forrest/trunk/plugins/plugins.xml (original) +++ forrest/trunk/plugins/plugins.xml Wed Jan 5 06:30:18 2011 @@ -196,7 +196,7 @@ format. </description> <forrestVersionInitial>0.6</forrestVersionInitial> - <forrestVersion>0.9</forrestVersion> + <forrestVersion>0.8</forrestVersion> </plugin> <plugin name="org.apache.forrest.plugin.output.Text" type="output"