Version 1.1.3

merge-requests/1/merge v1.1.3
bom 2 years ago
parent f4899f66f1
commit b95a3eb343

@ -1,4 +1,4 @@
(defproject org.domaindrivenarchitecture/c4k-common-clj "1.1.3-SNAPSHOT"
(defproject org.domaindrivenarchitecture/c4k-common-clj "1.1.3"
:description "Contains predicates and tools for c4k"
:url "https://domaindrivenarchitecture.org"
:license {:name "Apache License, Version 2.0"
@ -22,5 +22,5 @@
:release-tasks [["test"]
["change" "version" "leiningen.release/bump-version" "release"]
["vcs" "commit"]
["vcs" "tag" "--no-sign"]
["vcs" "tag" "v" "--no-sign"]
["change" "version" "leiningen.release/bump-version"]])

Loading…
Cancel
Save