[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"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
* Copyright 2001-2004 The Apache Software Foundation.
|
* Copyright 2001-2004 The Apache Software Foundation.
|
||||||
@ -17,13 +18,12 @@
|
|||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
<project>
|
<project>
|
||||||
<extend>../project.xml</extend>
|
<extend>../project.xml</extend>
|
||||||
<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-SNAPSHOT</currentVersion>
|
<currentVersion>2.3</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>
|
||||||
@ -82,4 +82,11 @@
|
|||||||
</roles>
|
</roles>
|
||||||
</developer>
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
<versions>
|
||||||
|
<version>
|
||||||
|
<id>2.3</id>
|
||||||
|
<name>2.3</name>
|
||||||
|
<tag>MAVEN_TASKLIST_2_3</tag>
|
||||||
|
</version>
|
||||||
|
</versions>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
* Copyright 2001-2004 The Apache Software Foundation.
|
* Copyright 2001-2004 The Apache Software Foundation.
|
||||||
@ -23,41 +24,22 @@
|
|||||||
<author email="dion@multitask.com.au">dIon Gillard</author>
|
<author email="dion@multitask.com.au">dIon Gillard</author>
|
||||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<release version="2.3" date="2004-03-10">
|
||||||
<release version="2.3" date="In CVS">
|
<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>
|
||||||
<release version="2.2" date="2003-09-29">
|
<release version="2.2" date="2003-09-29">
|
||||||
<action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
|
<action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
|
||||||
<action dev="evenisse" type="fix">
|
<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>
|
||||||
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>
|
||||||
<release version="2.1" date="Unknown">
|
<release version="2.1" date="Unknown">
|
||||||
<action dev="dion" type="add" due-to="Juergen Heidak">
|
<action dev="dion" type="add" due-to="Juergen Heidak">Added tasklist summary</action>
|
||||||
Added tasklist summary
|
|
||||||
</action>
|
|
||||||
</release>
|
</release>
|
||||||
|
<release version="2.0" date="Unknown"></release>
|
||||||
<release version="2.0" date="Unknown">
|
|
||||||
</release>
|
|
||||||
|
|
||||||
<release version="1.1" date="Unknown">
|
<release version="1.1" date="Unknown">
|
||||||
<action dev="dion" type="add" due-to="Barry Kaplan">
|
<action dev="dion" type="add" due-to="Barry Kaplan">Made the task tag name a property</action>
|
||||||
Made the task tag name a property
|
<action dev="dion" type="add">Added more documentation</action>
|
||||||
</action>
|
<action dev="dion" type="fix" due-to="Tom Palmer">Added Jelly as a dependency to quieten jikes</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>
|
</release>
|
||||||
</body>
|
</body>
|
||||||
</document>
|
</document>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user