[maven-scm-plugin] prepare release 2.4

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@190749 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2005-06-15 13:49:11 +00:00
parent cb23b48a73
commit 42e8b8cd30
2 changed files with 11 additions and 2 deletions

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@ -16,12 +17,13 @@
* limitations under the License.
*/
-->
<project>
<extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-tasklist-plugin</id>
<name>Maven Tasklist Plug-in</name>
<currentVersion>2.4-SNAPSHOT</currentVersion>
<currentVersion>2.4</currentVersion>
<description/>
<shortDescription>Create xdoc from @TODO tags</shortDescription>
<url>http://maven.apache.org/reference/plugins/tasklist/</url>
@ -96,6 +98,11 @@
<name>2.3</name>
<tag>MAVEN_TASKLIST_2_3</tag>
</version>
<version>
<id>2.4</id>
<name>2.4</name>
<tag>maven-tasklist-plugin-2.4</tag>
</version>
</versions>
<dependencies>
<dependency>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@ -16,6 +17,7 @@
* limitations under the License.
*/
-->
<document>
<properties>
<title>Changes</title>
@ -24,7 +26,7 @@
<author email="aheritier@apache.org">Arnaud Heritier</author>
</properties>
<body>
<release version="2.4-SNAPSHOT" date="in CVS">
<release version="2.4" date="2005-06-15">
<action dev="aheritier" type="add" issue="MPTASKLIST-9" due-to="Dennis Lundberg">Show todos for fields</action>
<action dev="brett" type="fix" issue="MPTASKLIST-8" due-to="Martin van den Bemt">Fix xdoc title</action>
</release>