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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 8bf8b20  Add showing java version to prepare_release.sh
8bf8b20 is described below

commit 8bf8b20c8e474a1d3026bbd3cf3a4772530b33f1
Author: Brandon Williams <brandonwilli...@apache.org>
AuthorDate: Thu May 2 11:57:40 2024 -0500

    Add showing java version to prepare_release.sh
    
    Patch by brandonwilliams; reviewed by edimitrova for CASSANDRA-19614
---
 cassandra-release/prepare_release.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cassandra-release/prepare_release.sh 
b/cassandra-release/prepare_release.sh
index cff842e..f4638e1 100755
--- a/cassandra-release/prepare_release.sh
+++ b/cassandra-release/prepare_release.sh
@@ -166,6 +166,7 @@ then
     fi
     echo ""
     git show $head_commit
+    java -version
 
     echo "Is this what you want?"
     select yn in "Yes" "No"; do


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

Reply via email to