Use the previously defined projectInfo.project.url property

git-svn-id: https://svn.apache.org/repos/asf/forrest/trunk@588046 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/plugins/org.apache.forrest.plugin.input.projectInfo/forrest.properties.xml b/plugins/org.apache.forrest.plugin.input.projectInfo/forrest.properties.xml
index c39f055..6cd438c 100644
--- a/plugins/org.apache.forrest.plugin.input.projectInfo/forrest.properties.xml
+++ b/plugins/org.apache.forrest.plugin.input.projectInfo/forrest.properties.xml
@@ -30,5 +30,5 @@
   <property name="projectInfo.changes.includeCommitterList" value="false"/>
   <property name="projectInfo.svn.ext" value=".svn.xml"/>
   <property name="projectInfo.project.fullname" value="Apache Forrest ProjectInfo"/>
-  <property name="projectInfo.url" value="http://forrest.apache.org/pluginDocs/plugins_0_90/index.html"/>
+  <property name="projectInfo.project.url" value="http://forrest.apache.org/pluginDocs/plugins_0_90/index.html"/>
 </properties>
diff --git a/plugins/org.apache.forrest.plugin.input.projectInfo/resources.xmap b/plugins/org.apache.forrest.plugin.input.projectInfo/resources.xmap
index 6c33a79..752f31e 100644
--- a/plugins/org.apache.forrest.plugin.input.projectInfo/resources.xmap
+++ b/plugins/org.apache.forrest.plugin.input.projectInfo/resources.xmap
@@ -33,7 +33,7 @@
           <map:part src="{lm:project.status}"/>
         </map:aggregate>
         <map:transform src="{lm:projectInfo.transform.changes.rss}">
-          <map:parameter name="changes-url" value="{properties:projectInfo.url}/changes.html"/>
+          <map:parameter name="changes-url" value="{properties:projectInfo.project.url}/changes.html"/>
           <map:parameter name="project-name" value="{properties:projectInfo.project.fullname}"/>
         </map:transform>
         <map:serialize type="rss091" />
@@ -45,7 +45,7 @@
         </map:aggregate>
         <map:transform src="{lm:projectInfo.transform.changes.rss}">
           <map:parameter name="versionNumber" value="{3}"/>
-          <map:parameter name="changes-url" value="{properties:projectInfo.url}"/>
+          <map:parameter name="changes-url" value="{properties:projectInfo.project.url}"/>
           <map:parameter name="project-name" value="{properties:project.name}"/>
         </map:transform>
         <map:serialize type="rss091" />