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/10/19 22:51:42 UTC

svn commit: r326706 - /forrest/trunk/plugins/plugins.xml

Author: rgardler
Date: Wed Oct 19 13:51:37 2005
New Revision: 326706

URL: http://svn.apache.org/viewcvs?rev=326706&view=rev
Log:
update version numbers for projectInfo plugin

Modified:
    forrest/trunk/plugins/plugins.xml

Modified: forrest/trunk/plugins/plugins.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/plugins.xml?rev=326706&r1=326705&r2=326706&view=diff
==============================================================================
--- forrest/trunk/plugins/plugins.xml (original)
+++ forrest/trunk/plugins/plugins.xml Wed Oct 19 13:51:37 2005
@@ -126,13 +126,13 @@
   <plugin name="org.apache.forrest.plugin.input.projectInfo"
         type="input"
         author="Apache Forrest Project"
-        website="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.projectInfo"
+        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.projectInfo"
         url="http://forrest.apache.org/plugins/"
-        version="0.1">
+        version="0.2">
     <description>
       Generates project info such as changelog and todo list. 
     </description>
-    <forrestVersion>0.7</forrestVersion>
+    <forrestVersion>0.8</forrestVersion>
   </plugin>
 
   <plugin name="org.apache.forrest.plugin.input.simplifiedDocbook"