Skip to content

Commit

Permalink
Version bump v0.0.35 (#291)
Browse files Browse the repository at this point in the history
* version bump to v0.0.35

* Disabled deps.edn syncing during build
  • Loading branch information
anthony-khong committed Nov 11, 2020
1 parent bd71983 commit d89289a
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 10 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ VERSION=`cat resources/GENI_REPL_RELEASED_VERSION`

build:
cp project.clj docker/project.clj
cp examples/geni-clj-app/deps.edn docker/deps.edn
docker build -f docker/Dockerfile \
-t $(DOCKERNAME):latest \
docker
Expand Down
4 changes: 1 addition & 3 deletions docker/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,4 @@
com.fasterxml.jackson.core/jackson-databind]}
;; Optional: Spark XGBoost
ml.dmlc/xgboost4j-spark_2.12 {:mvn/version "1.0.0"}
ml.dmlc/xgboost4j_2.12 {:mvn/version "1.0.0"}
;; Geni
zero.one/geni {:mvn/version "0.0.34"}}}
ml.dmlc/xgboost4j_2.12 {:mvn/version "1.0.0"}}}
2 changes: 1 addition & 1 deletion docker/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
[ml.dmlc/xgboost4j-spark_2.12 "1.2.0"]
[ml.dmlc/xgboost4j_2.12 "1.2.0"]])

(defproject zero.one/geni "0.0.34"
(defproject zero.one/geni "0.0.35"
:jvm-opts ["-Duser.country=US" "-Duser.language=en"]
:description "A Clojure dataframe library that runs on Spark"
:url "https://github.com/zero-one-group/geni"
Expand Down
2 changes: 1 addition & 1 deletion examples/geni-clj-app/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
ml.dmlc/xgboost4j-spark_2.12 {:mvn/version "1.0.0"}
ml.dmlc/xgboost4j_2.12 {:mvn/version "1.0.0"}
;; Geni
zero.one/geni {:mvn/version "0.0.34"}}}
zero.one/geni {:mvn/version "0.0.35"}}}
2 changes: 1 addition & 1 deletion lein-template/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject geni/lein-template "0.0.34"
(defproject geni/lein-template "0.0.35"
:description "Leiningen template for a Geni application."
:url "https://github.com/zero-one-group/geni/tree/develop/lein-template"
:license {:name "Apache License"
Expand Down
2 changes: 1 addition & 1 deletion lein-template/resources/leiningen/new/geni/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
:dependencies [[org.clojure/clojure "1.10.1"]
[zero.one/geni "0.0.34"]
[zero.one/geni "0.0.35"]
[metosin/jsonista "0.2.7"]
[expound "0.8.6"]
;; Spark
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
[ml.dmlc/xgboost4j-spark_2.12 "1.2.0"]
[ml.dmlc/xgboost4j_2.12 "1.2.0"]])

(defproject zero.one/geni "0.0.34"
(defproject zero.one/geni "0.0.35"
:jvm-opts ["-Duser.country=US" "-Duser.language=en"]
:description "A Clojure dataframe library that runs on Spark"
:url "https://github.com/zero-one-group/geni"
Expand Down
2 changes: 1 addition & 1 deletion resources/GENI_REPL_RELEASED_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.34
0.0.35

0 comments on commit d89289a

Please sign in to comment.