Skip to content

Commit

Permalink
use blacklight-jetty 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Jul 16, 2014
1 parent 9bfed81 commit 3a74e32
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
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
@@ -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 3a74e32

Please sign in to comment.