You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ms...@apache.org on 2019/09/03 17:10:41 UTC

[cassandra-builds] branch master updated: Use version number we passed in as argument

This is an automated email from the ASF dual-hosted git repository.

mshuler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git


The following commit(s) were added to refs/heads/master by this push:
     new b084797  Use version number we passed in as argument
b084797 is described below

commit b08479743c07fe850d4dd6ce6f156bd0d62ff561
Author: Michael Shuler <mi...@pbandjelly.org>
AuthorDate: Tue Sep 3 12:10:35 2019 -0500

    Use version number we passed in as argument
---
 cassandra-release/prepare_release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cassandra-release/prepare_release.sh b/cassandra-release/prepare_release.sh
index a7965b1..710006c 100755
--- a/cassandra-release/prepare_release.sh
+++ b/cassandra-release/prepare_release.sh
@@ -155,7 +155,7 @@ then
     execute "cd cassandra"
     execute "git checkout $release-tentative"
     execute "ant realclean"
-    execute "ant publish -Drelease=true"
+    execute "ant publish -Drelease=true -Dbase.version=$release"
 
     echo "Artifacts uploaded, please close release on repository.apache.org and indicate the staging number:" 1>&3 2>&4
 else


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org