Re: svn commit: r1228958 - /maven/skins/trunk/maven-skins/pom.xml

2012-01-10 Thread Simone Tripodi
Thanks both for the suggestions, really appreciated!!! I'll try to cut a new RC ASAP - but if someone else feels pleased to do it, I have no objections! Thanks again, all the best! -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/

Re: Release steps for http://maven.apache.org/index.html?

2012-01-10 Thread Barrie Treloar
I'll give it a go. I've done so. There appears to be a delay between the site:deploy and it becoming available. A cursory glance seems to show I haven't broken anything... I'll add to the docs - To unsubscribe, e-mail:

Re: [CALL FOR TEST] Apache Maven 3.0.4-RC5 staged

2012-01-10 Thread Mirko Friedenhagen
Works fine here. Regards Mirko On Tue, Jan 10, 2012 at 01:21, Stephen Connolly stephen.alan.conno...@gmail.com wrote: None here On 9 January 2012 23:44, Brett Porter br...@apache.org wrote: No issues here. On 06/01/2012, at 7:52 AM, Olivier Lamy wrote: Hello, Apache Maven 3.0.4-RC5 has

Re: [CALL FOR TEST] Apache Maven 3.0.4-RC5 staged

2012-01-10 Thread Jesse Farinacci
Greetings, On Thu, Jan 5, 2012 at 3:52 PM, Olivier Lamy ol...@apache.org wrote: Apache Maven 3.0.4-RC5 has been staged for testing purpose. This is a preview (and not an official supported version) of the coming 3.0.4 official release. Thanks a lot for putting this RC out, and mirroring it

Re: Release steps for http://maven.apache.org/index.html?

2012-01-10 Thread Stephen Connolly
On 10 January 2012 12:10, Barrie Treloar baerr...@gmail.com wrote: I'll give it a go. I've done so. There appears to be a delay between the site:deploy and it becoming available. That's the site sync that is there for any site deploy... can take up to 24 hours to see the changes, unless you

Re: [CALL FOR TEST] Apache Maven 3.0.4-RC5 staged

2012-01-10 Thread Jeff MAURY
Works fine with 2 of my Tycho builds, maven-gwt-plugin and hudson-the-definitive-guide Jeff On Tue, Jan 10, 2012 at 2:13 PM, Mirko Friedenhagen mfriedenha...@gmail.com wrote: Works fine here. Regards Mirko On Tue, Jan 10, 2012 at 01:21, Stephen Connolly stephen.alan.conno...@gmail.com

Re: Release steps for http://maven.apache.org/index.html?

2012-01-10 Thread Barrie Treloar
On Wed, Jan 11, 2012 at 12:36 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: On 10 January 2012 12:10, Barrie Treloar baerr...@gmail.com wrote: I'll give it a go. I've done so. There appears to be a delay between the site:deploy and it becoming available. That's the site

Re: svn commit: r1229755 - /maven/release/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/AbstractReleaseMojo.java

2012-01-10 Thread Simone Tripodi
Hi Robert! +            for ( String providerType : providerImplementations.keySet() )             { -                String providerType = (String) i.next(); -                String providerImplementation = (String) providerImplementations.get( providerType ); +                String