Re: release process and SNAPSHOT upgrade

2011-03-04 Thread Stephen Connolly
Ryan, Actually, you can modify the pom during preparationGoals as that is precisely the stage where the pom can be modified because thee release plugin has just modified it and is building with the modified pom to validate that the modifications work. Nicolas, Perhaps what is needed is another p

Re: release process and SNAPSHOT upgrade

2011-03-04 Thread Ryan Connolly
This is probably obvious but I think even if you were able to run the version updates the release plugin will complain about having local modifications. The updated pom would also need to be committed before the m-release-p will be happy. On Mar 4, 2011 5:33 AM, "nicolas de loof" wrote: > Hi, > >

release process and SNAPSHOT upgrade

2011-03-04 Thread nicolas de loof
Hi, My project has dependencies on various common components, that have their own release lifecycle To get quicker bug-fixes and features we used to get them as SNAPSHOT, and when we plan a release we release first the commons, then the project. To do this, I need to upgrade my POM to switch snap