Still preparing for release.
Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/9c3c1460 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/9c3c1460 Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/9c3c1460 Branch: refs/heads/release Commit: 9c3c1460fb8d18122a5588bf02966208a998693d Parents: cf08ffe Author: Dave Johnson <[email protected]> Authored: Thu Feb 18 09:25:47 2016 -0500 Committer: Dave Johnson <[email protected]> Committed: Thu Feb 18 09:25:47 2016 -0500 ---------------------------------------------------------------------- release/release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/usergrid/blob/9c3c1460/release/release.sh ---------------------------------------------------------------------- diff --git a/release/release.sh b/release/release.sh index e5e138c..38ed413 100755 --- a/release/release.sh +++ b/release/release.sh @@ -189,10 +189,10 @@ git archive --prefix=${dist_name}/ -o ${release_dir}/${dist_name}.tar.gz HEAD #---------------------------------------------------------------------------------- # Build the binary distribution from the new branch -binary_name="apache-usergrid-${current_version_tag}-binary" +binary_name="apache-usergrid-${current_version}-binary" pushd release -./binary-release.sh ${current_version_tag} +./binary-release.sh ${current_version} cp target/${binary_name}.tar.gz ${dist_dir} popd
