Re: [VOTE] rename -dev.jar files to -SNAPSHOT.jar for better maven support

2010-09-22 Thread Robert Muir
[X] Rename 3.x and 4.x to -SNAPSHOT.jar I don't much care about the name of the unreleased jar files. But note: i still think there are verification steps we should take before automatically pushing even snapshots to the apache repository... On Tue, Sep 21, 2010 at 8:53 PM, Ryan McKinley

Re: [VOTE] rename -dev.jar files to -SNAPSHOT.jar for better maven support

2010-09-22 Thread Grant Ingersoll
On Sep 21, 2010, at 8:53 PM, Ryan McKinley wrote: [x ] Rename 3.x and 4.x to -SNAPSHOT.jar We make no guarantees about snapshot builds anyway. They are not official releases and are for developer convenience. -Grant

Re: [VOTE] rename -dev.jar files to -SNAPSHOT.jar for better maven support

2010-09-22 Thread Robert Muir
On Wed, Sep 22, 2010 at 8:05 AM, Grant Ingersoll gsing...@apache.orgwrote: We make no guarantees about snapshot builds anyway. They are not official releases and are for developer convenience. exactly, they should be for *our* convenience. Therefore, the same verification step that runs

Re: [VOTE] rename -dev.jar files to -SNAPSHOT.jar for better maven support

2010-09-22 Thread Simon Willnauer
[x ] Rename 3.x and 4.x to -SNAPSHOT.jar On Wed, Sep 22, 2010 at 2:14 PM, Robert Muir rcm...@gmail.com wrote: On Wed, Sep 22, 2010 at 8:05 AM, Grant Ingersoll gsing...@apache.org wrote: We make no guarantees about snapshot builds anyway.  They are not official releases and are for

[VOTE] rename -dev.jar files to -SNAPSHOT.jar for better maven support

2010-09-21 Thread Ryan McKinley
In an effort to have better maven support, I think it is worth making our dev builds easily compatible with maven snapshot builds. To get maven to know a file is an unreleased snapshot, it must include SNAPSHOT in the name currently the dev jars end with -dev.jar. If we change the default name