Skip to content

Commit

Permalink
Bump odb version
Browse files Browse the repository at this point in the history
  • Loading branch information
velo committed Apr 8, 2016
1 parent 0883aa9 commit f249a16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<gremlin.version>3.1.1-incubating</gremlin.version>
<orientdb.version>2.1.13</orientdb.version>
<orientdb.version>2.1.15</orientdb.version>
</properties>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion tests-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "orientdb-tp3-test"
organization := "com.michaelpollmeier"
version := "1.0.0-SNAPSHOT"
scalaVersion := "2.11.7"
val orientDBVersion = "2.1.13"
val orientDBVersion = "2.1.15"

fork := true // if OrientDb version > 2.1-RC5

Expand Down

0 comments on commit f249a16

Please sign in to comment.