Skip to content

Commit

Permalink
Use the fedora 4 version of hydra-jetty
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Apr 14, 2014
1 parent ce637cb commit d624c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/active_fedora_dev.rake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
APP_ROOT = File.expand_path("#{File.dirname(__FILE__)}/../../")

require 'jettywrapper'
JETTY_ZIP_BASENAME = 'master'
JETTY_ZIP_BASENAME = 'fedora-4a4'
Jettywrapper.url = "https://github.com/projecthydra/hydra-jetty/archive/#{JETTY_ZIP_BASENAME}.zip"

namespace :active_fedora do
Expand Down

0 comments on commit d624c55

Please sign in to comment.