brett       2004/06/18 18:55:06

  Modified:    clean    project.xml
               clean/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.3
  
  Revision  Changes    Path
  1.17      +6 -1      maven-plugins/clean/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/clean/project.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- project.xml       7 Jun 2004 12:22:26 -0000       1.16
  +++ project.xml       19 Jun 2004 01:55:06 -0000      1.17
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-clean-plugin</id>
     <name>Maven Clean Plugin</name>
  -  <currentVersion>1.3-SNAPSHOT</currentVersion>
  +  <currentVersion>1.3</currentVersion>
     <description/>
     <shortDescription>Clean plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/clean/</url>
  @@ -44,6 +44,11 @@
         <id>1.2</id>
         <name>1.2</name>
         <tag>MAVEN_CLEAN_1_2</tag>
  +    </version>
  +    <version>
  +      <id>1.3</id>
  +      <name>1.3</name>
  +      <tag>MAVEN_CLEAN_1_3</tag>
       </version>
     </versions>
     <developers/>
  
  
  
  1.10      +2 -2      maven-plugins/clean/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/clean/xdocs/changes.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- changes.xml       7 Jun 2004 12:22:26 -0000       1.9
  +++ changes.xml       19 Jun 2004 01:55:06 -0000      1.10
  @@ -24,10 +24,10 @@
       <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
     </properties>
     <body>
  -    <release version="1.3-SNAPSHOT" date="in CVS">
  +    <release version="1.3" date="2004-06-19">
         <action dev="brett" type="fix" issue="MPCLEAN-1">Also clean maven.build.dest 
in case it is moved outside maven.build.dir</action>
       </release>
  -    <release version="1.2" date="2004-05-15"></release>
  +    <release version="1.2" date="2004-05-15"/>
       <release version="1.1" date="2003-09-29">
         <action dev="dion" type="fix">Remove clean:classes and clean:docs goals, as 
they are in an inappropriate place</action>
         <action dev="dion" type="fix" due-to="gabriel">Apply docs patch, fix bad code 
in the clean:classes and clean:docs goals</action>
  
  
  

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

Reply via email to