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/20 00:21:07 UTC

[3/5] wicket git commit: Fix branch in wicket-7 release revert script

Fix branch in wicket-7 release revert script


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

Branch: refs/heads/wicket-7.x
Commit: 75806f21c47a8b8a9fac1810d500e741a1bd7df5
Parents: 8420545
Author: Martijn Dashorst <da...@apache.org>
Authored: Sun Oct 18 17:42:54 2015 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Sun Oct 18 17:43:32 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/75806f21/revert-release.sh
----------------------------------------------------------------------
diff --git a/revert-release.sh b/revert-release.sh
index c45def2..6220f97 100755
--- a/revert-release.sh
+++ b/revert-release.sh
@@ -39,7 +39,7 @@ read
 branch="build/wicket-$version"
 tag="wicket-$version"
 
-git checkout master
+git checkout wicket-7.x
 git branch -D $branch
 git tag -d $tag