Skip to content

Commit

Permalink
Merge pull request #3124 from projecthydra/prep_730rc3
Browse files Browse the repository at this point in the history
Prepare 7.3.0.rc3 release
  • Loading branch information
mjgiarlo committed Mar 2, 2017
2 parents f100ccf + 037c74f commit 8519226
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -68,8 +68,8 @@ After installing the Prerequisites:

Sufia 7.x requires the following software to work:

1. [Solr](http://lucene.apache.org/solr/) version >= 5.x (tested up to 6.3.0)
1. [Fedora Commons](http://www.fedora-commons.org/) digital repository version >= 4.5.1 (tested up to 4.7.0)
1. [Solr](http://lucene.apache.org/solr/) version >= 5.x (tested up to 6.4.1)
1. [Fedora Commons](http://www.fedora-commons.org/) digital repository version >= 4.5.1 (tested up to 4.7.1)
1. A SQL RDBMS (MySQL, PostgreSQL), though **note** that SQLite will be used by default if you're looking to get up and running quickly
1. [Redis](http://redis.io/), a key-value store
1. [ImageMagick](http://www.imagemagick.org/) with JPEG-2000 support
Expand Down
2 changes: 1 addition & 1 deletion lib/sufia/version.rb
@@ -1,3 +1,3 @@
module Sufia
VERSION = '7.3.0.rc2'.freeze
VERSION = '7.3.0.rc3'.freeze
end
4 changes: 2 additions & 2 deletions lib/tasks/migrate.rake
Expand Up @@ -5,8 +5,8 @@ namespace :sufia do
MoveAllWorksToAdminSet.run(AdminSet.find(Sufia::DefaultAdminSetActor::DEFAULT_ID))
end

desc "Migrate data from 7.2.x to 7.3.0"
task from_7_2_x_to_7_3_0_release: :environment do
desc "Migrate workflow data from 7.3.0.rc1"
task from_7_3_0rc1_release: :environment do
logger = Logger.new(STDOUT)
logger.level = Logger::DEBUG
logger.info(%(Starting migration to Sufia 7.3.0 in preparation for Hyrax 1.0.0))
Expand Down
2 changes: 1 addition & 1 deletion template.rb
@@ -1,4 +1,4 @@
gem 'sufia', '7.3.0.rc2'
gem 'sufia', '7.3.0.rc3'

run 'bundle install'

Expand Down

0 comments on commit 8519226

Please sign in to comment.