From a7404453b4b8d2437e682cbaf78a4680d1a291ab Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Sat, 21 Jul 2018 18:23:09 +0100 Subject: [PATCH] Revert "lein-release plugin: preparing 1.4.3 release" This reverts commit 5daf051907cd89a9227147a1b962e844d214ddc7. --- project.clj | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/project.clj b/project.clj index 6326305..eb62a25 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" @@ -21,9 +21,6 @@ :plugins [[lein-codox "0.10.3"] [lein-release "1.0.5"]] - :lein-release {:scm :git - :deploy-via :clojars} - ;; `lein release` doesn't work with `git flow release`. To use ;; `lein release`, first merge `develop` into `master`, and then, in branch ;; `master`, run `lein release`