Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0, 1.1, 1.2
-
Fix Version/s: 1.3
-
Component/s: Report / Mojo
-
Labels:None
Description
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
trunk HEAD:99 site-1.0.0 99:149 site-1.0.1 149:0
rather than
trunk HEAD:149 site-1.0.1 149:99 site-1.0.0 99:0
Change the summary + define the fix version