Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihai Budiu committed Feb 2, 2021
1 parent 4b91b84 commit 5a310ad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bin/install-hillview.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This Powershell script installs the software needed to run Hillview on Windows

TOMCATVERSION="9.0.4"
HILLVIEW_VERSION="0.9-beta"
HILLVIEW_VERSION="0.9.1-beta"

echo "Installing apache Tomcat web server"
if ( -not ( Test-Path ".\apache-tomcat-$TOMCATVERSION" )) {
Expand Down
2 changes: 1 addition & 1 deletion bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Script which downloads and installs the Hillview release on the local machine
# http://github.com/vmware/hillview

HILLVIEW_VERSION="0.9-beta"
HILLVIEW_VERSION="0.9.1-beta"

mydir="$(dirname -- "$0")"
if [[ ! -d "${mydir}" ]]; then mydir="${PWD}"; fi
Expand Down
5 changes: 0 additions & 5 deletions bin/package-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
set -ex

ARCHIVE=hillview-bin.zip
#TARARCHIVE=hillview.tar.gz

#echo "Creating ${ARCHIVE} and ${TARARCHIVE} in toplevel directory."
echo "Creating ${ARCHIVE} in toplevel directory."
cd ..

Expand All @@ -18,7 +16,4 @@ FILES="platform/target/hillview-server-jar-with-dependencies.jar web/target/web-
rm -f ${ARCHIVE}
zip ${ARCHIVE} ${FILES}

#rm -f ${TARARCHIVE}
#tar cvfz ${TARARCHIVE} ${FILES}

cd bin

0 comments on commit 5a310ad

Please sign in to comment.