Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7128 Change the source value from DVN to archive. #7132

Merged
merged 1 commit into from
Jul 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ private static void writeDocDescElement (XMLStreamWriter xmlw, DatasetDTO datase

private static void writeVersionStatement(XMLStreamWriter xmlw, DatasetVersionDTO datasetVersionDTO) throws XMLStreamException{
xmlw.writeStartElement("verStmt");
writeAttribute(xmlw,"source","DVN");
writeAttribute(xmlw,"source","archive");
xmlw.writeStartElement("version");
writeAttribute(xmlw,"date", datasetVersionDTO.getReleaseTime().substring(0, 10));
writeAttribute(xmlw,"type", datasetVersionDTO.getVersionState().toString());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<IDNo agency="DOI">doi:10.5072/FK2/PCA2E3</IDNo>
</titlStmt>
<distStmt/>
<verStmt source="DVN">
<verStmt source="archive">
<version date="2015-09-24" type="RELEASED">1</version>
</verStmt>
<biblCit>Finch, Fiona, 2015, "Darwin's Finches", https://doi.org/10.5072/FK2/PCA2E3, Root Dataverse, V1</biblCit>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<distrbtr source="archive">Root</distrbtr>
<distDate>2020-02-19</distDate>
</distStmt>
<verStmt source="DVN">
<verStmt source="archive">
<version date="2020-02-19" type="RELEASED">1</version>
</verStmt>
<biblCit>LastAuthor1, FirstAuthor1; LastAuthor2, FirstAuthor2, 2020, "Replication Data for: Title", https://doi.org/10.5072/FK2/WKUKGV, Root, V1</biblCit>
Expand Down