From 59ac52a51f8033805b7920b5adc009e77fe6313a Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 20 Sep 2018 10:47:08 +0100 Subject: [PATCH] lein-release plugin: preparing 0.1.3 release --- project.clj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 0924cd4..acd9ac3 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject lein-adl "0.1.3-SNAPSHOT" +(defproject lein-adl "0.1.3" :description "Integrate Application Description Language into lein workflow" :url "https://github.com/simon-brooke/lein-adl" :license {:name "Eclipse Public License" ;; for compatibility with leiningen @@ -9,6 +9,9 @@ :plugins [[lein-codox "0.10.3"] [lein-release "1.0.5"]] + :deploy-repositories [["releases" :clojars] + ["snapshots" :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`