Upgraded version after release 4.13.0 refs #11908
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-context-client@174292 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
08e734e49b
commit
34b138c77f
|
@ -1,7 +1,10 @@
|
||||||
<?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.2-0-0" date="${buildDate}">
|
<Changeset component="org.gcube.information-system.resource-registry-client.2-0-1" date="${buildDate}">
|
||||||
|
<Change></Change>
|
||||||
|
</Changeset>
|
||||||
|
<Changeset component="org.gcube.information-system.resource-registry-client.2-0-0" date="2018-11-20">
|
||||||
<Change>Using new resource-registry REST interface #11905</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">
|
||||||
|
|
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>2.0.0-SNAPSHOT</version>
|
<version>2.0.1-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