[Datasource / Service] datasource_model_eosc #16

Merged
claudio.atzori merged 9 commits from datasource_model_eosc into master 2022-05-03 11:45:40 +02:00
2 changed files with 1 additions and 6 deletions
Showing only changes of commit cbca60011e - Show all commits

View File

@ -5,8 +5,7 @@
<groupId>eu.dnetlib.dhp</groupId>
<artifactId>dhp-schemas</artifactId>
<packaging>jar</packaging>
<version>2.11.34-SNAPSHOT</version>
<version>2.11.34-eosc-SNAPSHOT</version>
claudio.atzori marked this conversation as resolved Outdated

Is this the expected version that must go into the beta branch?

Is this the expected version that must go into the beta branch?

Nope, I will remove the eosc tag right before releasing the module.

Nope, I will remove the `eosc` tag right before releasing the module.
<licenses>
<license>

View File

@ -175,10 +175,6 @@ public class ModelConstants {
public static final String IS_DIFFERENT_FROM = "isDifferentFrom";
public static final String HIERARCHY = "hierarchy"; // subreltype
public static final String IS_PARENT_OF = "isParentOf";
public static final String IS_CHILD_OF = "isChildOf";
public static final String UNKNOWN = "UNKNOWN";
public static final String NOT_AVAILABLE = "not available";