Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
|
5af9a7349c | ||
|
676afb704a |
|
@ -1,11 +1,11 @@
|
||||||
(defproject adl "1.4.6"
|
(defproject adl "1.4.7-SNAPSHOT"
|
||||||
:description "An application to transform an ADL application specification
|
:description "An application to transform an ADL application specification
|
||||||
document into skeleton code for a Clojure web-app"
|
document into skeleton code for a Clojure web-app"
|
||||||
:url "https://github.com/simon-brooke/adl"
|
:url "https://github.com/simon-brooke/adl"
|
||||||
:license {:name "GNU Lesser General Public License, version 3.0 or (at your option) any later version"
|
:license {:name "GNU Lesser General Public License, version 3.0 or (at your option) any later version"
|
||||||
:url "https://www.gnu.org/licenses/lgpl-3.0.en.html"}
|
:url "https://www.gnu.org/licenses/lgpl-3.0.en.html"}
|
||||||
|
|
||||||
:dependencies [[adl-support "0.1.6-SNAPSHOT"]
|
:dependencies [[adl-support "0.1.6"]
|
||||||
[bouncer "1.0.1"]
|
[bouncer "1.0.1"]
|
||||||
[clojure-saxon "0.9.4"]
|
[clojure-saxon "0.9.4"]
|
||||||
[environ "1.1.0"]
|
[environ "1.1.0"]
|
||||||
|
@ -22,7 +22,8 @@
|
||||||
[lein-kibit "0.1.6"]
|
[lein-kibit "0.1.6"]
|
||||||
[lein-release "1.0.5"]]
|
[lein-release "1.0.5"]]
|
||||||
|
|
||||||
:codox {:metadata {:doc "FIXME: write docs"}
|
:codox {:metadata {:doc "**TODO*: write docs"
|
||||||
|
:doc/format :markdown}
|
||||||
:output-path "docs"}
|
:output-path "docs"}
|
||||||
|
|
||||||
:deploy-repositories [["releases" :clojars]
|
:deploy-repositories [["releases" :clojars]
|
||||||
|
|
Loading…
Reference in a new issue