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 2005/12/07 07:42:27 UTC

svn commit: r354741 - /maven/maven-1/plugins/trunk/dist/xdocs/changes.xml

Author: ltheussl
Date: Tue Dec  6 22:42:24 2005
New Revision: 354741

URL: http://svn.apache.org/viewcvs?rev=354741&view=rev
Log:
Remove invalid date attribute

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

Modified: maven/maven-1/plugins/trunk/dist/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dist/xdocs/changes.xml?rev=354741&r1=354740&r2=354741&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/dist/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/dist/xdocs/changes.xml Tue Dec  6 22:42:24 2005
@@ -36,7 +36,7 @@
       </action>
       <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="akarasulu" 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="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>