I'm having problems doing the release of commons-parent 12 Running the following command:
mvn -Prelease release:prepare -Dusername=niallp -Dpassword=******* ...works partially. It updates the pom.xml (version & scm tags) and commits the changes but then fails when it tries to tag with the following output: ----------------------------------------- [INFO] Unable to tag SCM Provider message: The svn tag command failed. Command output: svn: No such revision 827754 ----------------------------------------- The revision number indicated was the one from the commit of the previous pom changes. Any ideas anyone? Niall --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org