You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2013/04/16 15:43:04 UTC

[3/3] git commit: Release script output updated to reflect reality

Release script output updated to reflect reality


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/1dc7ab8b
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/1dc7ab8b
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/1dc7ab8b

Branch: refs/heads/master
Commit: 1dc7ab8b4497b46c2e102a3036b0a303fa26f267
Parents: 25a53be
Author: Martijn Dashorst <da...@apache.org>
Authored: Fri Apr 12 19:24:34 2013 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Fri Apr 12 19:24:34 2013 +0200

----------------------------------------------------------------------
 release-dashorst.sh |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/1dc7ab8b/release-dashorst.sh
----------------------------------------------------------------------
diff --git a/release-dashorst.sh b/release-dashorst.sh
index 3f4141b..42d1174 100755
--- a/release-dashorst.sh
+++ b/release-dashorst.sh
@@ -253,7 +253,7 @@ echo ""
 
 echo "To move the release from staging to the mirrors:"
 echo ""
-echo "    svn mv https://dist.apache.org/repos/dist/dev/wicket/wicket-$version https://dist.apache.org/repos/dist/release/wicket -m \"Upload release to the mirrors\""
+echo "    svn mv https://dist.apache.org/repos/dist/dev/wicket/$version https://dist.apache.org/repos/dist/release/wicket -m \"Upload release to the mirrors\""
 echo ""
 
 echo "To sign the release tag issue the following three commands: "
@@ -279,4 +279,3 @@ echo "    git add \`find . ! \\( -type d -name \"target\" -prune \\) -name pom.x
 echo "    git commit -m \"Start next development version\""
 echo "    git push"
 echo ""
-