PR: MPTASKLIST-8

fix typo in xdoc title


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115531 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-06-23 14:17:35 +00:00
parent 6fd2705a83
commit 8e7eba7ac7
3 changed files with 5 additions and 2 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-tasklist-plugin</id> <id>maven-tasklist-plugin</id>
<name>Maven Tasklist Plug-in</name> <name>Maven Tasklist Plug-in</name>
<currentVersion>2.3</currentVersion> <currentVersion>2.4-SNAPSHOT</currentVersion>
<description/> <description/>
<shortDescription>Create xdoc from @TODO tags</shortDescription> <shortDescription>Create xdoc from @TODO tags</shortDescription>
<url>http://maven.apache.org/reference/plugins/tasklist/</url> <url>http://maven.apache.org/reference/plugins/tasklist/</url>

View File

@ -3,7 +3,7 @@
<properties> <properties>
<author email="turbine-maven-user@jakarta.apache.org">Maven</author> <author email="turbine-maven-user@jakarta.apache.org">Maven</author>
<title>Articles</title> <title>Todos</title>
</properties> </properties>
<body> <body>

View File

@ -25,6 +25,9 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author> <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties> </properties>
<body> <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"> <release version="2.3" date="2004-03-10">
<action dev="evenisse" type="fix" issue="MPTASKLIST-7">Fix bad html generation.</action> <action dev="evenisse" type="fix" issue="MPTASKLIST-7">Fix bad html generation.</action>
</release> </release>