Rakefile in activefedora-aggregation-0.2.1 vs Rakefile in activefedora-aggregation-0.3.0

- old
+ new

@@ -4,10 +4,10 @@ require 'rspec/core' require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) require 'jettywrapper' -Jettywrapper.hydra_jetty_version = "v8.3.0" +Jettywrapper.hydra_jetty_version = "v8.3.1" desc 'Spin up hydra-jetty and run specs' task ci: ['jetty:clean'] do puts 'running continuous integration' jetty_params = Jettywrapper.load_config