GodDispose closed pull request #320: KYLIN-3611 upgrade to apache tomcat 7.0.91
URL: https://github.com/apache/kylin/pull/320
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/build/script/download-tomcat.sh b/build/script/download-tomcat.sh
index 54617a0a6d..9422fbd65e 100755
--- a/build/script/download-tomcat.sh
+++ b/build/script/download-tomcat.sh
@@ -27,7 +27,7 @@ if [[ `uname -a` =~ "Darwin" ]]; then
alias md5cmd="md5 -q"
fi
-tomcat_pkg_version="7.0.90"
+tomcat_pkg_version="7.0.91"
tomcat_pkg_md5="cd4890e4e6a212dafd970da37d040877"
if [ ! -f "build/apache-tomcat-${tomcat_pkg_version}.tar.gz" ]
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services