Refs #11288: Made resource-registry more RESTful
Task-Url: https://support.d4science.org/issues/11288 git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry@169088 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
8b40881f77
commit
bb242f83bb
|
@ -1,10 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE xml>
|
||||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.information-system.resource-registry.1-8-0" date="${buildDate}">
|
||||
<Changeset component="org.gcube.information-system.resource-registry.2-0-0" date="${buildDate}">
|
||||
<Change>Removed unneeded dependency (common-smartgears-app)</Change>
|
||||
<Change>Added utility function in ContextUtility class</Change>
|
||||
<Change>Closing Graph Factory before opening a new one #11672</Change>
|
||||
<Change>Redesigned REST interface #11288</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.information-system.resource-registry.1-7-0" date="2017-12-20">
|
||||
<Change>Exposed API to read Context definition in Context port type #10241</Change>
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -9,7 +9,7 @@
|
|||
|
||||
<groupId>org.gcube.information-system</groupId>
|
||||
<artifactId>resource-registry</artifactId>
|
||||
<version>1.8.0-SNAPSHOT</version>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
<name>Resource Registry</name>
|
||||
<description>Resource Registry</description>
|
||||
<packaging>war</packaging>
|
||||
|
@ -72,7 +72,7 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.information-system</groupId>
|
||||
<artifactId>resource-registry-api</artifactId>
|
||||
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
|
||||
<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.information-system</groupId>
|
||||
|
|
Loading…
Reference in New Issue