Fixed changelog. Merged from Release 4.3.0

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-orientdb-hooks@144347 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-02-27 10:36:58 +00:00
parent 5cc22da594
commit e9072ec4e2
2 changed files with 17 additions and 6 deletions

View File

@ -1,7 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<ReleaseNotes>
<Changeset component="org.gcube.information-system.resource-registry-orientdb-hooks.1-0-0" date="${buildDate}">
<Changeset component="org.gcube.information-system.resource-registry-orientdb-hooks.1-2-0" date="${buildDate}">
<Change>Addes Propagation Constraint management on relations</Change>
</Changeset>
<Changeset component="org.gcube.information-system.resource-registry-orientdb-hooks.1-1-0" date="2016-12-16">
<Change>Imporved Hook to support creationtime and lastUpdateTime management in Header</Change>
</Changeset>
<Changeset component="org.gcube.information-system.resource-registry-orientdb-hooks.1-0-0" date="2016-11-03">
<Change>First Release</Change>
</Changeset>
</ReleaseNotes>

15
pom.xml
View File

@ -16,10 +16,15 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<distroDirectory>${project.basedir}/distro</distroDirectory>
<serviceClass>InformationSystem</serviceClass>
<jackson.version>2.6.0</jackson.version>
</properties>
<dependencyManagement>
<scm>
<connection>scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/${project.artifactId}</connection>
<developerConnection>scm:https://svn.d4science.research-infrastructures.eu/gcube//trunk/information-system/${project.artifactId}</developerConnection>
<url>https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/${project.artifactId}</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.gcube.distribution</groupId>
@ -63,10 +68,10 @@
<artifactId>jackson-core</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>