adjust deploy repos
This commit is contained in:
parent
637c2f6c32
commit
f796f10618
1 changed files with 7 additions and 3 deletions
10
project.clj
10
project.clj
|
@ -1,11 +1,15 @@
|
||||||
(defproject dda/cryogen-bootstrap "0.1.0-SNAPSHOT"
|
(defproject dda/cryogen-bootstrap "0.1.0-SNAPSHOT"
|
||||||
:description "bootstrap theme for cryogen"
|
:description "bootstrap theme for cryogen"
|
||||||
:license {:name "Apache2.0"}
|
:url "https://domaindrivenarchitecture.org"
|
||||||
|
:license {:name "Apache License, Version 2.0"
|
||||||
|
:url "https://www.apache.org/licenses/LICENSE-2.0.html"}
|
||||||
:dependencies [[org.clojure/clojure "1.9.0"]
|
:dependencies [[org.clojure/clojure "1.9.0"]
|
||||||
[ring/ring-devel "1.7.1"]
|
[ring/ring-devel "1.7.1"]
|
||||||
[compojure "1.6.1"]
|
[compojure "1.6.1"]
|
||||||
[ring-server "0.5.0"]
|
[ring-server "0.5.0"]
|
||||||
[dda/cryogen-core "0.1.53"]
|
[dda/cryogen-core "0.1.53"]
|
||||||
[dda/cryogen-markdown "0.1.6"]]
|
[dda/cryogen-markdown "0.1.6"]]
|
||||||
:repositories [["clojars" :clojars]]
|
:repositories [["snapshots" :clojars]
|
||||||
:deploy-repositories [["clojars" :clojars]])
|
["releases" :clojars]]
|
||||||
|
:deploy-repositories [["snapshots" :clojars]
|
||||||
|
["releases" :clojars]])
|
||||||
|
|
Loading…
Reference in a new issue