Restoring the original capitalization of the "sherpa.romeo.apiKey" configuration value

This commit is contained in:
Kevin Van de Velde
2019-11-26 16:33:56 +01:00
parent 3596913505
commit 9102945aae
2 changed files with 6 additions and 3 deletions

View File

@@ -1448,7 +1448,10 @@ sitemap.engineurls = http://www.google.com/webmasters/sitemaps/ping?sitemap=
##### SHERPA/Romeo Integration Settings ####
# the SHERPA/RoMEO endpoint
sherpa.romeo.url = http://www.sherpa.ac.uk/romeo/api29.php
sherpa.romeo.apiKey =
# please register for a free api access key to get many benefits
# http://www.sherpa.ac.uk/news/romeoapikeys.htm
sherpa.romeo.apikey =
##### Authority Control Settings #####
#plugin.named.org.dspace.content.authority.ChoiceAuthority = \

View File

@@ -10,14 +10,14 @@
<property name="sourceIdentifier" value="sherpaJournal"/>
<property name="url" value="${sherpa.romeo.url}"/>
<!-- please register for a free api access key to get many benefits -->
<property name="apiKey" value="${sherpa.romeo.apiKey}"/>
<property name="apiKey" value="${sherpa.romeo.apikey}"/>
</bean>
<bean class="org.dspace.external.provider.impl.SherpaPublisherDataProvider">
<property name="sourceIdentifier" value="sherpaPublisher"/>
<property name="url" value="${sherpa.romeo.url}"/>
<!-- please register for a free api access key to get many benefits -->
<property name="apiKey" value="${sherpa.romeo.apiKey}"/>
<property name="apiKey" value="${sherpa.romeo.apikey}"/>
</bean>
<bean class="org.dspace.external.provider.impl.OrcidV2AuthorDataProvider" init-method="init">