lein-release plugin: preparing 0.1.7 release

This commit is contained in:
Simon Brooke 2019-05-02 16:16:32 +01:00
parent f706ba9fa9
commit 397872bf39

View file

@ -1,10 +1,10 @@
(defproject lein-adl "0.1.7-SNAPSHOT" (defproject lein-adl "0.1.7"
: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
:url "http://www.eclipse.org/legal/epl-v10.html"} :url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[adl-support "0.1.4"] :dependencies [[adl-support "0.1.6"]
[adl "1.4.6-SNAPSHOT"]] [adl "1.4.6"]]
:plugins [[lein-codox "0.10.3"] :plugins [[lein-codox "0.10.3"]
[lein-release "1.0.5"]] [lein-release "1.0.5"]]