You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2018/11/01 01:04:03 UTC

[kylin] branch 2.5.x updated: KYLIN-3611 upgrade to apache tomcat 7.0.91

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

shaofengshi pushed a commit to branch 2.5.x
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/2.5.x by this push:
     new c324ca6  KYLIN-3611 upgrade to apache tomcat 7.0.91
c324ca6 is described below

commit c324ca65926bdaf40f50047dca15b7a424d2721f
Author: GodDispose <99...@qq.com>
AuthorDate: Tue Oct 30 16:31:57 2018 +0800

    KYLIN-3611 upgrade to apache tomcat 7.0.91
---
 build/script/download-tomcat.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build/script/download-tomcat.sh b/build/script/download-tomcat.sh
index 54617a0..6c79ff9 100755
--- a/build/script/download-tomcat.sh
+++ b/build/script/download-tomcat.sh
@@ -27,8 +27,8 @@ if [[ `uname -a` =~ "Darwin" ]]; then
     alias md5cmd="md5 -q"
 fi
 
-tomcat_pkg_version="7.0.90"
-tomcat_pkg_md5="cd4890e4e6a212dafd970da37d040877"
+tomcat_pkg_version="7.0.91"
+tomcat_pkg_md5="8bfbb358b51f90374067879f8db1e91c"
 
 if [ ! -f "build/apache-tomcat-${tomcat_pkg_version}.tar.gz" ]
 then