brett       2004/03/10 03:57:46

  Modified:    statcvs  project.xml
               statcvs/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 2.1
  
  Revision  Changes    Path
  1.29      +7 -2      maven-plugins/statcvs/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/statcvs/project.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- project.xml       7 Mar 2004 23:01:26 -0000       1.28
  +++ project.xml       10 Mar 2004 11:57:46 -0000      1.29
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -17,13 +18,12 @@
    */
    -->
   
  -
   <project>
     <extend>../project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-statcvs-plugin</id>
     <name>Maven StatCvs Plug-in</name>
  -  <currentVersion>2.1-SNAPSHOT</currentVersion>
  +  <currentVersion>2.1</currentVersion>
     <description>Generate CVS statistics reports using StatCvs-XML</description>
     <shortDescription>Provides CVS statistics</shortDescription>
     <logo>http://statcvs-xml.berlios.de/images/statcvslogo.png</logo>
  @@ -45,6 +45,11 @@
         <id>2.0</id>
         <name>2.0</name>
         <tag>MAVEN_STATCVS_2_0</tag>
  +    </version>
  +    <version>
  +      <id>2.1</id>
  +      <name>2.1</name>
  +      <tag>MAVEN_STATCVS_2_1</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.10      +10 -27    maven-plugins/statcvs/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/statcvs/xdocs/changes.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- changes.xml       4 Mar 2004 18:38:56 -0000       1.9
  +++ changes.xml       10 Mar 2004 11:57:46 -0000      1.10
  @@ -1,4 +1,5 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -23,35 +24,17 @@
       <author email="[EMAIL PROTECTED]">Vincent Massol</author>
       <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
     </properties>
  -
     <body>
  -    
  -    <release version="2.1" date="in CVS">
  -      <action dev="dion" type="fix" issue="MPSTATCVS-2">
  -        Projects without a repository url should still be able to use statcvs.
  -      </action>
  +    <release version="2.1" date="2004-03-10">
  +      <action dev="dion" type="fix" issue="MPSTATCVS-2">Projects without a 
repository url should still be able to use statcvs.</action>
       </release>
  -    
  -     <release version="2.0" date="2003-09-21">
  -      <action dev="vmassol" type="update">
  -        Migrated the plugin to use the new statcvs-xml jar (which generates
  -        XML xdoc output instead of HTML).
  -      </action>
  +    <release version="2.0" date="2003-09-21">
  +      <action dev="vmassol" type="update">Migrated the plugin to use the new 
statcvs-xml jar (which generates XML xdoc output instead of HTML).</action>
       </release>
  -
  -     <release version="1.2" date="2003-09-19">
  -      <action dev="dion" type="update">
  -        Updated to use maven.docs.*/maven.gen.docs
  -      </action>
  -      <action dev="evenisse" type="fix" due-to="Alwyn Schoeman" issue="MPSTATCVS-1">
  -        Creates maven.build.dir and maven.docs.dest directory
  -        if doesn't exist.
  -      </action>
  -      <action dev="evenisse" type="fix" issue="MPCHANGELOG-9">
  -        Register reports only if source, test,... exists.
  -        So, corresponding entrys in menu will appear only if reports are 
  -        registered.
  -      </action>
  +    <release version="1.2" date="2003-09-19">
  +      <action dev="dion" type="update">Updated to use 
maven.docs.*/maven.gen.docs</action>
  +      <action dev="evenisse" type="fix" due-to="Alwyn Schoeman" 
issue="MPSTATCVS-1">Creates maven.build.dir and maven.docs.dest directory if doesn't 
exist.</action>
  +      <action dev="evenisse" type="fix" issue="MPCHANGELOG-9">Register reports only 
if source, test,... exists. So, corresponding entrys in menu will appear only if 
reports are registered.</action>
       </release>
     </body>
   </document>
  
  
  

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

Reply via email to