Refs #11904: Use new REST interface in Resource Registry Schema Client
Task-Url: https://support.d4science.org/issues/11904 git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-schema-client@169095 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
f65bbfbf1d
commit
95257257bb
|
@ -2,7 +2,7 @@
|
|||
<!DOCTYPE xml>
|
||||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.information-system.resource-registry-schema-client.1-1-0" date="${buildDate}">
|
||||
<Change></Change>
|
||||
<Change>Using new resource-registry REST interface #11904</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.information-system.resource-registry-schema-client.1-0-0" date="2017-02-15">
|
||||
<Change>First Release</Change>
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -8,7 +8,7 @@
|
|||
</parent>
|
||||
<groupId>org.gcube.information-system</groupId>
|
||||
<artifactId>resource-registry-schema-client</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
<name>Resource Registry Schema Client</name>
|
||||
<description>Contains Non Idempotent API to manage Schemas in Resource Registry</description>
|
||||
|
||||
|
@ -55,7 +55,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