Title: Message Title
Dan Tran commented on an issue
Mojo's Build Helper Maven Plugin / Bug MBUILDHELPER-60
Version with build number not properly recognized as greater than version without build number.
In my local repo I have versions 1.30.3.1, and 1.30.3 (plus some more).

The ReleasedVersionMojo returns the 1.30.3 as the latest version.

With a quick look at the source I found (close to line 110):

 version.compareTo( releasedVersion ) == 1

The compareTo may return a number different to 1, so that should be:

 version.compareTo( releasedVer...
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to