[maven-scm-plugin] prepare release 1.6

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@356478 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl
2005-12-13 05:33:54 +00:00
parent 4dff7c0430
commit 42dcd8b6c9
2 changed files with 25 additions and 18 deletions

View File

@@ -17,33 +17,35 @@
* limitations under the License.
*/
-->
<document>
<properties>
<title>Changes plugin changes</title>
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.6-SNAPSHOT" date="in SVN">
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
<release version="1.6" date="2005-12-12">
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
<ul>
<li>dom4j v1.4-dev-8 -> v1.4</li>
<li>xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2</li>
<li>dom4j v1.4-dev-8 -&gt; v1.4</li>
<li>xml-apis v 1.0.b2 -&gt; xmlParserAPIs v2.6.2</li>
</ul>
</action>
<action dev="ltheussl" type="add" issue="MPCHANGES-25">Validate <code>changes.xml</code>.</action>
<action dev="ltheussl" type="add" issue="MPCHANGES-15"> Add multiple due-to/due-to-email support.</action>
<action dev="ltheussl" type="add" issue="MPCHANGES-16"> Add multiple issue support.</action>
<action dev="ltheussl" type="fix" issue="MPCHANGES-24">The encoding of changes.xml is not preserved after <code>scm:prepare-release</code>.</action>
<action dev="ltheussl" type="add" issue="MPCHANGES-25">Validate
<code>changes.xml</code>.
</action>
<action dev="ltheussl" type="add" issue="MPCHANGES-15">Add multiple due-to/due-to-email support.</action>
<action dev="ltheussl" type="add" issue="MPCHANGES-16">Add multiple issue support.</action>
<action dev="ltheussl" type="fix" issue="MPCHANGES-24">The encoding of changes.xml is not preserved after
<code>scm:prepare-release</code>.
</action>
<action dev="aheritier" type="fix">Fix XTHML 1.0 compliance.</action>
<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>add,fix,update,remove</code>.
<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>add,fix,update,remove</code>.
</action>
</release>
<release version="1.5.1" date="2004-10-23">