set OrientDB version to 2.2.13

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/information-system-bom@134555 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2016-11-22 16:18:51 +00:00
parent b44022c51b
commit e9c7c4fa80
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
<description>Used to declare version used from different projects</description>
<properties>
<orientdb.version>2.2.12</orientdb.version>
<orientdb.version>2.2.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 -->
@ -32,7 +32,7 @@
<dependency>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-graphdb</artifactId>
<version>2.2.12</version>
<version>${orientdb.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>