Version 1.1.3
This commit is contained in:
parent
f4899f66f1
commit
b95a3eb343
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
: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"
|
||||||
|
@ -22,5 +22,5 @@
|
||||||
:release-tasks [["test"]
|
:release-tasks [["test"]
|
||||||
["change" "version" "leiningen.release/bump-version" "release"]
|
["change" "version" "leiningen.release/bump-version" "release"]
|
||||||
["vcs" "commit"]
|
["vcs" "commit"]
|
||||||
["vcs" "tag" "--no-sign"]
|
["vcs" "tag" "v" "--no-sign"]
|
||||||
["change" "version" "leiningen.release/bump-version"]])
|
["change" "version" "leiningen.release/bump-version"]])
|
||||||
|
|
Loading…
Reference in a new issue