[maven-scm-plugin] prepare release 2.3
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114853 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
839c207ece
commit
dded52fe9c
@ -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,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="dion@multitask.com.au">dIon Gillard</author>
|
||||
<author email="evenisse@ifrance.com">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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user