> So to recap, had three questions: > > 1) should versions be treated as if there's an implicit separator? > 2) how should trimming/tokenization work for "--1--" and "--1-"? > 3) how should trimming/tokenization work for "abc" and "-abc"?
Trimming and tokenization are implementation details and are not guaranteed. What's guaranteed is how version strings compare to each other. If you ask how two specific version strings compare to each other, then the spec should answer your question. If it doesn't, that's a spec bug. -- Elliotte Rusty Harold elh...@ibiblio.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org