Skip to content

Commit

Permalink
pin to geoblacklight-schema v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Hardy committed Feb 25, 2015
1 parent 31923ef commit 30cbea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tasks/configure_solr.rake
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ namespace :geoblacklight do
task :configure_solr do
files_urls = [
{
url: 'https://raw.githubusercontent.com/geoblacklight/geoblacklight-schema/master/conf/schema.xml',
url: 'https://raw.githubusercontent.com/geoblacklight/geoblacklight-schema/v0.3.0/conf/schema.xml',
file: 'schema.xml'
},
{
url: 'https://raw.githubusercontent.com/geoblacklight/geoblacklight-schema/master/conf/solrconfig.xml',
url: 'https://raw.githubusercontent.com/geoblacklight/geoblacklight-schema/v0.3.0/conf/solrconfig.xml',
file: 'solrconfig.xml'
}
]
Expand Down

0 comments on commit 30cbea2

Please sign in to comment.