You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2016/02/18 16:42:04 UTC

[2/3] usergrid git commit: Still preparing for release.

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/2.1.0
Commit: 9c3c1460fb8d18122a5588bf02966208a998693d
Parents: cf08ffe
Author: Dave Johnson <sn...@apache.org>
Authored: Thu Feb 18 09:25:47 2016 -0500
Committer: Dave Johnson <sn...@apache.org>
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