Version 1.0.4

This commit is contained in:
Clemens Geibel 2022-02-25 10:51:47 +01:00
parent f2e5fd2950
commit 238193174c
3 changed files with 3 additions and 3 deletions

View file

@ -100,7 +100,7 @@ upload-clj-release:
<<: *clj <<: *clj
stage: upload stage: upload
rules: rules:
- if: '$CI_COMMIT_BRANCH == "main" && $CI_COMMIT_TAG != null' - if: '$CI_COMMIT_TAG != null'
script: script:
- lein deploy clojars - lein deploy clojars

View file

@ -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": "1.0.4-SNAPSHOT", "version": "1.0.4",
"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",

View file

@ -1,4 +1,4 @@
(defproject org.domaindrivenarchitecture/c4k-jira "1.0.4-SNAPSHOT" (defproject org.domaindrivenarchitecture/c4k-jira "1.0.4"
: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"