jeffjensen 06/08/04 21:05:59
Modified: tasks/xdocs changes.xml
Log:
Add 1.3 changes.
Revision Changes Path
1.4 +27 -3 maven-plugins/tasks/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/tasks/xdocs/changes.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- changes.xml 22 May 2004 05:17:42 -0000 1.3
+++ changes.xml 5 Aug 2006 04:05:59 -0000 1.4
@@ -3,16 +3,40 @@
<properties>
<title>Changes</title>
<author email="an...@aj...">Andy Jefferson</author>
+ <author email="jef...@so...">Jeff Jensen</author>
</properties>
<body>
- <release version="1.2" date="25 May 2004">
+ <release version="1.3.0-SNAPSHOT" date="in CVS" description="New properties, minor corrections">
+ <action dev="carlossg" type="fix">
+ Make build with Maven 1.1 and correct the URL tag.
+ </action>
+ <action dev="jeffjensen" type="update">
+ Improvements to web site docs.
+ </action>
+ <action dev="jeffjensen" type="add">
+ Added maven.tasks.source.file property
+ to customize the location and name of the source file.
+ </action>
+ <action dev="jeffjensen" type="add">
+ Added maven.tasks.report.file property
+ to customize the name of the report file
+ (location currently cannot change or it does not find it).
+ </action>
+ <action dev="jeffjensen" type="fix">
+ Make work with Maven 1.1 beta 3 (corrected JSL).
+ </action>
+ <action dev="jeffjensen" type="add">
+ task element now supports HTML (e.g. can use lists in task).
+ </action>
+ </release>
+ <release version="1.2.0" date="25 May 2004">
<action dev="andy_jefferson" type="add">Added subcategories, and version column. Added default for status and creator columns when not specified.</action>
</release>
- <release version="1.1" date="25 Nov 2003">
+ <release version="1.1.0" date="25 Nov 2003">
<action dev="andy_jefferson" type="add">Added hyperlinks to creator, owner users</action>
</release>
- <release version="1.0" date="27 Oct 2003">
+ <release version="1.0.0" date="27 Oct 2003">
<action dev="andy_jefferson" type="add">Initial release</action>
</release>
</body>
|