Updated Branches:
  refs/heads/wicket-6.x 5a28919d4 -> 98dcf5062

Set java version on OS X


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/98dcf506
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/98dcf506
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/98dcf506

Branch: refs/heads/wicket-6.x
Commit: 98dcf50622c3e6e141a54245eeb1528adf6d074e
Parents: 5a28919
Author: Martijn Dashorst <[email protected]>
Authored: Sat Dec 7 12:57:43 2013 +0100
Committer: Martijn Dashorst <[email protected]>
Committed: Sat Dec 7 12:57:43 2013 +0100

----------------------------------------------------------------------
 release-dashorst.sh | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/98dcf506/release-dashorst.sh
----------------------------------------------------------------------
diff --git a/release-dashorst.sh b/release-dashorst.sh
index 9bf7bb7..255491c 100755
--- a/release-dashorst.sh
+++ b/release-dashorst.sh
@@ -62,6 +62,10 @@ echo " - Maven 3.0.4 (older releases are b0rked, just don't 
bother)"
 echo " - gpg, gpg-agent and pinentry for signing"
 echo ""
 
+export JAVA_HOME=`/usr/libexec/java_home -v1.6`
+echo "Current Java version is: $(java -version 2>&1 | tail -n 2 | head -n 1)"
+echo ""
+
 agentcount=`ps aux|grep gpg-agent|wc -l`
 
 current_version=$(getVersion)

Reply via email to