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 2016/02/05 12:06:08 UTC

[2/3] wicket git commit: Use correct ASF approved tag

Use correct ASF approved tag


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

Branch: refs/heads/wicket-6.x
Commit: 2d63219afb34c6b63c6700cd3d5bc2762bc9e564
Parents: 8f661e8
Author: Martijn Dashorst <da...@apache.org>
Authored: Fri Feb 5 11:32:43 2016 +0100
Committer: Martijn Dashorst <da...@apache.org>
Committed: Fri Feb 5 12:05:58 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/2d63219a/release.sh
----------------------------------------------------------------------
diff --git a/release.sh b/release.sh
index 05810a8..29a7590 100755
--- a/release.sh
+++ b/release.sh
@@ -395,7 +395,7 @@ if [ -f $log ] ; then
 fi
 
 branch="build/wicket-$version"
-tag="wicket-$version"
+tag="rel/wicket-$version"
 
 echo "# Release configuration for Wicket-$version
 scm.tag=${tag}