Skip to content

Commit

Permalink
[DSC-1125] Upgrade namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaGiamminonni committed Aug 23, 2023
1 parent 5766d8c commit b14d87f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ protected Element addDOI(String doi, Element root) {
}
Element identifier = new Element("identifier",
configurationService.getProperty(CFG_NAMESPACE,
"http://datacite.org/schema/kernel-3"));
"http://datacite.org/schema/kernel-4"));
identifier.setAttribute("identifierType", "DOI");
identifier.addContent(doi.substring(DOI.SCHEME.length()));
return root.addContent(0, identifier);
Expand Down
2 changes: 1 addition & 1 deletion dspace/config/dspace.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ crosswalk.dissemination.DataCite.preferList = false
crosswalk.dissemination.DataCite.publisher = My University
#crosswalk.dissemination.DataCite.dataManager = # defaults to publisher
#crosswalk.dissemination.DataCite.hostingInstitution = # defaults to publisher
crosswalk.dissemination.DataCite.namespace = http://datacite.org/schema/kernel-3
crosswalk.dissemination.DataCite.namespace = http://datacite.org/schema/kernel-4

# Crosswalk Plugin Configuration:
# The purpose of Crosswalks is to translate an external metadata format to/from
Expand Down

0 comments on commit b14d87f

Please sign in to comment.