OrientDB 1.7.9 github release or tag?

37 views
Skip to first unread message

Stefan Sigurdsson

unread,
Nov 15, 2014, 6:29:25 AM11/15/14
to orient-...@googlegroups.com
Hi, 

I'm switching from 1.7.7 to 1.7.9. 

I've been using a downloaded community 1.7.7 and I could download a community 1.7.9, no problems. 

But, whereas I could also download 1.7.7 as a Github release for debugging with source, the 1.7.9 release seems to be missing from Github. There is no tag either - 1.7.8 is there as a tag. I also couldn't find a 1.7.9 branch - but 1.7.10 is there as a branch.

Would it be possible to fix this? That would be handy, since 1.7.9 is currently the recommended release for production. 

Cheers, 

Stefan

Stefan Sigurdsson

unread,
Nov 16, 2014, 8:08:40 AM11/16/14
to orient-...@googlegroups.com
I guess I'll answer my own question since nobody beat me to it - the matching sources for 1.7.9 can be retrieved by Ivy or Maven, like so (sbt syntax):

libraryDependencies ++= Seq(
...
"com.orientechnologies" % "orient-commons" % "1.7.9" withSources() withJavadoc(),
"com.orientechnologies" % "orientdb-core" % "1.7.9" withSources() withJavadoc(),
"com.orientechnologies" % "orientdb-graphdb" % "1.7.9" withSources() withJavadoc(),
...

odbuser

unread,
Nov 17, 2014, 3:32:45 AM11/17/14
to orient-...@googlegroups.com
There was a branch but that appears to have been deleted.  There is a 1.7.10 branch so you might want to look at that.
Reply all
Reply to author
Forward
0 new messages