You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2006/08/28 18:45:50 UTC

svn commit: r437751 - /maven/plugins/trunk/maven-changelog-plugin/src/main/java/org/apache/maven/changelog/ChangeLogReport.java

Author: dennisl
Date: Mon Aug 28 09:45:50 2006
New Revision: 437751

URL: http://svn.apache.org/viewvc?rev=437751&view=rev
Log:
[MCHANGES-46] Using the dateFormat option the generate changelog report shows a wrong date.

o Clarified the documentation for the dateFormat parameter, so that users are less likely to try to use it for presentation. If dateFormat is set to another format than what is used by the underlying SCM, malformed dates will appear in the report.

Modified:
    maven/plugins/trunk/maven-changelog-plugin/src/main/java/org/apache/maven/changelog/ChangeLogReport.java

Modified: maven/plugins/trunk/maven-changelog-plugin/src/main/java/org/apache/maven/changelog/ChangeLogReport.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/src/main/java/org/apache/maven/changelog/ChangeLogReport.java?rev=437751&r1=437750&r2=437751&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changelog-plugin/src/main/java/org/apache/maven/changelog/ChangeLogReport.java (original)
+++ maven/plugins/trunk/maven-changelog-plugin/src/main/java/org/apache/maven/changelog/ChangeLogReport.java Mon Aug 28 09:45:50 2006
@@ -98,7 +98,7 @@
     private List tags;
 
     /**
-     * Used to specify the date format of log entries to retrieve. This format will also be reflected in the reports.
+     * Used to specify the date format of the log entries that are retrieved from your SCM system.
      *
      * @parameter expression="${changelog.dateFormat}" default-value="yyyy-MM-dd"
      * @required