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 2015/10/24 15:19:05 UTC

[2/3] wicket git commit: Fixed promotion script escaping

Fixed promotion script escaping


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

Branch: refs/heads/wicket-7.x
Commit: 19bacba74d381f58a177648e2ccc164d60fd9814
Parents: a782aa9
Author: Martijn Dashorst <da...@apache.org>
Authored: Tue Oct 20 01:21:02 2015 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Tue Oct 20 01:21:02 2015 +0200

----------------------------------------------------------------------
 release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/19bacba7/release.sh
----------------------------------------------------------------------
diff --git a/release.sh b/release.sh
index 92bb314..32fdee5 100755
--- a/release.sh
+++ b/release.sh
@@ -86,7 +86,7 @@ git push
 
 echo "Remove the previous version of Wicket using this command:
 
-  svn rm https://dist.apache.org/repos/dist/release/wicket/$previous_version -m \"Remove previous version from mirrors\"
+  svn rm https://dist.apache.org/repos/dist/release/wicket/$previous_version -m \\\"Remove previous version from mirrors\\\"
 
 "  
 EOF