Upgraded version and changelog file after release 4.9.0

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-client@160762 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-12-21 10:13:55 +00:00
parent d74ef3c03a
commit 5a1bed6240
2 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<ReleaseNotes>
<Changeset component="org.gcube.information-system.resource-registry-client.1-5-0" date="${buildDate}">
<Changeset component="org.gcube.information-system.resource-registry-client.1-6-0" date="${buildDate}">
<Change></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>
<Change>Added APis having a string as input containing serialization of entity or relation instead of the class instances #9877</Change>
<Change>Changed pom.xml to use new make-servicearchive directive #10165</Change>

View File

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