brett       2004/09/29 03:58:50

  Modified:    artifact project.xml
               artifact/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.4.1
  
  Revision  Changes    Path
  1.35      +6 -1      maven-plugins/artifact/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/artifact/project.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- project.xml       28 Sep 2004 09:20:40 -0000      1.34
  +++ project.xml       29 Sep 2004 10:58:50 -0000      1.35
  @@ -25,7 +25,7 @@
     <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 -->
   
  -  <currentVersion>1.4.1-SNAPSHOT</currentVersion>
  +  <currentVersion>1.4.1</currentVersion>
     <description>Tools to manage artifacts and deployment. Requires Maven 1.0 
RC4</description>
     <shortDescription>Tools to manage artifacts and deployment</shortDescription>
     <url>http://maven.apache.org/reference/plugins/artifact/</url>
  @@ -56,6 +56,11 @@
         <id>1.4</id>
         <name>1.4</name>
         <tag>MAVEN_ARTIFACT_1_4</tag>
  +    </version>
  +    <version>
  +      <id>1.4.1</id>
  +      <name>1.4.1</name>
  +      <tag>MAVEN_ARTIFACT_1_4_1</tag>
       </version>
     </versions>
     <developers/>
  
  
  
  1.32      +1 -1      maven-plugins/artifact/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/artifact/xdocs/changes.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- changes.xml       29 Sep 2004 10:56:04 -0000      1.31
  +++ changes.xml       29 Sep 2004 10:58:50 -0000      1.32
  @@ -25,7 +25,7 @@
       <author email="[EMAIL PROTECTED]">Vincent Massol</author>
     </properties>
     <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" 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>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to