Hi Jorn, as far as I know, if you already run mvn release:perform you have to do that manually (too bad I know), otherwise if you've run release:prepare then you could safely run mvn release:rollback and have everything as before.
Regards, Tommaso 2013/3/8 Jörn Kottmann <kottm...@gmail.com> > Hi all, > > the question came up on how the RC1 we just did can be rolled back to make > RC2. > > To do that the versions in the poms need all to be changed back to > 1.5.3-SNAPSHOT respectively 3.0.3-SNAPSHOT. > I always did that manually in eclipse with the search and replace tool. > > The maven release plugins rollback can only be used after the prepare > stage, but not after release:perform. > > HTH, > Jörn >