[maven-scm-plugin] prepare release 1.4.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115908 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2004-07-30 00:25:11 +00:00
parent 538c001775
commit 2b43d86d59

View File

@ -24,10 +24,12 @@
<author email="brett@apache.org">Brett Porter</author>
</properties>
<body>
<release version="1.4.1-SNAPSHOT" date="in CVS">
<release version="1.4.1" date="2004-07-30">
<action dev="dion" type="fix" issue="MPSCM-16">Trim goals after prompting from the user</action>
<action dev="dion" type="add" issue="MPSCM-20">Add scm:cvs-create-patch goal to help in creating patches</action>
<action dev="carlos" type="fix" issue="MPSCM-13">Set default <code>maven.scm.method</code> to cvs</action>
<action dev="carlos" type="fix" issue="MPSCM-13">Set default
<code>maven.scm.method</code>to cvs
</action>
</release>
<release version="1.4" date="2004-06-18">
<action dev="epugh" type="add">Add minimal support for SVN to allow cruisecontrol plugin to work</action>