Author: rgardler
Date: Wed Nov 23 23:31:56 2005
New Revision: 348679
URL: http://svn.apache.org/viewcvs?rev=348679&view=rev
Log:
we seem to have missed a version number
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/build.xml
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/build.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/build.xml?rev=348679&r1=348678&r2=348679&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/build.xml
(original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/build.xml
Wed Nov 23 23:31:56 2005
@@ -18,9 +18,9 @@
<project default="docs" basedir="." name="Forrest plugin build file">
<property name="plugin-name"
value="org.apache.forrest.plugin.input.projectInfo"/>
- <property name="forrest.version" value="0.8"/>
+ <property name="forrest.version" value="0.8-dev"/>
<property name="type" value="input"/>
- <property name="plugin-version" value="0.3-dev"/>
+ <property name="plugin-version" value="0.2-dev"/>
<property name="description" value="Generates project info such as changelog
and todo list. "/>
<property name="author" value="Apache Forrest Project"/>
<property name="websiteURL"
value="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.projectInfo/"/>
Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml?rev=348679&r1=348678&r2=348679&view=diff
==============================================================================
---
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml
(original)
+++
forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml
Wed Nov 23 23:31:56 2005
@@ -36,7 +36,7 @@
<changes>
<!-- Add new releases here -->
- <release version="0.3-dev" date="unreleased">
+ <release version="0.2-dev" date="unreleased">
<notes>
<p>This plugin provides various mechanisms for extracting and
displaying information about a given project.</p>