From 04ec02d5abf6ba73c8bf8d55841ccf3086d87b71 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 20 Sep 2018 11:20:30 +0100 Subject: [PATCH] lein-release plugin: bumped version from 1.4.5 to 1.4.6-SNAPSHOT for next development cycle --- project.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project.clj b/project.clj index c981722..85df47a 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject adl "1.4.5" +(defproject adl "1.4.6-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" @@ -28,8 +28,8 @@ ;; `lein release`, first merge `develop` into `master`, and then, in branch ;; `master`, run `lein release` - :deploy-repositories [["clojars" {:url "https://clojars.org/repo" - :sign-releases true}]] + :deploy-repositories [["releases" :clojars] + ["snapshots" :clojars]] :release-tasks [["vcs" "assert-committed"] ["clean"]