Changelog report is wrong when revision is up to 99
---------------------------------------------------

                 Key: MSCMCHGLOG-19
                 URL: http://jira.codehaus.org/browse/MSCMCHGLOG-19
             Project: Maven 2.x SCM Changelog Plugin
          Issue Type: Bug
          Components: Report / Mojo
    Affects Versions: 1.2, 1.1, 1.0
            Reporter: Rémy Sanlaville


The mojo use a string comparison rather than an integer comparison.
This result a wrong changelog report where  revision 149 < revision 99

For instance we have
{noformat}  trunk HEAD:99
  site-1.0.0 99:149
  site-1.0.1 149:0
{noformat}
rather than
{noformat}  trunk HEAD:149
  site-1.0.1 149:99
  site-1.0.0 99:0
{noformat} 


-- 
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



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to