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