Upversion to 0.1.2, using adl 1.4.3
This commit is contained in:
parent
18a7e6bb82
commit
f66527c1dd
31
project.clj
31
project.clj
|
@ -1,10 +1,10 @@
|
||||||
(defproject lein-adl "0.1.1"
|
(defproject lein-adl "0.1.2"
|
||||||
: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.3"]
|
:dependencies [[adl-support "0.1.3"]
|
||||||
[adl "1.4.2"]]
|
[adl "1.4.3"]]
|
||||||
|
|
||||||
:plugins [[lein-codox "0.10.3"]
|
:plugins [[lein-codox "0.10.3"]
|
||||||
[lein-release "1.0.5"]]
|
[lein-release "1.0.5"]]
|
||||||
|
@ -13,17 +13,20 @@
|
||||||
;; `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`
|
||||||
|
|
||||||
:release-tasks [["vcs" "assert-committed"]
|
;; in fact, `lein release` is pretty comprehensively broken, which is a
|
||||||
["clean"]
|
;; shame because it's a good idea.
|
||||||
["test"]
|
|
||||||
["codox"]
|
;; :release-tasks [["vcs" "assert-committed"]
|
||||||
["change" "version" "leiningen.release/bump-version" "release"]
|
;; ["clean"]
|
||||||
["vcs" "commit"]
|
;; ["test"]
|
||||||
;; ["vcs" "tag"] -- not working, problems with secret key
|
;; ["codox"]
|
||||||
["uberjar"]
|
;; ["change" "version" "leiningen.release/bump-version" "release"]
|
||||||
["install"]
|
;; ["vcs" "commit"]
|
||||||
["deploy" "clojars"]
|
;; ;; ["vcs" "tag"] -- not working, problems with secret key
|
||||||
["change" "version" "leiningen.release/bump-version"]
|
;; ["uberjar"]
|
||||||
["vcs" "commit"]]
|
;; ["install"]
|
||||||
|
;; ["deploy" "clojars"]
|
||||||
|
;; ["change" "version" "leiningen.release/bump-version"]
|
||||||
|
;; ["vcs" "commit"]]
|
||||||
|
|
||||||
:eval-in-leiningen true)
|
:eval-in-leiningen true)
|
||||||
|
|
Loading…
Reference in a new issue