Small fix for release process
Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/50b0d2ae Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/50b0d2ae Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/50b0d2ae Branch: refs/heads/master Commit: 50b0d2aefe41ef0fc23bf785df00bb7978d4b503 Parents: 633c3d9 Author: Francesco Chicchiriccò <[email protected]> Authored: Fri Nov 21 09:17:19 2014 +0100 Committer: Francesco Chicchiriccò <[email protected]> Committed: Fri Nov 21 09:17:19 2014 +0100 ---------------------------------------------------------------------- src/site/xdoc/release-process.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/50b0d2ae/src/site/xdoc/release-process.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/release-process.xml b/src/site/xdoc/release-process.xml index 7506fbf..3962d8b 100644 --- a/src/site/xdoc/release-process.xml +++ b/src/site/xdoc/release-process.xml @@ -471,7 +471,7 @@ Best regards. <source><![CDATA[ svn mv -m "Moving the voted release artifacts to dist/release" \ https://dist.apache.org/repos/dist/dev/syncope/<version> -https://dist.apache.org/repos/dist/release/syncope/<version> +https://dist.apache.org/repos/dist/release/syncope/ svn co https://dist.apache.org/repos/dist/release/syncope syncope-dist-release cd syncope-dist-release @@ -572,4 +572,4 @@ svn commit -m "Promoting the staging site"]]></source> </ol> </section> </body> -</document> \ No newline at end of file +</document>
