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 6d8aacf  update tomcat version
6d8aacf is described below

commit 6d8aacf9a6aea1cd61cebaf9d7dfb1cda4a7215f
Author: shaofengshi <[email protected]>
AuthorDate: Tue Feb 25 19:46:57 2020 +0800

    update tomcat version
---
 build/script/download-tomcat.sh | 4 ++--
 pom.xml                         | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build/script/download-tomcat.sh b/build/script/download-tomcat.sh
index 6c79ff9..cc41d4c 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.91"
-tomcat_pkg_md5="8bfbb358b51f90374067879f8db1e91c"
+tomcat_pkg_version="7.0.100"
+tomcat_pkg_md5="79be4ba5a6e770730a4be3d5cb3c7862"
 
 if [ ! -f "build/apache-tomcat-${tomcat_pkg_version}.tar.gz" ]
 then
diff --git a/pom.xml b/pom.xml
index a1e4fbc..6c2d8b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,7 @@
         <cglib.version>3.2.4</cglib.version>
         <supercsv.version>2.4.0</supercsv.version>
         <cors.version>2.5</cors.version>
-        <tomcat.version>7.0.91</tomcat.version>
+        <tomcat.version>7.0.100</tomcat.version>
         <t-digest.version>3.1</t-digest.version>
         <freemarker.version>2.3.23</freemarker.version>
         <rocksdb.version>5.9.2</rocksdb.version>

Reply via email to