Insert missing spaces removed by scm:prepare-release.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@441043 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-09-07 10:08:33 +00:00
parent 3a4e9a2664
commit d5c1cdbd72

View File

@ -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>