Re: [vote] Release Maven-SCM 1.0 final

2006-02-27 Thread Brett Porter
Hi Emmanuel,

It seems everyone is happy with this vote given the time and feedback so
far.

I'm going to review this tomorrow before adding a +1. I'm sorry I didn't
dedicate time to it sooner. Is it possible that the code can be
stabilised for 24 hours before actually cutting the release to give
everyone a chance to run the tests locally?

Thanks,
Brett

Emmanuel Venisse wrote:
 Hi everyone,
 
 I'd like to release 1.0 final of Maven-SCM. All APIs are stable since a
 long time and we didn't find any blocker issues since 1.0-beta-2 release.
 
 The list of issues fixed are :
 http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=10527fixfor=12346
 
 
 We have now 3 issues that i will fix before the release.
 
 I'll leave the vote open for the customary 72 hours before summarizing.
 Please cast your vote as:
 
 [ ] +1 Yes, release
 [ ]  0 No opinion
 [ ] -1 No, don't release
 
 Here's my +1.
 
 Cheers,
 
 Emmanuel
 


RE: [vote] Release Maven-SCM 1.0 final

2006-02-27 Thread Torbjørn Smørgrav
What about removing all depricated classes and methods before releasing
version 1.0?

Regards
Torbjørn



Re: [vote] Release Maven-SCM 1.0 final

2006-02-27 Thread Emmanuel Venisse

The code is stable (need to apply patch of Torbjorn for bazaar and Mike's patch 
for Perforce)
I want to create a pure java provider for cvs (with only checkout command for now), this point 
require to split actual cvs provider in cvs-commons and cvs-exe like i done it for svn provider, but 
actual code won't change.


I'll send a mail on the list when all will be ready.

pure java svn provider is in sandbox and won't be release with 1.0 but in march when javasvn 1.0.4 
will be release. I tested it this morning with a snapshot version of javasvn and TCK and it works fine.


Emmanuel

Brett Porter a écrit :

Hi Emmanuel,

It seems everyone is happy with this vote given the time and feedback so
far.

I'm going to review this tomorrow before adding a +1. I'm sorry I didn't
dedicate time to it sooner. Is it possible that the code can be
stabilised for 24 hours before actually cutting the release to give
everyone a chance to run the tests locally?

Thanks,
Brett

Emmanuel Venisse wrote:


Hi everyone,

I'd like to release 1.0 final of Maven-SCM. All APIs are stable since a
long time and we didn't find any blocker issues since 1.0-beta-2 release.

The list of issues fixed are :
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=10527fixfor=12346


We have now 3 issues that i will fix before the release.

I'll leave the vote open for the customary 72 hours before summarizing.
Please cast your vote as:

[ ] +1 Yes, release
[ ]  0 No opinion
[ ] -1 No, don't release

Here's my +1.

Cheers,

Emmanuel










RE: [vote] Release Maven-SCM 1.0 final

2006-02-27 Thread Mike Perham
I'll wrap up the remaining update/changelog issue tonight.

-Original Message-
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 27, 2006 7:00 AM
To: scm-dev@maven.apache.org
Subject: Re: [vote] Release Maven-SCM 1.0 final

The code is stable (need to apply patch of Torbjorn for bazaar and
Mike's patch for Perforce) I want to create a pure java provider for cvs
(with only checkout command for now), this point require to split actual
cvs provider in cvs-commons and cvs-exe like i done it for svn provider,
but actual code won't change.