Scratch that - I see it has a compareTo all nice and built in ;-)
On 6/15/07, Mark Derricutt <[EMAIL PROTECTED]> wrote:
Excellent - I was about to ask something similar for another project I'm working on. Not having looked at maven-artifact yet I suppose theres support utils/methods for sorting and determining which version is higher in here? *hunts out javadoc* On 6/15/07, Eric Redmond <[EMAIL PROTECTED]> wrote: > > > > "org.apache.maven.artifact.versioning.DefaultArtifactVersion" (within > project org.apache.maven:maven-artifact) constructor takes a string and > parses into major, minor, incremental, build number and qualifier. >
