diff --git a/pom.xml b/pom.xml index 93258cf..06f236e 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ eu.dnetlib.dhp dhp-schemas jar - 9.0.1-SNAPSHOT + 9.0.0-SNAPSHOT diff --git a/src/main/java/eu/dnetlib/dhp/schema/solr/RelatedRecord.java b/src/main/java/eu/dnetlib/dhp/schema/solr/RelatedRecord.java index ac93466..e5159bc 100644 --- a/src/main/java/eu/dnetlib/dhp/schema/solr/RelatedRecord.java +++ b/src/main/java/eu/dnetlib/dhp/schema/solr/RelatedRecord.java @@ -14,7 +14,7 @@ public class RelatedRecord implements Serializable { private String websiteurl; // datasource, organizations, projects // results - private List author; + private List author; private String description; private String dateofacceptance; private String publisher; @@ -59,11 +59,11 @@ public class RelatedRecord implements Serializable { this.title = title; } - public List getAuthor() { + public List getAuthor() { return author; } - public void setAuthor(List author) { + public void setAuthor(List author) { this.author = author; }