You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/06/23 16:17:35 UTC

cvs commit: maven-plugins/tasklist/xdocs changes.xml

brett       2004/06/23 07:17:35

  Modified:    tasklist project.xml
               tasklist/src/plugin-resources/templates tasklist.vm
               tasklist/xdocs changes.xml
  Log:
  PR: MPTASKLIST-8
  fix typo in xdoc title
  
  Revision  Changes    Path
  1.24      +1 -1      maven-plugins/tasklist/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/tasklist/project.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- project.xml	2 May 2004 14:17:02 -0000	1.23
  +++ project.xml	23 Jun 2004 14:17:35 -0000	1.24
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-tasklist-plugin</id>
     <name>Maven Tasklist Plug-in</name>
  -  <currentVersion>2.3</currentVersion>
  +  <currentVersion>2.4-SNAPSHOT</currentVersion>
     <description/>
     <shortDescription>Create xdoc from @TODO tags</shortDescription>
     <url>http://maven.apache.org/reference/plugins/tasklist/</url>
  
  
  
  1.9       +1 -1      maven-plugins/tasklist/src/plugin-resources/templates/tasklist.vm
  
  Index: tasklist.vm
  ===================================================================
  RCS file: /home/cvs/maven-plugins/tasklist/src/plugin-resources/templates/tasklist.vm,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- tasklist.vm	11 Feb 2004 08:52:52 -0000	1.8
  +++ tasklist.vm	23 Jun 2004 14:17:35 -0000	1.9
  @@ -3,7 +3,7 @@
   
     <properties>
       <author email="turbine-maven-user@jakarta.apache.org">Maven</author>
  -    <title>Articles</title>
  +    <title>Todos</title>
     </properties>
     
     <body>
  
  
  
  1.10      +3 -0      maven-plugins/tasklist/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/tasklist/xdocs/changes.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- changes.xml	30 Apr 2004 14:38:45 -0000	1.9
  +++ changes.xml	23 Jun 2004 14:17:35 -0000	1.10
  @@ -25,6 +25,9 @@
       <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
     </properties>
     <body>
  +    <release version="2.4-SNAPSHOT" date="in CVS">
  +      <action dev="brett" type="fix" issue="MPTASKLIST-8" due-to="Martin van den Bemt">Fix xdoc title</action>
  +    </release>
       <release version="2.3" date="2004-03-10">
         <action dev="evenisse" type="fix" issue="MPTASKLIST-7">Fix bad html generation.</action>
       </release>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org