Re: [vote] Release Maven 2.1.0-M1

2008-09-18 Thread John Casey
I've only been running 'mvn clean release:prepare release:perform', and 
using a staging location that separates artifacts by artifactId and 
version directories, to keep from messing up the stage:copy plugin 
eventually. So, no, I don't think that will produce a staging repository 
where all of the artifacts are together, though it will produce a 
_series_ of staged repositories of the form:


http://people.apache.org/~jdcasey/stage/artifact-id/2.1.0-M1/

where each one contains that single artifact.

Brett Porter wrote:

is there a staged repo for this too?

On 16/09/2008, at 7:12 AM, John Casey wrote:


Hi everyone,

After fixing 70 issues and spending about 2 months going through 
release candidate after release candidate, we finally have a stable 
codebase!


To that end, I'd like to put Maven 2.1.0-M1 up for a vote. The release 
notes are here:


http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500styleName=Htmlversion=14503 



and the staged binary is here:

http://people.apache.org/~jdcasey/stage/apache-maven/2.1.0-M1/org/apache/maven/apache-maven/2.1.0-M1 



This vote will be open for 72h. Please vote +1/+0/-1.

Here's my +1.

Thanks,

-john

---
John Casey
Developer and PMC Member, Apache Maven (http://maven.apache.org)
Member, Apache Software Foundation
Blog: http://www.ejlife.net/blogs/buildchimp

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Brett Porter
[EMAIL PROTECTED]
http://blogs.exist.com/bporter/


-
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]



Re: [vote] Release Maven 2.1.0-M1

2008-09-18 Thread John Casey
What are you trying to accomplish? Maybe I can help you out more if I 
know that?


Brett Porter wrote:

is there a staged repo for this too?

On 16/09/2008, at 7:12 AM, John Casey wrote:


Hi everyone,

After fixing 70 issues and spending about 2 months going through 
release candidate after release candidate, we finally have a stable 
codebase!


To that end, I'd like to put Maven 2.1.0-M1 up for a vote. The release 
notes are here:


http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500styleName=Htmlversion=14503 



and the staged binary is here:

http://people.apache.org/~jdcasey/stage/apache-maven/2.1.0-M1/org/apache/maven/apache-maven/2.1.0-M1 



This vote will be open for 72h. Please vote +1/+0/-1.

Here's my +1.

Thanks,

-john

---
John Casey
Developer and PMC Member, Apache Maven (http://maven.apache.org)
Member, Apache Software Foundation
Blog: http://www.ejlife.net/blogs/buildchimp

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Brett Porter
[EMAIL PROTECTED]
http://blogs.exist.com/bporter/


-
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]



Re: [vote] Release Maven 2.1.0-M1

2008-09-18 Thread John Casey

Vote Result:

Binding:

John Casey
Lukas Theussl
Brian Fox
Vincent Siveton
Olivier Lamy
Jesse McConnell
Emmanuel Venisse

Non-Binding:

Paul Benedict
Fabrice Bellingard
Petar Tahchiev
Jason Dillon
Nicolas de Loof
Mauro Talevi
Maria Odea Ching

Thanks everyone,

-john

---
John Casey
Developer and PMC Member, Apache Maven (http://maven.apache.org)
Member, Apache Software Foundation
Blog: http://www.ejlife.net/blogs/buildchimp


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [vote] Release Maven 2.1.0-M1

2008-09-18 Thread Brett Porter



On 19/09/2008, at 1:31 AM, John Casey wrote:

What are you trying to accomplish? Maybe I can help you out more if  
I know that?


I was just wondering if we were only voting on the release of the  
tarballs, or if we were voting on the stage repository contents as well.


On 19/09/2008, at 1:30 AM, John Casey wrote:

I've only been running 'mvn clean release:prepare release:perform',  
and using a staging location that separates artifacts by artifactId  
and version directories, to keep from messing up the stage:copy  
plugin eventually. So, no, I don't think that will produce a staging  
repository where all of the artifacts are together, though it will  
produce a _series_ of staged repositories of the form:


http://people.apache.org/~jdcasey/stage/artifact-id/2.1.0-M1/

where each one contains that single artifact.



If we're to vote on it, I'd prefer they be kept in one repository in  
future (just delete it each time). This allows easy testing by adding  
it as a remote repo and building projects that use the Maven libraries.


Thanks,
Brett

--
Brett Porter
[EMAIL PROTECTED]
http://blogs.exist.com/bporter/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [vote] Release Maven 2.1.0-M1

2008-09-18 Thread James William Dumay
I agree - I ran into this last night trying to test some internal
tooling...

James

On Fri, 2008-09-19 at 10:19 +1000, Brett Porter wrote:
 
 On 19/09/2008, at 1:31 AM, John Casey wrote:
 
  What are you trying to accomplish? Maybe I can help you out more if  
  I know that?
 
 I was just wondering if we were only voting on the release of the  
 tarballs, or if we were voting on the stage repository contents as well.
 
 On 19/09/2008, at 1:30 AM, John Casey wrote:
 
  I've only been running 'mvn clean release:prepare release:perform',  
  and using a staging location that separates artifacts by artifactId  
  and version directories, to keep from messing up the stage:copy  
  plugin eventually. So, no, I don't think that will produce a staging  
  repository where all of the artifacts are together, though it will  
  produce a _series_ of staged repositories of the form:
 
  http://people.apache.org/~jdcasey/stage/artifact-id/2.1.0-M1/
 
  where each one contains that single artifact.
 
 
 If we're to vote on it, I'd prefer they be kept in one repository in  
 future (just delete it each time). This allows easy testing by adding  
 it as a remote repo and building projects that use the Maven libraries.
 
 Thanks,
 Brett
 
 --
 Brett Porter
 [EMAIL PROTECTED]
 http://blogs.exist.com/bporter/
 
 
 -
 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]



Re: [vote] Release Maven 2.1.0-M1

2008-09-18 Thread Brett Porter

For the record...

A late +1 from me. I was using it for all my builds for the last few  
days and RC17 before that.


BTW, Deng is also on the PMC :)

Cheers,
Brett

On 19/09/2008, at 9:46 AM, John Casey wrote:


Vote Result:

Binding:

John Casey
Lukas Theussl
Brian Fox
Vincent Siveton
Olivier Lamy
Jesse McConnell
Emmanuel Venisse

Non-Binding:

Paul Benedict
Fabrice Bellingard
Petar Tahchiev
Jason Dillon
Nicolas de Loof
Mauro Talevi
Maria Odea Ching

Thanks everyone,

-john

---
John Casey
Developer and PMC Member, Apache Maven (http://maven.apache.org)
Member, Apache Software Foundation
Blog: http://www.ejlife.net/blogs/buildchimp


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Brett Porter
[EMAIL PROTECTED]
http://blogs.exist.com/bporter/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [vote] Release Maven 2.1.0-M1

2008-09-17 Thread Brian E. Fox
+1 works for my builds, which are definitely not edge cases. ~4% faster
than 2.0.9.

-Original Message-
From: John Casey [mailto:[EMAIL PROTECTED] 
Sent: Monday, September 15, 2008 5:12 PM
To: Maven Developers List
Subject: [vote] Release Maven 2.1.0-M1

Hi everyone,

After fixing 70 issues and spending about 2 months going through release

candidate after release candidate, we finally have a stable codebase!

To that end, I'd like to put Maven 2.1.0-M1 up for a vote. The release 
notes are here:

http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500styleNa
me=Htmlversion=14503

and the staged binary is here:

http://people.apache.org/~jdcasey/stage/apache-maven/2.1.0-M1/org/apache
/maven/apache-maven/2.1.0-M1

This vote will be open for 72h. Please vote +1/+0/-1.

Here's my +1.

Thanks,

-john

---
John Casey
Developer and PMC Member, Apache Maven (http://maven.apache.org)
Member, Apache Software Foundation
Blog: http://www.ejlife.net/blogs/buildchimp

-
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]



Re: [vote] Release Maven 2.1.0-M1

2008-09-17 Thread Vincent Siveton
+1

Vincent

2008/9/15 John Casey [EMAIL PROTECTED]:
 Hi everyone,

 After fixing 70 issues and spending about 2 months going through release
 candidate after release candidate, we finally have a stable codebase!

 To that end, I'd like to put Maven 2.1.0-M1 up for a vote. The release notes
 are here:

 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500styleName=Htmlversion=14503

 and the staged binary is here:

 http://people.apache.org/~jdcasey/stage/apache-maven/2.1.0-M1/org/apache/maven/apache-maven/2.1.0-M1

 This vote will be open for 72h. Please vote +1/+0/-1.

 Here's my +1.

 Thanks,

 -john

 ---
 John Casey
 Developer and PMC Member, Apache Maven (http://maven.apache.org)
 Member, Apache Software Foundation
 Blog: http://www.ejlife.net/blogs/buildchimp

 -
 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]



Re: [vote] Release Maven 2.1.0-M1

2008-09-17 Thread Olivier Lamy
+1 (even if I'd like to see the prepare-package phase available in 2.1).

Thanks for your job on this release !
--
Olivier

2008/9/15 John Casey [EMAIL PROTECTED]:
 Hi everyone,

 After fixing 70 issues and spending about 2 months going through release
 candidate after release candidate, we finally have a stable codebase!

 To that end, I'd like to put Maven 2.1.0-M1 up for a vote. The release notes
 are here:

 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500styleName=Htmlversion=14503

 and the staged binary is here:

 http://people.apache.org/~jdcasey/stage/apache-maven/2.1.0-M1/org/apache/maven/apache-maven/2.1.0-M1

 This vote will be open for 72h. Please vote +1/+0/-1.

 Here's my +1.

 Thanks,

 -john

 ---
 John Casey
 Developer and PMC Member, Apache Maven (http://maven.apache.org)
 Member, Apache Software Foundation
 Blog: http://www.ejlife.net/blogs/buildchimp

 -
 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]



Re: [vote] Release Maven 2.1.0-M1

2008-09-17 Thread Jesse McConnell
+1 nice job john!

On Wed, Sep 17, 2008 at 1:40 PM, Olivier Lamy [EMAIL PROTECTED] wrote:
 +1 (even if I'd like to see the prepare-package phase available in 2.1).

 Thanks for your job on this release !
 --
 Olivier

 2008/9/15 John Casey [EMAIL PROTECTED]:
 Hi everyone,

 After fixing 70 issues and spending about 2 months going through release
 candidate after release candidate, we finally have a stable codebase!

 To that end, I'd like to put Maven 2.1.0-M1 up for a vote. The release notes
 are here:

 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500styleName=Htmlversion=14503

 and the staged binary is here:

 http://people.apache.org/~jdcasey/stage/apache-maven/2.1.0-M1/org/apache/maven/apache-maven/2.1.0-M1

 This vote will be open for 72h. Please vote +1/+0/-1.

 Here's my +1.

 Thanks,

 -john

 ---
 John Casey
 Developer and PMC Member, Apache Maven (http://maven.apache.org)
 Member, Apache Software Foundation
 Blog: http://www.ejlife.net/blogs/buildchimp

 -
 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]





-- 
jesse mcconnell
[EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [vote] Release Maven 2.1.0-M1

2008-09-17 Thread Emmanuel Venisse
+1 with the same comment. I hope this new phase will be in the next
milestone.

Nice job John, thanks
Emmanuel

On Wed, Sep 17, 2008 at 10:40 PM, Olivier Lamy [EMAIL PROTECTED] wrote:

 +1 (even if I'd like to see the prepare-package phase available in 2.1).

 Thanks for your job on this release !
 --
 Olivier

 2008/9/15 John Casey [EMAIL PROTECTED]:
  Hi everyone,
 
  After fixing 70 issues and spending about 2 months going through release
  candidate after release candidate, we finally have a stable codebase!
 
  To that end, I'd like to put Maven 2.1.0-M1 up for a vote. The release
 notes
  are here:
 
 
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500styleName=Htmlversion=14503
 
  and the staged binary is here:
 
 
 http://people.apache.org/~jdcasey/stage/apache-maven/2.1.0-M1/org/apache/maven/apache-maven/2.1.0-M1http://people.apache.org/%7Ejdcasey/stage/apache-maven/2.1.0-M1/org/apache/maven/apache-maven/2.1.0-M1
 
  This vote will be open for 72h. Please vote +1/+0/-1.
 
  Here's my +1.
 
  Thanks,
 
  -john
 
  ---
  John Casey
  Developer and PMC Member, Apache Maven (http://maven.apache.org)
  Member, Apache Software Foundation
  Blog: http://www.ejlife.net/blogs/buildchimp
 
  -
  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]




Re: [vote] Release Maven 2.1.0-M1

2008-09-17 Thread John Casey
FWIW, there's no reason prepare-package couldn't land in a later 2.1 
milestone. We haven't finalized that release plan yet (I've been waiting 
for some information on one part before putting it up for a vote, though 
I'll probaby have to work on it myself).


Can we add the prepare-package stuff to the 2.1 release plan out on 
Confluence?


-john

Olivier Lamy wrote:

+1 (even if I'd like to see the prepare-package phase available in 2.1).

Thanks for your job on this release !
--
Olivier

2008/9/15 John Casey [EMAIL PROTECTED]:

Hi everyone,

After fixing 70 issues and spending about 2 months going through release
candidate after release candidate, we finally have a stable codebase!

To that end, I'd like to put Maven 2.1.0-M1 up for a vote. The release notes
are here:

http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500styleName=Htmlversion=14503

and the staged binary is here:

http://people.apache.org/~jdcasey/stage/apache-maven/2.1.0-M1/org/apache/maven/apache-maven/2.1.0-M1

This vote will be open for 72h. Please vote +1/+0/-1.

Here's my +1.

Thanks,

-john

---
John Casey
Developer and PMC Member, Apache Maven (http://maven.apache.org)
Member, Apache Software Foundation
Blog: http://www.ejlife.net/blogs/buildchimp

-
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]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [vote] Release Maven 2.1.0-M1

2008-09-17 Thread Brett Porter



On 18/09/2008, at 7:37 AM, John Casey wrote:

FWIW, there's no reason prepare-package couldn't land in a later 2.1  
milestone. We haven't finalized that release plan yet (I've been  
waiting for some information on one part before putting it up for a  
vote, though I'll probaby have to work on it myself).


Can we add the prepare-package stuff to the 2.1 release plan out on  
Confluence?


I can do that once Confluence comes back from the dead.

- Brett




-john

Olivier Lamy wrote:
+1 (even if I'd like to see the prepare-package phase available in  
2.1).

Thanks for your job on this release !
--
Olivier
2008/9/15 John Casey [EMAIL PROTECTED]:

Hi everyone,

After fixing 70 issues and spending about 2 months going through  
release
candidate after release candidate, we finally have a stable  
codebase!


To that end, I'd like to put Maven 2.1.0-M1 up for a vote. The  
release notes

are here:

http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500styleName=Htmlversion=14503

and the staged binary is here:

http://people.apache.org/~jdcasey/stage/apache-maven/2.1.0-M1/org/apache/maven/apache-maven/2.1.0-M1

This vote will be open for 72h. Please vote +1/+0/-1.

Here's my +1.

Thanks,

-john

---
John Casey
Developer and PMC Member, Apache Maven (http://maven.apache.org)
Member, Apache Software Foundation
Blog: http://www.ejlife.net/blogs/buildchimp

-
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]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Brett Porter
[EMAIL PROTECTED]
http://blogs.exist.com/bporter/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [vote] Release Maven 2.1.0-M1

2008-09-17 Thread Brett Porter

is there a staged repo for this too?

On 16/09/2008, at 7:12 AM, John Casey wrote:


Hi everyone,

After fixing 70 issues and spending about 2 months going through  
release candidate after release candidate, we finally have a stable  
codebase!


To that end, I'd like to put Maven 2.1.0-M1 up for a vote. The  
release notes are here:


http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500styleName=Htmlversion=14503

and the staged binary is here:

http://people.apache.org/~jdcasey/stage/apache-maven/2.1.0-M1/org/apache/maven/apache-maven/2.1.0-M1

This vote will be open for 72h. Please vote +1/+0/-1.

Here's my +1.

Thanks,

-john

---
John Casey
Developer and PMC Member, Apache Maven (http://maven.apache.org)
Member, Apache Software Foundation
Blog: http://www.ejlife.net/blogs/buildchimp

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Brett Porter
[EMAIL PROTECTED]
http://blogs.exist.com/bporter/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [vote] Release Maven 2.1.0-M1

2008-09-17 Thread Maria Odea Ching
+1!

Thanks,
Deng

On Tue, Sep 16, 2008 at 5:12 AM, John Casey [EMAIL PROTECTED] wrote:

 Hi everyone,

 After fixing 70 issues and spending about 2 months going through release
 candidate after release candidate, we finally have a stable codebase!

 To that end, I'd like to put Maven 2.1.0-M1 up for a vote. The release
 notes are here:


 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500styleName=Htmlversion=14503

 and the staged binary is here:


 http://people.apache.org/~jdcasey/stage/apache-maven/2.1.0-M1/org/apache/maven/apache-maven/2.1.0-M1http://people.apache.org/%7Ejdcasey/stage/apache-maven/2.1.0-M1/org/apache/maven/apache-maven/2.1.0-M1

 This vote will be open for 72h. Please vote +1/+0/-1.

 Here's my +1.

 Thanks,

 -john

 ---
 John Casey
 Developer and PMC Member, Apache Maven (http://maven.apache.org)
 Member, Apache Software Foundation
 Blog: http://www.ejlife.net/blogs/buildchimp

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




RE: [vote] Release Maven 2.1.0-M1

2008-09-17 Thread Brian E. Fox
It's here: http://people.apache.org/~jdcasey/stage/

But it contains many releases so have fun merging that ;-)

-Original Message-
From: Brett Porter [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 17, 2008 9:37 PM
To: Maven Developers List
Subject: Re: [vote] Release Maven 2.1.0-M1

is there a staged repo for this too?

On 16/09/2008, at 7:12 AM, John Casey wrote:

 Hi everyone,

 After fixing 70 issues and spending about 2 months going through  
 release candidate after release candidate, we finally have a stable  
 codebase!

 To that end, I'd like to put Maven 2.1.0-M1 up for a vote. The  
 release notes are here:


http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500styleNa
me=Htmlversion=14503

 and the staged binary is here:


http://people.apache.org/~jdcasey/stage/apache-maven/2.1.0-M1/org/apache
/maven/apache-maven/2.1.0-M1

 This vote will be open for 72h. Please vote +1/+0/-1.

 Here's my +1.

 Thanks,

 -john

 ---
 John Casey
 Developer and PMC Member, Apache Maven (http://maven.apache.org)
 Member, Apache Software Foundation
 Blog: http://www.ejlife.net/blogs/buildchimp

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


--
Brett Porter
[EMAIL PROTECTED]
http://blogs.exist.com/bporter/


-
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]



Re: [vote] Release Maven 2.1.0-M1

2008-09-16 Thread Paul Benedict
+1

On Mon, Sep 15, 2008 at 4:12 PM, John Casey [EMAIL PROTECTED] wrote:
 Hi everyone,

 After fixing 70 issues and spending about 2 months going through release
 candidate after release candidate, we finally have a stable codebase!

 To that end, I'd like to put Maven 2.1.0-M1 up for a vote. The release notes
 are here:

 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500styleName=Htmlversion=14503

 and the staged binary is here:

 http://people.apache.org/~jdcasey/stage/apache-maven/2.1.0-M1/org/apache/maven/apache-maven/2.1.0-M1

 This vote will be open for 72h. Please vote +1/+0/-1.

 Here's my +1.

 Thanks,

 -john

 ---
 John Casey
 Developer and PMC Member, Apache Maven (http://maven.apache.org)
 Member, Apache Software Foundation
 Blog: http://www.ejlife.net/blogs/buildchimp

 -
 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]



Re: [vote] Release Maven 2.1.0-M1

2008-09-16 Thread Fabrice Bellingard
+1!

- Fabrice
[EMAIL PROTECTED]


On Mon, Sep 15, 2008 at 11:12 PM, John Casey [EMAIL PROTECTED] wrote:

 Hi everyone,

 After fixing 70 issues and spending about 2 months going through release
 candidate after release candidate, we finally have a stable codebase!

 To that end, I'd like to put Maven 2.1.0-M1 up for a vote. The release
 notes are here:


 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500styleName=Htmlversion=14503

 and the staged binary is here:


 http://people.apache.org/~jdcasey/stage/apache-maven/2.1.0-M1/org/apache/maven/apache-maven/2.1.0-M1http://people.apache.org/%7Ejdcasey/stage/apache-maven/2.1.0-M1/org/apache/maven/apache-maven/2.1.0-M1

 This vote will be open for 72h. Please vote +1/+0/-1.

 Here's my +1.

 Thanks,

 -john

 ---
 John Casey
 Developer and PMC Member, Apache Maven (http://maven.apache.org)
 Member, Apache Software Foundation
 Blog: http://www.ejlife.net/blogs/buildchimp

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




Re: [vote] Release Maven 2.1.0-M1

2008-09-16 Thread Petar Tahchiev

+1 (not binding)


John Casey-5 wrote:
 
 Hi everyone,
 
 After fixing 70 issues and spending about 2 months going through release 
 candidate after release candidate, we finally have a stable codebase!
 
 To that end, I'd like to put Maven 2.1.0-M1 up for a vote. The release 
 notes are here:
 
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500styleName=Htmlversion=14503
 
 and the staged binary is here:
 
 http://people.apache.org/~jdcasey/stage/apache-maven/2.1.0-M1/org/apache/maven/apache-maven/2.1.0-M1
 
 This vote will be open for 72h. Please vote +1/+0/-1.
 
 Here's my +1.
 
 Thanks,
 
 -john
 
 ---
 John Casey
 Developer and PMC Member, Apache Maven (http://maven.apache.org)
 Member, Apache Software Foundation
 Blog: http://www.ejlife.net/blogs/buildchimp
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/-vote--Release-Maven-2.1.0-M1-tp19501274p19512048.html
Sent from the Maven Developers mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [vote] Release Maven 2.1.0-M1

2008-09-16 Thread Lukas Theussl

+1

-Lukas


John Casey wrote:

Hi everyone,

After fixing 70 issues and spending about 2 months going through release 
candidate after release candidate, we finally have a stable codebase!


To that end, I'd like to put Maven 2.1.0-M1 up for a vote. The release 
notes are here:


http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500styleName=Htmlversion=14503 



and the staged binary is here:

http://people.apache.org/~jdcasey/stage/apache-maven/2.1.0-M1/org/apache/maven/apache-maven/2.1.0-M1 



This vote will be open for 72h. Please vote +1/+0/-1.

Here's my +1.

Thanks,

-john

---
John Casey
Developer and PMC Member, Apache Maven (http://maven.apache.org)
Member, Apache Software Foundation
Blog: http://www.ejlife.net/blogs/buildchimp

-
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]



Re: [vote] Release Maven 2.1.0-M1

2008-09-16 Thread Jason Dillon

+1

--jason


On Sep 16, 2008, at 4:12 AM, John Casey wrote:


Hi everyone,

After fixing 70 issues and spending about 2 months going through  
release candidate after release candidate, we finally have a stable  
codebase!


To that end, I'd like to put Maven 2.1.0-M1 up for a vote. The  
release notes are here:


http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500styleName=Htmlversion=14503

and the staged binary is here:

http://people.apache.org/~jdcasey/stage/apache-maven/2.1.0-M1/org/apache/maven/apache-maven/2.1.0-M1

This vote will be open for 72h. Please vote +1/+0/-1.

Here's my +1.

Thanks,

-john

---
John Casey
Developer and PMC Member, Apache Maven (http://maven.apache.org)
Member, Apache Software Foundation
Blog: http://www.ejlife.net/blogs/buildchimp

-
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]



Re: [vote] Release Maven 2.1.0-M1

2008-09-16 Thread nicolas de loof
+1

2008/9/16 Jason Dillon [EMAIL PROTECTED]

 +1

 --jason


 On Sep 16, 2008, at 4:12 AM, John Casey wrote:

  Hi everyone,

 After fixing 70 issues and spending about 2 months going through release
 candidate after release candidate, we finally have a stable codebase!

 To that end, I'd like to put Maven 2.1.0-M1 up for a vote. The release
 notes are here:


 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500styleName=Htmlversion=14503

 and the staged binary is here:


 http://people.apache.org/~jdcasey/stage/apache-maven/2.1.0-M1/org/apache/maven/apache-maven/2.1.0-M1

 This vote will be open for 72h. Please vote +1/+0/-1.

 Here's my +1.

 Thanks,

 -john

 ---
 John Casey
 Developer and PMC Member, Apache Maven (http://maven.apache.org)
 Member, Apache Software Foundation
 Blog: http://www.ejlife.net/blogs/buildchimp

 -
 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]




Re: [vote] Release Maven 2.1.0-M1

2008-09-16 Thread Mauro Talevi

+1

John Casey wrote:

Hi everyone,

After fixing 70 issues and spending about 2 months going through release 
candidate after release candidate, we finally have a stable codebase!


To that end, I'd like to put Maven 2.1.0-M1 up for a vote. The release 
notes are here:


http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500styleName=Htmlversion=14503 



and the staged binary is here:

http://people.apache.org/~jdcasey/stage/apache-maven/2.1.0-M1/org/apache/maven/apache-maven/2.1.0-M1 



This vote will be open for 72h. Please vote +1/+0/-1.

Here's my +1.

Thanks,

-john

---
John Casey
Developer and PMC Member, Apache Maven (http://maven.apache.org)
Member, Apache Software Foundation
Blog: http://www.ejlife.net/blogs/buildchimp



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]