Fixed changelog. Merged from Release 4.3.0

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-api@144343 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-02-27 10:33:31 +00:00
parent ab6ef39199
commit 953fce1468
2 changed files with 14 additions and 2 deletions

View File

@ -1,7 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<ReleaseNotes>
<Changeset component="org.gcube.information-system.resource-registry-api.1-0-0" date="${buildDate}">
<Changeset component="org.gcube.information-system.resource-registry-api.1-3-0" date="${buildDate}">
<Change>Added HTTP utilities for clients implementations</Change>
<Change>Added ResourceRegistryException json serialization</Change>
</Changeset>
<Changeset component="org.gcube.information-system.resource-registry-api.1-2-0" date="2016-12-16">
<Change>Added API AddToContext</Change>
<Change>Added API to support update Resource (with all facets)</Change>
<Change>Reaourganized Exceptions</Change>
</Changeset>
<Changeset component="org.gcube.information-system.resource-registry-api.1-1-0" date="2016-11-03">
<Change>Improved code quality</Change>
</Changeset>
<Changeset component="org.gcube.information-system.resource-registry-api.1-0-0" date="2016-07-27">
<Change>First Release</Change>
</Changeset>
</ReleaseNotes>

View File

@ -6,7 +6,7 @@
<artifactId>maven-parent</artifactId>
<version>1.0.0</version>
</parent>
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry-api</artifactId>
<version>1.3.0-SNAPSHOT</version>