diff --git a/distro/changelog.xml b/distro/changelog.xml index b6114c7..fe649f5 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,7 +1,15 @@ - + + Added API to support Entity-Relation navigation + Added API to get the list of ER types and their own schema + Added ResourceRegistryException json deserialization + + + Improved code quality + + First Release \ No newline at end of file diff --git a/pom.xml b/pom.xml index f5c2926..3bbdcd7 100644 --- a/pom.xml +++ b/pom.xml @@ -1,17 +1,30 @@ - - 4.0.0 - - org.gcube.tools - maven-parent - 1.0.0 - - org.gcube.information-system - resource-registry-client - 1.2.0-SNAPSHOT - Resource Registry Client - Contains Idempotent API for Resource Registry - - + + 4.0.0 + + org.gcube.tools + maven-parent + 1.0.0 + + org.gcube.information-system + resource-registry-client + 1.2.0-SNAPSHOT + Resource Registry Client + Contains Idempotent API for Resource Registry + + + UTF-8 + ${project.basedir}/distro + InformationSystem + + + + scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/${project.artifactId} + scm:https://svn.d4science.research-infrastructures.eu/gcube//trunk/information-system/${project.artifactId} + https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/${project.artifactId} + + + org.gcube.distribution @@ -29,14 +42,14 @@ - + - + org.gcube.common authorization-client - + org.gcube.core common-generic-clients @@ -49,24 +62,24 @@ org.gcube.core common-fw-clients - + org.gcube.information-system resource-registry-api [1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT) - + org.gcube.information-system information-system-model - + org.slf4j slf4j-api - - + + junit junit @@ -131,4 +144,4 @@ - \ No newline at end of file + \ No newline at end of file