Fix MAVEN-964

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114273 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-11-09 15:00:21 +00:00
parent dca849f431
commit f7e181fdc4
2 changed files with 4 additions and 0 deletions

View File

@@ -7,6 +7,9 @@
<body>
<release version="1.5" date="in CVS">
<action dev="dion" type="update">
Fix MAVEN-964. Add details on date format.
</action>
<action dev="dion" type="fix">
Apply MAVEN-940. Fix excess whitespace.
</action>

View File

@@ -401,6 +401,7 @@
<td>
Sets the format of the date to display.
Defaults to "dd MMMM yyyy" (eg: "14 August 2002").
For details on the format, see SimpleDateFormat in the jdk documentation.
</td>
</tr>
<tr>