Refs #11902: Use new REST interface in Resource Registry Client

Task-Url: https://support.d4science.org/issues/11902

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-client@169091 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2018-06-12 16:22:45 +00:00
parent 9056e3ec82
commit 5d885cbc05
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<ReleaseNotes>
<Changeset component="org.gcube.information-system.resource-registry-client.1-6-0" date="${buildDate}">
<Change></Change>
<Changeset component="org.gcube.information-system.resource-registry-client.2-0-0" date="${buildDate}">
<Change>Using new resource-registry REST interface #11902</Change>
</Changeset>
<Changeset component="org.gcube.information-system.resource-registry-client.1-5-0" date="2017-12-20">
<Change>Removed API which need to pass the java class to specify the type #10318</Change>

View File

@ -9,7 +9,7 @@
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry-client</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<name>Resource Registry Client</name>
<description>Contains Idempotent API for Resource Registry</description>