Skip to content

Commit 95d3e6c

Browse files
committed
update tomcat version
1 parent cba007f commit 95d3e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/tomcat/attributes/default.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "$(dirname "${BASH_SOURCE[0]}")/../../jdk/attributes/default.bash"
44

5-
export TOMCAT_DOWNLOAD_URL='http://www.us.apache.org/dist/tomcat/tomcat-8/v8.0.24/bin/apache-tomcat-8.0.24.tar.gz'
5+
export TOMCAT_DOWNLOAD_URL='http://www.us.apache.org/dist/tomcat/tomcat-8/v8.0.26/bin/apache-tomcat-8.0.26.tar.gz'
66

77
export TOMCAT_INSTALL_FOLDER='/opt/tomcat'
88
export TOMCAT_JDK_INSTALL_FOLDER="${JDK_INSTALL_FOLDER}"

0 commit comments

Comments
 (0)