[gwt-contrib] Re: default GWT version in Maven central repo wrong

2009-02-09 Thread Scott Blum
All future public builds will have increasing version numbers. You should expect the next public build to be 1.6.1, whether that ends up being M2 or RC1. On Sat, Feb 7, 2009 at 3:42 AM, Ray Cromwell cromwell...@gmail.com wrote: Yes, but when M2, M3, RC1, etc are released, all with version

[gwt-contrib] Re: default GWT version in Maven central repo wrong

2009-02-07 Thread nicolas de loof
Please note 1.5.x history at http://code.google.com/p/google-web-toolkit/downloads/list?can=4q=colspec=Filename+Summary+Uploaded+Size+DownloadCount 1.5.0 was RC1 1.5.1 was RC2 GWT-1.5 final is 1.5.2 ! On Sat, Feb 7, 2009 at 9:50 AM, nicolas de loof nicolas.del...@gmail.comwrote: I'm not

[gwt-contrib] Re: default GWT version in Maven central repo wrong

2009-02-07 Thread Ray Cromwell
Well, maybe the GWT guys can offer some guidance on how they plan to number 1.6 milestone releases. My only further comment is that there is no reason why maven repo versions have to match GWT versions. I've seen GWT artifacts named -rc1 in some maven repos. The GWT team doesn't officially

[gwt-contrib] Re: default GWT version in Maven central repo wrong

2009-02-07 Thread nicolas de loof
That's right, and you can be sure I'll check the next version number. Anyway, we still can use Jboss-like versionning : 1.6.0.final or 1.6.0.GA On Sat, Feb 7, 2009 at 9:58 AM, Ray Cromwell cromwell...@gmail.com wrote: Well, maybe the GWT guys can offer some guidance on how they plan to number

[gwt-contrib] Re: default GWT version in Maven central repo wrong

2009-02-07 Thread John Tamplin
On Sat, Feb 7, 2009 at 3:42 AM, Ray Cromwell cromwell...@gmail.com wrote: Yes, but when M2, M3, RC1, etc are released, all with version 1.6.0, it will make it hard for someone to discern just which version is actually in the repo unless one makes assumptions about timestamps in the repo. It

[gwt-contrib] Re: default GWT version in Maven central repo wrong

2009-02-06 Thread nicolas de loof
What make you say ths is the default one ? Index of /maven2/com/google/gwt/gwt-user/ ../ 1.4.60/17-Sep-2007 17:57 - 1.4.62/23-Mar-2008 09:10 - 1.5-M1/

[gwt-contrib] Re: default GWT version in Maven central repo wrong

2009-02-06 Thread nicolas de loof
AFAIK, mvnrepository latest is based on textual version comparison, so 1.5-RC* 1.5.3 On Fri, Feb 6, 2009 at 4:54 PM, nicolas de loof nicolas.del...@gmail.comwrote: What make you say ths is the default one ? Index of /maven2/com/google/gwt/gwt-user/ ../ 1.4.60/

[gwt-contrib] Re: default GWT version in Maven central repo wrong

2009-02-06 Thread nicolas de loof
Allready there : http://repo2.maven.org/maven2/com/google/gwt/gwt-dev/1.6.0/ On Fri, Feb 6, 2009 at 10:36 PM, Arthur Kalmenson arthur.k...@gmail.comwrote: Yep, that's what I meant, so if you don't include a version and let Maven pick up the latest version, it'll pick up 1.5-RC1. You can

[gwt-contrib] Re: default GWT version in Maven central repo wrong

2009-02-06 Thread Ray Cromwell
Should probably use -Dversion=1.6-M1 for that rather than -Dversion=1.6.0 -Ray On Fri, Feb 6, 2009 at 11:03 PM, nicolas de loof nicolas.del...@gmail.com wrote: Allready there : http://repo2.maven.org/maven2/com/google/gwt/gwt-dev/1.6.0/ On Fri, Feb 6, 2009 at 10:36 PM, Arthur Kalmenson