Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
prismofeverything committed Jan 14, 2020
1 parent 654dbfd commit 3a4cb85
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(defproject ophion "0.0.14"
(defproject ophion "0.1.0"
:description "graph queries as data"
:url "http://github.com/bmeg/ophion"
:url "http://github.com/prismofeverything/ophion"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.10.0"]
Expand All @@ -12,9 +12,5 @@
[clojurewerkz/elastisch "2.2.1" :exclusions [commons-codec]]
[org.apache.tinkerpop/gremlin-core "3.4.1" :extension "pom"]
[com.novemberain/monger "3.1.0"]]
:repositories [["sonatype snapshots"
"https://oss.sonatype.org/content/repositories/snapshots"]
["sonatype releases"
"https://oss.sonatype.org/content/repositories/releases"]]
:jvm-opts ["-Xmx4g" "-Xms4g"]
:main ophion.server)

0 comments on commit 3a4cb85

Please sign in to comment.