Skip to content

Commit

Permalink
Version bump v0.0.25 (#184)
Browse files Browse the repository at this point in the history
* Version bump to v0.0.25

* Added remark on lein template

* Split main library deployment with lein template
  • Loading branch information
anthony-khong committed Sep 2, 2020
1 parent 4d1e760 commit e9d0eb4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ or spin up a REPL by running `lein repl` and run:
- Ensure that the pre-release CI steps pass with `make pre-release`.
- Deploy the main library with `lein deploy clojars`.
- Ensure that the post-release CI steps pass with `make post-release`.
- Deploy the lein template with `lein deploy clojars`.
- Push the newly built container to DockerHub with `make docker-push`.
- Merge the library version-bump branch.
- Create a new release on GitHub with a summary of all the changes and the new uberjar uploaded.
2 changes: 1 addition & 1 deletion docker/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
[ml.dmlc/xgboost4j-spark_2.12 "1.0.0"]
[ml.dmlc/xgboost4j_2.12 "1.0.0"]])

(defproject zero.one/geni "0.0.24"
(defproject zero.one/geni "0.0.25"
:jvm-opts ["-Duser.country=US" "-Duser.language=en"]
:description "A Clojure library that wraps Apache Spark"
:url "https://github.com/zero-one-group/geni"
Expand Down
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.24"
(defproject geni/lein-template "0.0.25"
: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.24"]
[zero.one/geni "0.0.25"]
;; REPL
[nrepl "0.8.0"]
[reply "0.4.4"]
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
[ml.dmlc/xgboost4j-spark_2.12 "1.0.0"]
[ml.dmlc/xgboost4j_2.12 "1.0.0"]])

(defproject zero.one/geni "0.0.24"
(defproject zero.one/geni "0.0.25"
:jvm-opts ["-Duser.country=US" "-Duser.language=en"]
:description "A Clojure library that wraps Apache 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.24
0.0.25

0 comments on commit e9d0eb4

Please sign in to comment.