Fix type.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@209247 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
evenisse 2005-07-05 09:06:37 +00:00
parent f67fab61d6
commit 117de5b363

View File

@ -30,7 +30,7 @@
<action dev="aheritier" type="fix" issue="MPSITE-22">Goal site:ftpdeploy does nothing</action>
<action dev="brett" type="fix">In SSH mode do not continue with other commands if any prior commands have failed</action>
<action dev="brett" type="fix" issue="MPSITE-23" due-to="Oscar Picasso">Corrected rsync behaviour in some environments</action>
<action dev="brett" type="change">Remove -v option from rsync by default</action>
<action dev="brett" type="update">Remove -v option from rsync by default</action>
</release>
<release version="1.6" date="2005-01-18">
<action dev="brett" type="add">Add ability to clean the destination before deployment</action>