brett       2004/03/10 03:44:30

  Modified:    tasklist project.xml
               tasklist/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 2.3
  
  Revision  Changes    Path
  1.21      +9 -2      maven-plugins/tasklist/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/tasklist/project.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- project.xml       7 Mar 2004 23:01:26 -0000       1.20
  +++ project.xml       10 Mar 2004 11:44:30 -0000      1.21
  @@ -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-tasklist-plugin</id>
     <name>Maven Tasklist Plug-in</name>
  -  <currentVersion>2.3-SNAPSHOT</currentVersion>
  +  <currentVersion>2.3</currentVersion>
     <description/>
     <shortDescription>Create xdoc from @TODO tags</shortDescription>
     <url>http://maven.apache.org/reference/plugins/tasklist/</url>
  @@ -82,4 +82,11 @@
         </roles>
       </developer>
     </developers>
  +  <versions>
  +    <version>
  +      <id>2.3</id>
  +      <name>2.3</name>
  +      <tag>MAVEN_TASKLIST_2_3</tag>
  +    </version>
  +  </versions>
   </project>
  
  
  
  1.8       +10 -28    maven-plugins/tasklist/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/tasklist/xdocs/changes.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- changes.xml       4 Mar 2004 18:39:12 -0000       1.7
  +++ changes.xml       10 Mar 2004 11:44:30 -0000      1.8
  @@ -1,4 +1,5 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -23,41 +24,22 @@
       <author email="[EMAIL PROTECTED]">dIon Gillard</author>
       <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
     </properties>
  -
     <body>
  -
  -    <release version="2.3" date="In CVS">
  -      <action dev="evenisse" type="fix" issue="MPTASKLIST-7">
  -        Fix bad html generation.
  -      </action>
  +    <release version="2.3" date="2004-03-10">
  +      <action dev="evenisse" type="fix" issue="MPTASKLIST-7">Fix bad html 
generation.</action>
       </release>
       <release version="2.2" date="2003-09-29">
         <action dev="dion" type="update">update to use 
maven.docs.*/maven.gen.docs</action>
  -      <action dev="evenisse" type="fix">
  -        Fixed MAVEN-493. I register reports only if source, test,... exists.
  -        So, corresponding entrys in menu will appear only if reports are registered.
  -      </action>
  +      <action dev="evenisse" type="fix">Fixed MAVEN-493. I register reports only if 
source, test,... exists. So, corresponding entrys in menu will appear only if reports 
are registered.</action>
       </release>
       <release version="2.1" date="Unknown">
  -      <action dev="dion" type="add" due-to="Juergen Heidak">
  -        Added tasklist summary
  -      </action>
  +      <action dev="dion" type="add" due-to="Juergen Heidak">Added tasklist 
summary</action>
       </release>
  -  
  -    <release version="2.0" date="Unknown">
  -    </release>
  -
  +    <release version="2.0" date="Unknown"></release>
       <release version="1.1" date="Unknown">
  -      <action dev="dion" type="add" due-to="Barry Kaplan">
  -        Made the task tag name a property
  -      </action>
  -      <action dev="dion" type="add">
  -        Added more documentation
  -      </action>
  -      <action dev="dion" type="fix" due-to="Tom Palmer">
  -        Added Jelly as a dependency to quieten jikes
  -      </action>
  +      <action dev="dion" type="add" due-to="Barry Kaplan">Made the task tag name a 
property</action>
  +      <action dev="dion" type="add">Added more documentation</action>
  +      <action dev="dion" type="fix" due-to="Tom Palmer">Added Jelly as a dependency 
to quieten jikes</action>
       </release>
     </body>
   </document>
  -
  
  
  

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

Reply via email to