You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/09/07 12:08:36 UTC

svn commit: r441043 - /maven/maven-1/plugins/trunk/changes/xdocs/changes.xml

Author: ltheussl
Date: Thu Sep  7 03:08:33 2006
New Revision: 441043

URL: http://svn.apache.org/viewvc?view=rev&rev=441043
Log:
Insert missing spaces removed by scm:prepare-release.

Modified:
    maven/maven-1/plugins/trunk/changes/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/changes/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/changes/xdocs/changes.xml?view=diff&rev=441043&r1=441042&r2=441043
==============================================================================
--- maven/maven-1/plugins/trunk/changes/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/changes/xdocs/changes.xml Thu Sep  7 03:08:33 2006
@@ -52,9 +52,9 @@
       <action dev="ltheussl" type="fix" issue="MPCHANGES-22" due-to="Mike Traum">Document description attribute of release element.</action>
       <action dev="brett" type="add">Add a live bookmark link for the RSS for Firefox.</action>
       <action dev="vmassol" type="fix" issue="MPCHANGES-14">Added sorting of
-        <code>&lt;action&gt;</code>elements. It is controlled by 2 properties. The
-        <code>maven.changes.sort</code>property decides whether sorting is enabled or not and the
-        <code>maven.changes.sort.order</code>one decides the sort order. Defaults to
+        <code>&lt;action&gt;</code> elements. It is controlled by 2 properties. The
+        <code>maven.changes.sort</code> property decides whether sorting is enabled or not and the
+        <code>maven.changes.sort.order</code> one decides the sort order. Defaults to
         <code>add,fix,update,remove</code>.
       </action>
     </release>
@@ -73,23 +73,23 @@
       <action dev="dion" type="fix">Fix issues with DOM classes and jdk1.3</action>
       <action dev="brett" type="fix" issue="MPCHANGES-7">Don't overwrite currentVersion if it already has a release date. Add unit tests.</action>
       <action dev="vmassol" type="add" issue="MPCHANGES-5">Added documentation for the format of
-        <code>changes.xml</code>file.
+        <code>changes.xml</code> file.
       </action>
       <action dev="brett" type="fix" due-to="Tim Shadel" issue="MPCHANGES-6">Fix anchor links in report</action>
     </release>
     <release version="1.3" date="2004-03-07">
       <action dev="vmassol" type="add">Added new
-        <code>due-to</code>and
-        <code>due-to-email</code>attributes to the
-        <code>&lt;action&gt;</code>element so that proper acknowledgments can be given.
+        <code>due-to</code> and
+        <code>due-to-email</code> attributes to the
+        <code>&lt;action&gt;</code> element so that proper acknowledgments can be given.
       </action>
       <action dev="vmassol" type="fix" issue="MPCHANGES-1">Added new
-        <code>issue</code>attribute to
-        <code>&lt;action&gt;</code>elements in
-        <code>changes.xml</code>file.
+        <code>issue</code> attribute to
+        <code>&lt;action&gt;</code> elements in
+        <code>changes.xml</code> file.
       </action>
       <action dev="vmassol" type="fix" issue="MPCHANGES-3">HTML tags entered inside
-        <code>&lt;action&gt;</code>tags now show up in the generated report.
+        <code>&lt;action&gt;</code> tags now show up in the generated report.
       </action>
       <action dev="brett" type="add">Add the ability to transform a changes source file to resolve the current version and set the release date.</action>
     </release>