Skip to content

Commit

Permalink
bumping Tomcat version to latest (7.0.70)
Browse files Browse the repository at this point in the history
  • Loading branch information
teknogeek0 authored Jul 6, 2016
1 parent 2847e7c commit bae11ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/install_dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ set -e
CATALINA_HOME=/usr/share/tomcat7-codedeploy

# Tar file name
TOMCAT7_CORE_TAR_FILENAME='apache-tomcat-7.0.69.tar.gz'
TOMCAT7_CORE_TAR_FILENAME='apache-tomcat-7.0.70.tar.gz'
# Download URL for Tomcat7 core
TOMCAT7_CORE_DOWNLOAD_URL="http://mirror.olnevhost.net/pub/apache/tomcat/tomcat-7/v7.0.69/bin/$TOMCAT7_CORE_TAR_FILENAME"
TOMCAT7_CORE_DOWNLOAD_URL="http://mirror.olnevhost.net/pub/apache/tomcat/tomcat-7/v7.0.70/bin/$TOMCAT7_CORE_TAR_FILENAME"
# The top-level directory after unpacking the tar file
TOMCAT7_CORE_UNPACKED_DIRNAME='apache-tomcat-7.0.69'
TOMCAT7_CORE_UNPACKED_DIRNAME='apache-tomcat-7.0.70'


# Check whether there exists a valid instance
Expand Down

0 comments on commit bae11ec

Please sign in to comment.