RE: update all projects maven version

2009-06-15 Thread EJ Ciramella
Lol - yeah - sent this to the wrong mailing list Sorry for the noise! -Original Message- From: Stephen Connolly [mailto:stephen.alan.conno...@gmail.com] Sent: Saturday, June 13, 2009 3:45 PM To: Maven Users List Subject: Re: update all projects maven version that is the project

Re: update all projects maven version

2009-06-13 Thread Stephen Connolly
that is the project version, the OP wants tochange the version of Hudson used in a group of Hudson projects 1.0-beta-1-SNAPSHOT supports versions:set -DnewVersion= (with one minor bug which I will fix on Mon/tue) On 13/06/2009, Arnaud HERITIER wrote: > http://mojo.codehaus.org/versions-mave

Re: update all projects maven version

2009-06-13 Thread Arnaud HERITIER
http://mojo.codehaus.org/versions-maven-plugin/update-child-modules-mojo.htmlYou change the version in the reactor and you call mvn versions:update-child-modules Cheers, Arnaud # Arnaud Héritier # http://blog.aheritier.net On Sat, Jun 13, 2009 at 5:42 PM, EJ Ciramella wrote: > Is there a way

Re: update all projects maven version

2009-06-13 Thread Stephen Connolly
I think you want to send this to us...@hudson there are config.XML files in each job directory Sent from my [rhymes with myPod] ;-) On 13 Jun 2009, at 16:42, "EJ Ciramella" wrote: Is there a way to programattically update all the projects maven version (or jdk or ant or w/e else)? With

update all projects maven version

2009-06-13 Thread EJ Ciramella
Is there a way to programattically update all the projects maven version (or jdk or ant or w/e else)? With cruise control, we'd just check out 20 or so .config.xml files and just search/replace all the paths to the maven installation directory. I see the CLI bit for hudson, but not sure if this