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:
parent
11df03cf42
commit
007d5143b0
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE xml>
|
||||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.information-system.information-system-bom.1-4-1" date="${buildDate}">
|
||||
<Change></Change>
|
||||
<Changeset component="org.gcube.information-system.information-system-bom.1-5-0" date="${buildDate}">
|
||||
<Change>Upgraded OrientDB from version 2.2.X to 3.0.X</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.information-system.information-system-bom.1-4-0" date="2018-11-20">
|
||||
<Change>Cleaned BOM</Change>
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -8,13 +8,13 @@
|
|||
</parent>
|
||||
<groupId>org.gcube.information-system</groupId>
|
||||
<artifactId>information-system-bom</artifactId>
|
||||
<version>1.4.1-SNAPSHOT</version>
|
||||
<version>1.5.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Information System Bom</name>
|
||||
<description>Used to declare version used from different projects</description>
|
||||
|
||||
<properties>
|
||||
<orientdb.version>2.2.36</orientdb.version>
|
||||
<orientdb.version>3.0.13</orientdb.version>
|
||||
<!-- OrientDB version has impact on jackson and thinkerpop version.
|
||||
When OrientDB version is changed jackson and thinkerpop version
|
||||
must be coherent with the one declared by orientdb -->
|
||||
|
|
Loading…
Reference in New Issue