brett       2004/07/10 18:57:32

  Modified:    artifact project.xml
               artifact/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.4
  
  Revision  Changes    Path
  1.33      +6 -1      maven-plugins/artifact/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/artifact/project.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- project.xml       3 Jul 2004 02:05:33 -0000       1.32
  +++ project.xml       11 Jul 2004 01:57:32 -0000      1.33
  @@ -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-SNAPSHOT</currentVersion>
  +  <currentVersion>1.4</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>
  @@ -51,6 +51,11 @@
         <id>1.3</id>
         <name>1.3</name>
         <tag>MAVEN_ARTIFACT_1_3</tag>
  +    </version>
  +    <version>
  +      <id>1.4</id>
  +      <name>1.4</name>
  +      <tag>MAVEN_ARTIFACT_1_4</tag>
       </version>
     </versions>
     <developers/>
  
  
  
  1.29      +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.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- changes.xml       6 Jul 2004 14:29:30 -0000       1.28
  +++ changes.xml       11 Jul 2004 01:57:32 -0000      1.29
  @@ -25,7 +25,7 @@
       <author email="[EMAIL PROTECTED]">Vincent Massol</author>
     </properties>
     <body>
  -    <release version="1.4-SNAPSHOT" date="in CVS">
  +    <release version="1.4" date="2004-07-10">
         <action dev="brett" type="fix" issue="MPARTIFACT-23">Add overwrite option to 
unzip - necessary to run in batch mode</action>
         <action dev="brett" type="add" issue="MPARTIFACT-22" due-to="Leif Nelson">Add 
an scp executable deployer</action>
         <action dev="brett" type="update">Deprecated the artifact:load hook 
goal</action>
  
  
  

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

Reply via email to