From e9d0eb43fbad440fe2db0419d0d6a7abfa7fdeec Mon Sep 17 00:00:00 2001 From: Anthony Khong Date: Wed, 2 Sep 2020 09:09:57 +0700 Subject: [PATCH] Version bump v0.0.25 (#184) * Version bump to v0.0.25 * Added remark on lein template * Split main library deployment with lein template --- CONTRIBUTING.md | 1 + docker/project.clj | 2 +- lein-template/project.clj | 2 +- lein-template/resources/leiningen/new/geni/project.clj | 2 +- project.clj | 2 +- resources/GENI_REPL_RELEASED_VERSION | 2 +- 6 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 70965ecf..ae35bca8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/docker/project.clj b/docker/project.clj index c37bab8a..8615235e 100644 --- a/docker/project.clj +++ b/docker/project.clj @@ -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" diff --git a/lein-template/project.clj b/lein-template/project.clj index eb1d73cd..18f048f9 100644 --- a/lein-template/project.clj +++ b/lein-template/project.clj @@ -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" diff --git a/lein-template/resources/leiningen/new/geni/project.clj b/lein-template/resources/leiningen/new/geni/project.clj index 0fec3521..8a168c45 100644 --- a/lein-template/resources/leiningen/new/geni/project.clj +++ b/lein-template/resources/leiningen/new/geni/project.clj @@ -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"] diff --git a/project.clj b/project.clj index c37bab8a..8615235e 100644 --- a/project.clj +++ b/project.clj @@ -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" diff --git a/resources/GENI_REPL_RELEASED_VERSION b/resources/GENI_REPL_RELEASED_VERSION index b056f412..2678ff8d 100644 --- a/resources/GENI_REPL_RELEASED_VERSION +++ b/resources/GENI_REPL_RELEASED_VERSION @@ -1 +1 @@ -0.0.24 +0.0.25