lein-release plugin: bumped version from 0.1.4 to 0.1.5-SNAPSHOT for next development cycle

This commit is contained in:
Simon Brooke 2018-09-20 11:05:04 +01:00
parent 88c5039fa0
commit 6ec81240e0

View file

@ -1,4 +1,4 @@
(defproject adl-support "0.1.4" (defproject adl-support "0.1.5-SNAPSHOT"
:description "A small library of functions called by generated ADL code." :description "A small library of functions called by generated ADL code."
:url "https://github.com/simon-brooke/adl-support" :url "https://github.com/simon-brooke/adl-support"
:license {:name "MIT License" :license {:name "MIT License"
@ -16,9 +16,8 @@
:deploy-repositories [["releases" :clojars] :deploy-repositories [["releases" :clojars]
["snapshots" :clojars]] ["snapshots" :clojars]]
;; `lein release` doesn't work with `git flow release`. To use ;; `lein release` doesn't play nice with `git flow release`. Run `lein release` in the
;; `lein release`, first merge `develop` into `master`, and then, in branch ;; `develop` branch, then reset the `master` branch to the release tag.
;; `master`, run `lein release`
:release-tasks [["vcs" "assert-committed"] :release-tasks [["vcs" "assert-committed"]
["clean"] ["clean"]