Version 0.1.0
This commit is contained in:
parent
b8c83c1802
commit
e8cb895169
2 changed files with 4 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
"name": "c4k-jira",
|
"name": "c4k-jira",
|
||||||
"description": "Generate c4k yaml for a jira deployment.",
|
"description": "Generate c4k yaml for a jira deployment.",
|
||||||
"author": "meissa GmbH",
|
"author": "meissa GmbH",
|
||||||
"version": "0.1.0-SNAPSHOT",
|
"version": "0.1.0",
|
||||||
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-jira#readme",
|
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-jira#readme",
|
||||||
"repository": "https://www.npmjs.com/package/c4k-jira",
|
"repository": "https://www.npmjs.com/package/c4k-jira",
|
||||||
"license": "APACHE2",
|
"license": "APACHE2",
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject org.domaindrivenarchitecture/c4k-jira "0.1.0-SNAPSHOT"
|
(defproject org.domaindrivenarchitecture/c4k-jira "0.1.0"
|
||||||
:description "jira c4k-installation package"
|
:description "jira c4k-installation package"
|
||||||
:url "https://domaindrivenarchitecture.org"
|
:url "https://domaindrivenarchitecture.org"
|
||||||
:license {:name "Apache License, Version 2.0"
|
:license {:name "Apache License, Version 2.0"
|
||||||
|
@ -25,7 +25,8 @@
|
||||||
[ch.qos.logback/logback-classic "1.3.0-alpha4"
|
[ch.qos.logback/logback-classic "1.3.0-alpha4"
|
||||||
:exclusions [com.sun.mail/javax.mail]]
|
:exclusions [com.sun.mail/javax.mail]]
|
||||||
[org.slf4j/jcl-over-slf4j "2.0.0-alpha1"]]}}
|
[org.slf4j/jcl-over-slf4j "2.0.0-alpha1"]]}}
|
||||||
:release-tasks [["vcs" "assert-committed"]
|
:release-tasks [["test"]
|
||||||
|
["vcs" "assert-committed"]
|
||||||
["change" "version" "leiningen.release/bump-version" "release"]
|
["change" "version" "leiningen.release/bump-version" "release"]
|
||||||
["vcs" "commit"]
|
["vcs" "commit"]
|
||||||
["vcs" "tag"]
|
["vcs" "tag"]
|
||||||
|
|
Reference in a new issue