Enhanced Version to 3.0.0-SNAPSHOT

This commit is contained in:
Luca Frosini 2020-02-11 11:16:29 +01:00
parent 3e7996c2be
commit f78101c397
2 changed files with 4 additions and 3 deletions

View File

@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml> <!DOCTYPE xml>
<ReleaseNotes> <ReleaseNotes>
<Changeset component="org.gcube.information-system.resource-registry-api.2-1-0" date="${buildDate}"> <Changeset component="org.gcube.information-system.resource-registry-api.3-0-0" date="${buildDate}">
<Change>Refactored code to support renaming of Embedded class to Property #13274</Change> <Change>Refactored code to support renaming of Embedded class to Property #13274</Change>
<Change>Removed code which is now part of gxREST #11455</Change> <Change>Removed code which is now part of gxREST #11455</Change>
<Change>Reorganized APIs due to IS Model Reorganization</Change>
</Changeset> </Changeset>
<Changeset component="org.gcube.information-system.resource-registry-api.2-0-0" date="2018-11-20"> <Changeset component="org.gcube.information-system.resource-registry-api.2-0-0" date="2018-11-20">
<Change>Redesigned REST interface #11288</Change> <Change>Redesigned REST interface #11288</Change>

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.information-system</groupId> <groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry-api</artifactId> <artifactId>resource-registry-api</artifactId>
<version>2.1.0-SNAPSHOT</version> <version>3.0.0-SNAPSHOT</version>
<name>Resource Registry API</name> <name>Resource Registry API</name>
<description>Resource Registry API is a library containing classes shared across resource-registry-* components</description> <description>Resource Registry API is a library containing classes shared across resource-registry-* components</description>
@ -30,7 +30,7 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId> <artifactId>gcube-bom</artifactId>
<version>1.4.0</version> <version>1.5.0-SNAPSHOT</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>