[maven-scm-plugin] prepare release 1.4.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116103 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-09-29 10:58:50 +00:00
parent 360948ac36
commit affbe1edb1
2 changed files with 7 additions and 2 deletions

View File

@ -25,7 +25,7 @@
<name>Maven Artifact Plugin</name> <name>Maven Artifact Plugin</name>
<!-- WARNING: some dependency checks will break if we get to 1.10, need to go to 2.0 from there --> <!-- WARNING: some dependency checks will break if we get to 1.10, need to go to 2.0 from there -->
<currentVersion>1.4.1-SNAPSHOT</currentVersion> <currentVersion>1.4.1</currentVersion>
<description>Tools to manage artifacts and deployment. Requires Maven 1.0 RC4</description> <description>Tools to manage artifacts and deployment. Requires Maven 1.0 RC4</description>
<shortDescription>Tools to manage artifacts and deployment</shortDescription> <shortDescription>Tools to manage artifacts and deployment</shortDescription>
<url>http://maven.apache.org/reference/plugins/artifact/</url> <url>http://maven.apache.org/reference/plugins/artifact/</url>
@ -57,6 +57,11 @@
<name>1.4</name> <name>1.4</name>
<tag>MAVEN_ARTIFACT_1_4</tag> <tag>MAVEN_ARTIFACT_1_4</tag>
</version> </version>
<version>
<id>1.4.1</id>
<name>1.4.1</name>
<tag>MAVEN_ARTIFACT_1_4_1</tag>
</version>
</versions> </versions>
<developers/> <developers/>
<dependencies> <dependencies>

View File

@ -25,7 +25,7 @@
<author email="vmassol@apache.org">Vincent Massol</author> <author email="vmassol@apache.org">Vincent Massol</author>
</properties> </properties>
<body> <body>
<release version="1.4.1" date="in CVS"> <release version="1.4.1" date="2004-09-29">
<action dev="brett" type="fix">Improve error handling in FTPDeployer</action> <action dev="brett" type="fix">Improve error handling in FTPDeployer</action>
<action dev="brett" type="fix" issue="MPARTIFACT-38">Allow scpexe protocol to work better with args</action> <action dev="brett" type="fix" issue="MPARTIFACT-38">Allow scpexe protocol to work better with args</action>
<action dev="brett" type="fix" issue="MPARTIFACT-34">Check return code of spawned external processes</action> <action dev="brett" type="fix" issue="MPARTIFACT-34">Check return code of spawned external processes</action>