HHH-5524 changed script so that the tagUrl is right for branches as well

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20633 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Hardy Ferentschik 2010-09-13 05:46:30 +00:00
parent 7cb332acab
commit ed2630c177
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ if [ -Z "$projectName" ]; then
exit;
fi
projectUrl=`svn info $projectDir | grep URL | awk '{print $2}'`
tagUrl=`echo $projectUrl | sed 's|\(.*\)/trunk.*|\1/tags/|'`$projectName-$releaseVersion
tagUrl=`echo $projectUrl | sed 's|\(.*\)/.*$|\1/tags/|'`$projectName-$releaseVersion
################################################################################