You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by gm...@apache.org on 2010/06/07 01:59:24 UTC

svn commit: r952027 - /forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/build.xml

Author: gmcdonald
Date: Sun Jun  6 23:59:24 2010
New Revision: 952027

URL: http://svn.apache.org/viewvc?rev=952027&view=rev
Log:
Bump plugin version number and Forrest version number - there have been changes since 0.8 release

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/build.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=952027&r1=952026&r2=952027&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 Sun Jun  6 23:59:24 2010
@@ -17,9 +17,9 @@
 -->
 <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.8"/>
+  <property name="forrest.version" value="0.9"/>
   <property name="type" value="output"/>
-  <property name="plugin-version" value="0.2"/>
+  <property name="plugin-version" value="0.3"/>
   <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/"/>



Re: svn commit: r952027 - /forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/build.xml

Posted by David Crossley <cr...@apache.org>.
> Author: gmcdonald
> Date: Sun Jun  6 23:59:24 2010
> New Revision: 952027
> 
> URL: http://svn.apache.org/viewvc?rev=952027&view=rev
> Log:
> Bump plugin version number and Forrest version number - there have been changes since 0.8 release
> 
> Modified:
>     forrest/trunk/plugins/org.apache.forrest.plugin.output.POD/build.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=952027&r1=952026&r2=952027&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 Sun Jun  6 23:59:24 2010
> @@ -17,9 +17,9 @@
>  -->
>  <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.8"/>
> +  <property name="forrest.version" value="0.9"/>
>    <property name="type" value="output"/>
> -  <property name="plugin-version" value="0.2"/>
> +  <property name="plugin-version" value="0.3"/>
>    <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/"/>

Sure it may have been updated, but if its own functionality
did not substantially change then leave its ""plugin-version" as-is.

Did it require new "0.9" functionalty, If so then also
increment its "forrest.version".

By the way would need to also happen in the Plugins descriptor file
e.g. plugins/plugins.xml etc.

-David