You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Cameron Jones (JIRA)" <ji...@codehaus.org> on 2007/11/01 17:24:10 UTC

[jira] Updated: (MCHANGELOG-78) Descending date order

     [ http://jira.codehaus.org/browse/MCHANGELOG-78?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cameron Jones updated MCHANGELOG-78:
------------------------------------

    Attachment: changelog.html

I've attached the html for a change log report, the first entry is:
Changes between 2006-07-18 and 2007-09-20

and the second:
Changes between 2007-09-20 and 2007-10-31

And the definition in the pom  is:
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-changelog-plugin</artifactId>
                <configuration>
                    <type>date</type>
                    <dates>
                        <date implementation="java.lang.String">2006-07-18</date>
                        <date implementation="java.lang.String">2007-09-20</date>
                        <date implementation="java.lang.String">2007-10-31</date>
                    </dates>
                    <dateFormat>yyyy-MM-dd</dateFormat>
                </configuration>
            </plugin>

The dates correspond to the project release dates.

> Descending date order
> ---------------------
>
>                 Key: MCHANGELOG-78
>                 URL: http://jira.codehaus.org/browse/MCHANGELOG-78
>             Project: Maven 2.x Changelog Plugin
>          Issue Type: Improvement
>            Reporter: Cameron Jones
>            Priority: Minor
>         Attachments: changelog.html
>
>
> The reports generated are ordered in ascending order whereas the entries in each report are descending. It's a bit confusing, i'd like to see it all descending so you always have the most recent changes at the top.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira