Going to include the fixes in version 1.1.0. of release 4.13.1
pom and changelog versions set consequently git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-publishing/gcat@177055 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
3e13bbbdde
commit
e4441cce10
|
@ -1,12 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE xml>
|
||||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.data-publishing.gcat.1-2-0" date="${buildDate}">
|
||||
<Changeset component="org.gcube.data-publishing.gcat.1-1-0" date="${buildDate}">
|
||||
<Change>The final URL is retrieved only URI resolver pointing to Storage Hub #13303</Change>
|
||||
<Change>Enforched items to be searchable in 'extras' field #13306</Change>
|
||||
<Change>Switched item listing to use package_search in place of package_list #13307</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.data-publishing.gcat.1-1-0" date="${buildDate}">
|
||||
<Change>Refactor service to use storage-hub-persistence library #13076</Change>
|
||||
<Change>Added Create/Update/Delete in Profile Collection #13079</Change>
|
||||
<Change>Fixed issues in Resource collection</Change>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -12,7 +12,7 @@
|
|||
<groupId>org.gcube.data-publishing</groupId>
|
||||
<artifactId>gcat</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>1.2.0-SNAPSHOT</version>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<name>gCube Catalogue Service</name>
|
||||
<description>
|
||||
This service allows any client to publish on the gCube Catalogue.
|
||||
|
|
Loading…
Reference in New Issue