Skip to content

Commit

Permalink
Added the updated orcid-model version and fixed the last modified ele…
Browse files Browse the repository at this point in the history
…ment
  • Loading branch information
Camelia-Orcid committed Sep 16, 2024
1 parent 7b000e8 commit c5fa693
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 @@ -22,7 +22,7 @@ public class EmailDomain {
protected String value;
@XmlElement(name = "created-date", namespace = "http://www.orcid.org/ns/common")
protected Date createdDate;
@XmlElement(name = "last-modified", namespace = "http://www.orcid.org/ns/common")
@XmlElement(name = "last-modified-date", namespace = "http://www.orcid.org/ns/common")
protected Date lastModified;

public String getValue() {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ the software.
<dependency>
<groupId>org.orcid</groupId>
<artifactId>orcid-model</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
</dependency>
<dependency>
<groupId>org.orcid</groupId>
Expand Down

0 comments on commit c5fa693

Please sign in to comment.