MAVEN-1712 : Update dependencies to match ones in maven 1.1 core and to unify them between plugins.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@320941 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier
2005-10-13 23:17:23 +00:00
parent f7b516fbde
commit 8cb683d4ef
106 changed files with 886 additions and 373 deletions

View File

@@ -27,6 +27,12 @@
</properties>
<body>
<release version="1.10" 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 :
<ul>
<li>commons-jelly v1.0-RC1 -> v1.0</li>
<li>maven-model v3.0.0 -> v3.0.1</li>
</ul>
</action>
<action dev="ltheussl" type="fix" issue="MPXDOC-178" due-to="Phil Steitz"><code>maven.ui.navcol.width</code> has no effect.</action>
<action dev="ltheussl" type="fix" issue="MPXDOC-176">When there's no user provided documentation, some generated docs don't get copied to site.</action>
<action dev="ltheussl" type="fix" issue="MPXDOC-175" due-to="Phil Steitz">Menus with <code>type="header"</code> are not processed by <code>site.jsl</code>.</action>