Skip to content

Commit

Permalink
Merge pull request #949 from projectblacklight/jetty_version
Browse files Browse the repository at this point in the history
use blacklight-jetty 4.9.0
  • Loading branch information
jcoyne committed Jul 17, 2014
2 parents 346aeaa + 3a74e32 commit 9b0626b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/generators/blacklight/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def install_jettywrapper
copy_file "config/jetty.yml"

append_to_file "Rakefile",
"\nZIP_URL = \"https://github.com/projectblacklight/blacklight-jetty/archive/v4.6.0.zip\"\n" +
"\nZIP_URL = \"https://github.com/projectblacklight/blacklight-jetty/archive/v4.9.0.zip\"\n" +
"require 'jettywrapper'\n"
end

Expand Down
3 changes: 1 addition & 2 deletions tasks/blacklight.rake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ZIP_URL = "https://github.com/projectblacklight/blacklight-jetty/archive/v4.6.0.zip"
ZIP_URL = "https://github.com/projectblacklight/blacklight-jetty/archive/v4.9.0.zip"

require 'jettywrapper'
require 'engine_cart/rake_task'
Expand Down Expand Up @@ -41,4 +41,3 @@ namespace :blacklight do
task :generate => ['engine_cart:generate'] do
end
end

0 comments on commit 9b0626b

Please sign in to comment.