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/02/20 18:28:58 UTC

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

Author: ltheussl
Date: Mon Feb 20 09:28:55 2006
New Revision: 379173

URL: http://svn.apache.org/viewcvs?rev=379173&view=rev
Log:
Add relevant issues that were fixed in release plugin before it was deprecated.

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

Modified: maven/maven-1/plugins/trunk/scm/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/scm/xdocs/changes.xml?rev=379173&r1=379172&r2=379173&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/scm/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/scm/xdocs/changes.xml Mon Feb 20 09:28:55 2006
@@ -25,6 +25,17 @@
   </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>
+      <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 : 
+        <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>
+        </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-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>