Skip to content

Commit

Permalink
Merge 6ecd0c7 into 60be76b
Browse files Browse the repository at this point in the history
  • Loading branch information
mpollmeier committed Sep 14, 2016
2 parents 60be76b + 6ecd0c7 commit b66c071
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ You might want to use [orientdb-migrations](https://github.com/springnz/orientdb

## Release
* upgrade version: remove SNAPSHOT (driver/pom.xml and tests-scala/build.sbt)
* commit on branch, create PR
* final test before deploying:
* final test before releasing:
* driver: mvn install -P release
* tests-scala: sbt clean test
* commit on branch, create PR, await travis feedback
* merge PR
* mvn clean deploy -Prelease
* git tag VERSION
Expand Down
4 changes: 2 additions & 2 deletions driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.michaelpollmeier</groupId>
<artifactId>orientdb-gremlin</artifactId>
<version>3.2.1.2-SNAPSHOT</version>
<version>3.2.2.0</version>
<name>Apache TinkerPop :: OrientDB Gremlin</name>
<description>TinkerPop3 Graph Structure Implementation for OrientDB</description>
<url>https://github.com/mpollmeier/orientdb-gremlin/</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<gremlin.version>3.2.1</gremlin.version>
<gremlin.version>3.2.2</gremlin.version>
<orientdb.version>2.2.8</orientdb.version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions tests-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "2.2.4" % Test,
"com.orientechnologies" % "orientdb-graphdb" % orientDBVersion,
"com.orientechnologies" % "orientdb-client" % orientDBVersion,
"com.michaelpollmeier" %% "gremlin-scala" % "3.2.1.0",
"com.michaelpollmeier" % "orientdb-gremlin" % "3.2.1.2-SNAPSHOT"
"com.michaelpollmeier" %% "gremlin-scala" % "3.2.2.0",
"com.michaelpollmeier" % "orientdb-gremlin" % "3.2.2.0"
)

testOptions in Test += Tests.Argument(TestFrameworks.ScalaTest, "-oD")

0 comments on commit b66c071

Please sign in to comment.