On Tue, Sep 2, 2008 at 9:54 PM, Dennis Lundberg <[EMAIL PROTECTED]> wrote: > After trying this plugin on some more projects I have found that > NumericVersionComparator seems to do a better overall job than > MavenVersionComparator. See hsqldb in the example below for an odd > result using the default comparisonMethod. > > [INFO] The following dependency updates are available: > [INFO] commons-lang:commons-lang .......................... 2.1 -> 2.4 > [INFO] hsqldb:hsqldb ............................ 1.8.0.1 -> 1.7.2-rc1 > > Any chance of using "numeric" as the default method instead? >
That would change behaviour from Maven's defaults for version ranges...I'd like maven to make that change not this lone plugin > > I'll add a JIRA project for this plugin and update the POM when I'm done. > > > Stephen Connolly wrote: >> Folks, I've been working on the versions-maven-plugin and I think it's >> ready to cut the first alpha release. >> >> The major changes in this release are >> - Fixed MOJO-1209 (required a rewrite of the display-plugin-updates goal) >> >> Known issues >> >> - MOJO-1210 display-plugin-updates does not include lifecycle plugins >> that are not defined in the pom >> - MOJO-1211 display-plugin-updates does not identify the plugin >> version as not being provided when derived from the super-pom >> >> Both of these issues will require a bit of work and I'd rather get an >> alpha release out before trying to fix them. >> >> The new site has just been deployed here: >> http://mojo.codehaus.org/versions-maven-plugin >> >> Snapshot have been published on >> http://snapshots.repository.codehaus.org/org/codehaus/mojo/versions-maven-plugin >> >> [+1] release it >> [0] don't care >> [-1] don't release ! >> >> Vote will be open for 72 hours and will conclude via lazy consensus. >> >> Please vote :-) >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > Dennis Lundberg > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
