Refs #11905: Use new REST interface in Resource Registry Context Client
Task-Url: https://support.d4science.org/issues/11905 git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-context-client@169092 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
e207e51eb5
commit
dc13ad58d1
|
@ -1,8 +1,8 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE xml>
|
<!DOCTYPE xml>
|
||||||
<ReleaseNotes>
|
<ReleaseNotes>
|
||||||
<Changeset component="org.gcube.information-system.resource-registry-client.1-1-0" date="${buildDate}">
|
<Changeset component="org.gcube.information-system.resource-registry-client.2-0-0" date="${buildDate}">
|
||||||
<Change></Change>
|
<Change>Using new resource-registry REST interface #11905</Change>
|
||||||
</Changeset>
|
</Changeset>
|
||||||
<Changeset component="org.gcube.information-system.resource-registry-client.1-0-0" date="2017-12-20">
|
<Changeset component="org.gcube.information-system.resource-registry-client.1-0-0" date="2017-12-20">
|
||||||
<Change>First Release</Change>
|
<Change>First Release</Change>
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
<groupId>org.gcube.information-system</groupId>
|
<groupId>org.gcube.information-system</groupId>
|
||||||
<artifactId>resource-registry-context-client</artifactId>
|
<artifactId>resource-registry-context-client</artifactId>
|
||||||
<version>1.1.0-SNAPSHOT</version>
|
<version>2.0.0-SNAPSHOT</version>
|
||||||
<name>Resource Registry Context Client</name>
|
<name>Resource Registry Context Client</name>
|
||||||
<description>Contains Non Idempotent API to manage Contexts in Resource Registry</description>
|
<description>Contains Non Idempotent API to manage Contexts in Resource Registry</description>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue