sultan commented on code in PR #930: URL: https://github.com/apache/maven/pull/930#discussion_r1054206213
########## maven-artifact/src/test/java/org/apache/maven/artifact/versioning/ComparableVersionTest.java: ########## @@ -337,4 +337,20 @@ public void testReuse() assertEquals( "reused instance should be equivalent to new instance", c1, c2 ); } + + /** + * Test <a href="https://issues.apache.org/jira/browse/MNG-7644">MNG-7644</a> edge cases + * 1.0.0.RC1 < 1.0.0-RC2 + */ + public void testMng7644() + { + for ( String x : new String[]{ "alpha", "a", "beta", "b", "milestone", "m", "RC" } ) { Review Comment: i suppose you mean like abc and def. will do -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org