Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Merge 51472093-latest-tomcat to master
Browse files Browse the repository at this point in the history
[Completes #51472093]
  • Loading branch information
nebhale committed Jun 11, 2013
2 parents 3a748d5 + 6cb6f43 commit 520636f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/language_pack/java_web.rb
Expand Up @@ -8,7 +8,7 @@ class JavaWeb < Java
include LanguagePack::PackageFetcher
include LanguagePack::DatabaseHelpers

TOMCAT_PACKAGE = "apache-tomcat-7.0.40.tar.gz".freeze
TOMCAT_PACKAGE = "apache-tomcat-7.0.41.tar.gz".freeze
WEBAPP_DIR = "webapps/ROOT/".freeze

def self.use?
Expand Down Expand Up @@ -51,7 +51,7 @@ def install_tomcat

def download_tomcat(tomcat_tarball)
puts "Downloading Tomcat: #{TOMCAT_PACKAGE}"
fetch_package TOMCAT_PACKAGE, "http://archive.apache.org/dist/tomcat/tomcat-7/v7.0.40/bin/"
fetch_package TOMCAT_PACKAGE, "http://archive.apache.org/dist/tomcat/tomcat-7/v7.0.41/bin/"
FileUtils.mv TOMCAT_PACKAGE, tomcat_tarball
end

Expand Down

0 comments on commit 520636f

Please sign in to comment.