From f7e181fdc447ce15808e8d0d0220463f0acde23c Mon Sep 17 00:00:00 2001 From: dion Date: Sun, 9 Nov 2003 15:00:21 +0000 Subject: [PATCH] Fix MAVEN-964 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114273 13f79535-47bb-0310-9956-ffa450edef68 --- xdoc/xdocs/changes.xml | 3 +++ xdoc/xdocs/properties.xml | 1 + 2 files changed, 4 insertions(+) diff --git a/xdoc/xdocs/changes.xml b/xdoc/xdocs/changes.xml index a24e7b2e..5e2cb45a 100644 --- a/xdoc/xdocs/changes.xml +++ b/xdoc/xdocs/changes.xml @@ -7,6 +7,9 @@ + + Fix MAVEN-964. Add details on date format. + Apply MAVEN-940. Fix excess whitespace. diff --git a/xdoc/xdocs/properties.xml b/xdoc/xdocs/properties.xml index 82f94559..ff37f294 100644 --- a/xdoc/xdocs/properties.xml +++ b/xdoc/xdocs/properties.xml @@ -401,6 +401,7 @@ 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.