Version 0.2.0

This commit is contained in:
jem 2021-07-09 18:58:17 +02:00
parent 00651fa386
commit 3323dfed4d

View file

@ -1,4 +1,4 @@
(defproject org.domaindrivenarchitecture/c4k-common-clj "0.2.0-SNAPSHOT" (defproject org.domaindrivenarchitecture/c4k-common-clj "0.2.0"
:description "Contains predicates and tools for c4k" :description "Contains predicates and tools for c4k"
:url "https://domaindrivenarchitecture.org" :url "https://domaindrivenarchitecture.org"
:license {:name "Apache License, Version 2.0" :license {:name "Apache License, Version 2.0"
@ -13,9 +13,11 @@
"src/main/clj"] "src/main/clj"]
:resource-paths ["src/main/resources"] :resource-paths ["src/main/resources"]
:repositories [["snapshots" :clojars] :repositories [["snapshots" :clojars]
["releases" :clojars]] ["releases" {:url "https://clojars.org/repo"
:sign-releases false}]]
:deploy-repositories [["snapshots" :clojars] :deploy-repositories [["snapshots" :clojars]
["releases" :clojars]] ["releases" {:url "https://clojars.org/repo"
:sign-releases false}]]
:profiles {:test {:test-paths ["src/test/clj" :profiles {:test {:test-paths ["src/test/clj"
"src/test/cljc"] "src/test/cljc"]
:resource-paths ["src/test/resources"] :resource-paths ["src/test/resources"]