evenisse    2004/11/26 01:27:29

  Modified:    clean    project.xml
               clean/xdocs changes.xml index.xml
  Log:
  MPCLEAN-5. Fix doco.
  
  Revision  Changes    Path
  1.21      +1 -1      maven-plugins/clean/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/clean/project.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- project.xml       30 Jun 2004 04:16:05 -0000      1.20
  +++ project.xml       26 Nov 2004 09:27:29 -0000      1.21
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-clean-plugin</id>
     <name>Maven Clean Plugin</name>
  -  <currentVersion>1.3</currentVersion>
  +  <currentVersion>1.4-SNAPSHOT</currentVersion>
     <description/>
     <shortDescription>Clean plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/clean/</url>
  
  
  
  1.13      +3 -0      maven-plugins/clean/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/clean/xdocs/changes.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- changes.xml       30 Jun 2004 04:16:05 -0000      1.12
  +++ changes.xml       26 Nov 2004 09:27:29 -0000      1.13
  @@ -24,6 +24,9 @@
       <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
     </properties>
     <body>
  +    <release version="1.4" date="In CVS">
  +      <action dev="evenisse" type="fix" issue="MPCLEAN-5">Fix doco.</action>
  +    </release>
       <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>
  
  
  
  1.4       +1 -1      maven-plugins/clean/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/clean/xdocs/index.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml 4 Mar 2004 18:01:50 -0000       1.3
  +++ index.xml 26 Nov 2004 09:27:29 -0000      1.4
  @@ -25,7 +25,7 @@
     </properties>
   
     <body>
  -    <section name="Clean Java Plug-in">
  +    <section name="Maven Clean Plugin">
         <p>
           This plug-in provides functionality for cleaning output directories.
         </p>
  
  
  

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

Reply via email to