lein-release plugin: bumped version from 1.4.5 to 1.4.6-SNAPSHOT for next development cycle

This commit is contained in:
Simon Brooke 2018-09-20 11:20:30 +01:00
parent 07f1ff5073
commit 04ec02d5ab

View file

@ -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"]