Re: [VOTE] release versions-maven-plugin 1.0-alpha-1

2008-09-05 Thread Hervé BOUTEMY
Le mardi 02 septembre 2008, Dennis Lundberg a écrit : 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.

[RESULT] [VOTE] release versions-maven-plugin 1.0-alpha-1

2008-09-04 Thread Stephen Connolly
On Tue, Sep 2, 2008 at 12:07 AM, Stephen Connolly [EMAIL PROTECTED] wrote: Vote will be open for 72 hours and will conclude via lazy consensus. This vote has passed: +1: Benjamin V. 0: Benjamin B. Thanks for reviewing and helpful comments go to: Benjamin B, Dennis and Nicolas. I will

Re: [VOTE] release versions-maven-plugin 1.0-alpha-1

2008-09-03 Thread nicolas de loof
I also would prefer allowSnapshots to be set to false by default, to match the release plugin allowSnapshots parameter and the enforcer plugin default rules Nicolas 2008/9/3 Stephen Connolly [EMAIL PROTECTED] On Tue, Sep 2, 2008 at 11:08 PM, Dennis Lundberg [EMAIL PROTECTED] wrote: Stephen

Re: [VOTE] release versions-maven-plugin 1.0-alpha-1

2008-09-03 Thread Stephen Connolly
OK, that (other plugins using it as the default) is a valid case, I have changed the default to false On Wed, Sep 3, 2008 at 8:31 AM, nicolas de loof [EMAIL PROTECTED] wrote: I also would prefer allowSnapshots to be set to false by default, to match the release plugin allowSnapshots parameter

Re: [VOTE] release versions-maven-plugin 1.0-alpha-1

2008-09-02 Thread Benjamin Voigt
Stephen Connolly schrieb: 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

Re: [VOTE] release versions-maven-plugin 1.0-alpha-1

2008-09-02 Thread Dennis Lundberg
Hi Stephen Great work on this plugin! This is a plugin that I plan to use extensively. I've read through the docs, which there are plenty of. Always a good sign :-) There were however a couple of typos and broken links in there, which I took the liberty of fixing in SVN. I also updated to

Re: [VOTE] release versions-maven-plugin 1.0-alpha-1

2008-09-02 Thread Dennis Lundberg
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:

Re: [VOTE] release versions-maven-plugin 1.0-alpha-1

2008-09-02 Thread Stephen Connolly
On Tue, Sep 2, 2008 at 9:40 PM, Dennis Lundberg [EMAIL PROTECTED] wrote: Hi Stephen Great work on this plugin! This is a plugin that I plan to use extensively. I've read through the docs, which there are plenty of. Always a good sign :-) There were however a couple of typos and broken links

Re: [VOTE] release versions-maven-plugin 1.0-alpha-1

2008-09-02 Thread Stephen Connolly
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

Re: [VOTE] release versions-maven-plugin 1.0-alpha-1

2008-09-02 Thread Dennis Lundberg
Stephen Connolly wrote: On Tue, Sep 2, 2008 at 9:40 PM, Dennis Lundberg [EMAIL PROTECTED] wrote: Hi Stephen Great work on this plugin! This is a plugin that I plan to use extensively. I've read through the docs, which there are plenty of. Always a good sign :-) There were however a couple

Re: [VOTE] release versions-maven-plugin 1.0-alpha-1

2008-09-02 Thread Stephen Connolly
On Tue, Sep 2, 2008 at 11:08 PM, Dennis Lundberg [EMAIL PROTECTED] wrote: Stephen Connolly wrote: On Tue, Sep 2, 2008 at 9:40 PM, Dennis Lundberg [EMAIL PROTECTED] wrote: Hi Stephen Great work on this plugin! This is a plugin that I plan to use extensively. I've read through the docs, which

Re: [VOTE] release versions-maven-plugin 1.0-alpha-1

2008-09-02 Thread Dennis Lundberg
Stephen Connolly wrote: On Tue, Sep 2, 2008 at 11:08 PM, Dennis Lundberg [EMAIL PROTECTED] wrote: Stephen Connolly wrote: On Tue, Sep 2, 2008 at 9:40 PM, Dennis Lundberg [EMAIL PROTECTED] wrote: Hi Stephen Great work on this plugin! This is a plugin that I plan to use extensively. I've

Re: [VOTE] release versions-maven-plugin 1.0-alpha-1

2008-09-02 Thread Stephen Connolly
only if they have snapshots deployed. In our environment we don't deploy snapshots other than to the local repository... thus I only see SNAPSHOTs if I did a local build of those snapshots (which is why I want the snapshots pulled in. An alternative is to split each goal into two goals (one that

Re: [VOTE] release versions-maven-plugin 1.0-alpha-1

2008-09-02 Thread Stephen Connolly
Consider this... if the repo versions available are 1.0, 1.1, 1.2-SNAPSHOT does [0,) match 1.2-SNAPSHOT? AFAIK, yes what is the newest version? AFAIK 1.2-SNAPSHOT AFAIK maven's rules will allow 1.2-SNAPSHOT to match version1.0/version as without the [] that is an advisory version number only.

[VOTE] release versions-maven-plugin 1.0-alpha-1

2008-09-01 Thread Stephen Connolly
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

Re: [VOTE] release versions-maven-plugin 1.0-alpha-1

2008-09-01 Thread Karuppan p
i just over looked the the links provided. its seems good. On Mon, Sep 1, 2008 at 7:07 PM, Stephen Connolly [EMAIL PROTECTED] 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

Re: [VOTE] release versions-maven-plugin 1.0-alpha-1

2008-09-01 Thread Jason van Zyl
Please don't cross post to the lists. On 1-Sep-08, at 4:07 PM, 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