Fixed changelog. Merged from Release 4.3.0
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry@144341 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
4b89424f70
commit
cc86c02b7f
|
@ -1,7 +1,23 @@
|
||||||
<?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.1-0-0" date="${buildDate}">
|
<Changeset component="org.gcube.information-system.resource-registry.1-3-0" date="${buildDate}">
|
||||||
|
<Change>Added API Remove From Context</Change>
|
||||||
|
<Change>Added API to support Entity-Relation navigation</Change>
|
||||||
|
<Change>Added API to get the list of ER types and their own schema</Change>
|
||||||
|
<Change>Added support for Propagation Constraint</Change>
|
||||||
|
<Change>Added ResourceRegistryException serialization</Change>
|
||||||
|
<Change>Full Code Redesign</Change>
|
||||||
|
</Changeset>
|
||||||
|
<Changeset component="org.gcube.information-system.resource-registry.1-2-0" date="2016-12-16">
|
||||||
|
<Change>Added API AddToContext</Change>
|
||||||
|
<Change>Added support for referentail Integrity Directive</Change>
|
||||||
|
<Change>Added API to support update Resource (with all facets)</Change>
|
||||||
|
</Changeset>
|
||||||
|
<Changeset component="org.gcube.information-system.resource-registry.1-1-0" date="2016-11-03">
|
||||||
|
<Change>Improved code quality</Change>
|
||||||
|
</Changeset>
|
||||||
|
<Changeset component="org.gcube.information-system.resource-registry.1-0-0" date="2016-07-27">
|
||||||
<Change>First Release</Change>
|
<Change>First Release</Change>
|
||||||
</Changeset>
|
</Changeset>
|
||||||
</ReleaseNotes>
|
</ReleaseNotes>
|
8
pom.xml
8
pom.xml
|
@ -64,7 +64,7 @@
|
||||||
<artifactId>common-smartgears-app</artifactId>
|
<artifactId>common-smartgears-app</artifactId>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.common</groupId>
|
<groupId>org.gcube.common</groupId>
|
||||||
<artifactId>authorization-client</artifactId>
|
<artifactId>authorization-client</artifactId>
|
||||||
|
@ -103,13 +103,13 @@
|
||||||
<artifactId>javax.ws.rs-api</artifactId>
|
<artifactId>javax.ws.rs-api</artifactId>
|
||||||
<version>2.0.1</version>
|
<version>2.0.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.glassfish.jersey.containers</groupId>
|
<groupId>org.glassfish.jersey.containers</groupId>
|
||||||
<artifactId>jersey-container-servlet</artifactId>
|
<artifactId>jersey-container-servlet</artifactId>
|
||||||
<version>2.13</version>
|
<version>2.13</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.servlet</groupId>
|
<groupId>javax.servlet</groupId>
|
||||||
<artifactId>javax.servlet-api</artifactId>
|
<artifactId>javax.servlet-api</artifactId>
|
||||||
|
@ -183,7 +183,7 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<warName>resource-registry</warName>
|
<warName>resource-registry</warName>
|
||||||
<failOnMissingWebXml>false</failOnMissingWebXml>
|
<failOnMissingWebXml>false</failOnMissingWebXml>
|
||||||
<!-- webXml>src\main\webapp\WEB-INF\web.xml</webXml -->
|
<!-- webXml>src\main\webapp\WEB-INF\web.xml</webXml -->
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
|
Loading…
Reference in New Issue