From b65593b4f44a6a3589fd24c7c656505733272be0 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Sat, 21 Jul 2018 18:14:29 +0100 Subject: [PATCH] Revert "lein-release plugin: preparing 1.4.3 release" This reverts commit 86607fe611d7a99c0dc6e33ec6ca210ec17549e1. --- project.clj | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/project.clj b/project.clj index 9e4e53d..9f45f54 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject adl "1.4.3" +(defproject adl "1.4.3-SNAPSHOT" :description "An application to transform an ADL application specification document into skeleton code for a Clojure web-app" :url "https://github.com/simon-brooke/adl" @@ -25,9 +25,6 @@ ;; `lein release`, first merge `develop` into `master`, and then, in branch ;; `master`, run `lein release` - :scm :git - :deploy-via :clojars - :release-tasks [["vcs" "assert-committed"] ["clean"] ["test"] @@ -37,6 +34,6 @@ ;; ["vcs" "tag"] -- not working, problems with secret key ["uberjar"] ["install"] - ["deploy"] + ["deploy" "clojars"] ["change" "version" "leiningen.release/bump-version"] ["vcs" "commit"]])