• S
    replace old CDDL+GPLv2 Version Number comparator with one that is both ASL and... · 36774c25
    Stephen Connolly 提交于
    replace old CDDL+GPLv2 Version Number comparator with one that is both ASL and has a better understanding of Maven version numbers (with some tweaks for wildcard support)
    
    o Had to change the logic of two test cases (2.0 is now newer than 2.0.ea and 1.12-SNAPSHOT is no longer equal to 1.11.*) both of which make more sense than the original test cases
    
    o Should now allow custom builds with text/alpha qualifiers in the version number.
    36774c25
VersionNumber.java 14.4 KB