Fix changelog entry

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@343963 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2005-11-13 21:22:16 +00:00
parent fd50c2ebfa
commit 9f76306731

View File

@ -36,7 +36,7 @@
<action dev="aheritier" type="update">It requires at least maven-plugin-plugin v1.7.</action>
<action dev="aheritier" type="update">It requires at least maven-artifact-plugin v1.3.</action>
<action dev="akarasulu" date="2005-02-07" type="add">Added multiproject analogs mirroring single project goals. Also added the abiltiy to generate combined javadocs for multiproject distribution. However multiproject consolidation might be best put into the site plugin. These fixes are associated with the following <a href="http://jira.codehaus.org/browse/MPDIST-20">JIRA enhancement issue</a>.</action>
<action dev="vmassol" type="delete">Removed unused properties: <code>maven.dist.tar.executable</code> and <code>maven.dist.gunzip.executable</code>.</action>
<action dev="vmassol" type="remove" issue="MPDIST-18">Removed unused properties: <code>maven.dist.tar.executable</code> and <code>maven.dist.gunzip.executable</code>.</action>
<action dev="brett" type="update">Make compatible with Maven 1.1</action>
<action dev="carlos" type="add" issue="MPDIST-13">Added <code>maven.dist.bin.artifact</code> property.</action>
<action dev="carlos" type="update">Don't generate ant build file, call maven-ant-plugin before or set a preGoal</action>