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:37:40 +01:00
parent d643ff0929
commit 4d4f51b2c4

View file

@ -1,4 +1,4 @@
(defproject lein-adl "0.1.4" (defproject lein-adl "0.1.5-SNAPSHOT"
:description "Integrate Application Description Language into lein workflow" :description "Integrate Application Description Language into lein workflow"
:url "https://github.com/simon-brooke/lein-adl" :url "https://github.com/simon-brooke/lein-adl"
:license {:name "Eclipse Public License" ;; for compatibility with leiningen :license {:name "Eclipse Public License" ;; for compatibility with leiningen
@ -13,7 +13,7 @@
["snapshots" :clojars]] ["snapshots" :clojars]]
;; `lein release` doesn't play nice with `git flow release`. Run `lein release` in the ;; `lein release` doesn't play nice with `git flow release`. Run `lein release` in the
;; `develop` branch, then merge the release tag into the `master` branch. ;; `develop` branch, then reset the `master` branch to the release tag.
:release-tasks [["vcs" "assert-committed"] :release-tasks [["vcs" "assert-committed"]
["clean"] ["clean"]