From 3323dfed4da517b78a172808b727c681e545d941 Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 9 Jul 2021 18:58:17 +0200 Subject: [PATCH] Version 0.2.0 --- project.clj | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/project.clj b/project.clj index 293fffc..98e1c49 100644 --- a/project.clj +++ b/project.clj @@ -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" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0" @@ -13,9 +13,11 @@ "src/main/clj"] :resource-paths ["src/main/resources"] :repositories [["snapshots" :clojars] - ["releases" :clojars]] + ["releases" {:url "https://clojars.org/repo" + :sign-releases false}]] :deploy-repositories [["snapshots" :clojars] - ["releases" :clojars]] + ["releases" {:url "https://clojars.org/repo" + :sign-releases false}]] :profiles {:test {:test-paths ["src/test/clj" "src/test/cljc"] :resource-paths ["src/test/resources"]