lein-release plugin: bumped version from 1.4.5 to 1.4.6-SNAPSHOT for next development cycle
This commit is contained in:
parent
07f1ff5073
commit
04ec02d5ab
|
@ -1,4 +1,4 @@
|
||||||
(defproject adl "1.4.5"
|
(defproject adl "1.4.6-SNAPSHOT"
|
||||||
:description "An application to transform an ADL application specification
|
:description "An application to transform an ADL application specification
|
||||||
document into skeleton code for a Clojure web-app"
|
document into skeleton code for a Clojure web-app"
|
||||||
:url "https://github.com/simon-brooke/adl"
|
:url "https://github.com/simon-brooke/adl"
|
||||||
|
@ -28,8 +28,8 @@
|
||||||
;; `lein release`, first merge `develop` into `master`, and then, in branch
|
;; `lein release`, first merge `develop` into `master`, and then, in branch
|
||||||
;; `master`, run `lein release`
|
;; `master`, run `lein release`
|
||||||
|
|
||||||
:deploy-repositories [["clojars" {:url "https://clojars.org/repo"
|
:deploy-repositories [["releases" :clojars]
|
||||||
:sign-releases true}]]
|
["snapshots" :clojars]]
|
||||||
|
|
||||||
:release-tasks [["vcs" "assert-committed"]
|
:release-tasks [["vcs" "assert-committed"]
|
||||||
["clean"]
|
["clean"]
|
||||||
|
|
Loading…
Reference in a new issue