Upgraded OrientDB from version 2.2.X to 3.0.X

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/information-system-bom@176966 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2019-02-05 10:20:03 +00:00
parent 11df03cf42
commit 007d5143b0
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
<?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.information-system-bom.1-4-1" date="${buildDate}"> <Changeset component="org.gcube.information-system.information-system-bom.1-5-0" date="${buildDate}">
<Change></Change> <Change>Upgraded OrientDB from version 2.2.X to 3.0.X</Change>
</Changeset> </Changeset>
<Changeset component="org.gcube.information-system.information-system-bom.1-4-0" date="2018-11-20"> <Changeset component="org.gcube.information-system.information-system-bom.1-4-0" date="2018-11-20">
<Change>Cleaned BOM</Change> <Change>Cleaned BOM</Change>

View File

@ -8,13 +8,13 @@
</parent> </parent>
<groupId>org.gcube.information-system</groupId> <groupId>org.gcube.information-system</groupId>
<artifactId>information-system-bom</artifactId> <artifactId>information-system-bom</artifactId>
<version>1.4.1-SNAPSHOT</version> <version>1.5.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Information System Bom</name> <name>Information System Bom</name>
<description>Used to declare version used from different projects</description> <description>Used to declare version used from different projects</description>
<properties> <properties>
<orientdb.version>2.2.36</orientdb.version> <orientdb.version>3.0.13</orientdb.version>
<!-- OrientDB version has impact on jackson and thinkerpop version. <!-- OrientDB version has impact on jackson and thinkerpop version.
When OrientDB version is changed jackson and thinkerpop version When OrientDB version is changed jackson and thinkerpop version
must be coherent with the one declared by orientdb --> must be coherent with the one declared by orientdb -->