From 4d4f51b2c4e36c599e2c0888a326d2bd753f3a3f Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 20 Sep 2018 11:37:40 +0100 Subject: [PATCH] lein-release plugin: bumped version from 0.1.4 to 0.1.5-SNAPSHOT for next development cycle --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 6716429..492c50d 100644 --- a/project.clj +++ b/project.clj @@ -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" :url "https://github.com/simon-brooke/lein-adl" :license {:name "Eclipse Public License" ;; for compatibility with leiningen @@ -13,7 +13,7 @@ ["snapshots" :clojars]] ;; `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"] ["clean"]