[maven-scm-plugin] prepare release 1.6

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@380823 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl
2006-02-24 21:35:04 +00:00
parent 9a9db4b82c
commit 51c8cbf954
2 changed files with 23 additions and 21 deletions

View File

@@ -17,26 +17,29 @@
* limitations under the License.
*/
-->
<document>
<properties>
<title>Changes</title>
<author email="brett@apache.org">Brett Porter</author>
</properties>
<body>
<release version="1.6-SNAPSHOT" date="in SVN">
<action dev="ltheussl" type="fix" issue="MPRELEASE-12" due-to="Dennis Lundberg">The encoding of the project.xml file is not preserved after doing <code>release:transform</code>.</action>
<release version="1.6" date="2006-02-24">
<action dev="ltheussl" type="fix" issue="MPRELEASE-12" due-to="Dennis Lundberg">The encoding of the project.xml file is not preserved after doing
<code>release:transform</code>.
</action>
<action dev="fgiust" type="fix" issue="MPRELEASE-16">Handle poms with a namespace.</action>
<action dev="brett" type="fix" issue="MPRELEASE-11">Handle non-jar dependencies.</action>
<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 :
<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>maven v1.0-rc2 -> v1.0.2</li>
<li>dom4j v1.4-dev-8 -> v1.4</li>
<li>commons-jelly v1.0-beta-4 -> v1.0</li>
<li>xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2</li>
<li>maven v1.0-rc2 -&gt; v1.0.2</li>
<li>dom4j v1.4-dev-8 -&gt; v1.4</li>
<li>commons-jelly v1.0-beta-4 -&gt; v1.0</li>
<li>xml-apis v 1.0.b2 -&gt; xmlParserAPIs v2.6.2</li>
</ul>
</action>
<action dev="ltheussl" type="update" issue="MPSCM-77">Make it possible to check changes made by prepare-release before they are checked in and tagged. New property <code>maven.scm.testmode</code>.</action>
<action dev="ltheussl" type="update" issue="MPSCM-77">Make it possible to check changes made by prepare-release before they are checked in and tagged. New property
<code>maven.scm.testmode</code>.
</action>
<action dev="ltheussl" type="update" issue="MPSCM-68">Update to maven-scm 1.0-beta-2.</action>
<action dev="ltheussl" type="fix" issue="MPSCM-65" due-to="Phil Steitz">When pom.repository.connection ends with '/' checkout fails.</action>
<action dev="ltheussl" type="fix" issue="MPSCM-57">Re-add changes.xml file to display announcements.</action>