brett       2004/06/25 11:54:25

  Modified:    artifact project.xml
               artifact/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.3
  
  Revision  Changes    Path
  1.30      +7 -1      maven-plugins/artifact/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/artifact/project.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- project.xml       25 Jun 2004 15:24:27 -0000      1.29
  +++ project.xml       25 Jun 2004 18:54:25 -0000      1.30
  @@ -24,7 +24,8 @@
     <id>maven-artifact-plugin</id>
     <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.3-SNAPSHOT</currentVersion>
  +
  +  <currentVersion>1.3</currentVersion>
     <description/>
     <shortDescription>Tools to manage artifacts and deployment</shortDescription>
     <url>http://maven.apache.org/reference/plugins/artifact/</url>
  @@ -45,6 +46,11 @@
         <id>1.2</id>
         <name>1.2</name>
         <tag>MAVEN_ARTIFACT_1_2</tag>
  +    </version>
  +    <version>
  +      <id>1.3</id>
  +      <name>1.3</name>
  +      <tag>MAVEN_ARTIFACT_1_3</tag>
       </version>
     </versions>
     <developers/>
  
  
  
  1.21      +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.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- changes.xml       25 Jun 2004 18:50:38 -0000      1.20
  +++ changes.xml       25 Jun 2004 18:54:25 -0000      1.21
  @@ -25,7 +25,7 @@
       <author email="[EMAIL PROTECTED]">Vincent Massol</author>
     </properties>
     <body>
  -    <release version="1.3" date="In CVS">
  +    <release version="1.3" date="2004-06-25">
         <action dev="brett" type="add" issue="MPARTIFACT-8" due-to="Matt Smith">Allow 
non-passive FTP</action>
         <action dev="brett" type="add" issue="MPARTIFACT-20">Fix copy-deps when list 
is empty</action>
         <action dev="brett" type="add">Accept empty passphrase to ssh based 
deployers</action>
  
  
  

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

Reply via email to