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 2020/02/28 09:47:35 UTC

[kylin] 01/02: upgrade tomcat to 7.0.100

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

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

commit a91ae526af54ed31874373b2165993aa632bfab9
Author: shaofengshi <sh...@apache.org>
AuthorDate: Tue Feb 25 18:05:07 2020 +0800

    upgrade tomcat to 7.0.100
---
 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 4f348f9..0f580e9 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 fb040f4..9affa47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,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>