Version 1.0.6

This commit is contained in:
Clemens Geibel 2022-02-25 11:44:36 +01:00
parent f7118f87d3
commit 42b688dfb8
3 changed files with 3 additions and 3 deletions

View file

@ -102,7 +102,7 @@ upload-clj-release:
rules:
- if: '$CI_COMMIT_TAG != null'
script:
- lein deploy clojars
- lein deploy
release:
image: registry.gitlab.com/gitlab-org/release-cli:latest

View file

@ -2,7 +2,7 @@
"name": "c4k-jira",
"description": "Generate c4k yaml for a jira deployment.",
"author": "meissa GmbH",
"version": "1.0.6-SNAPSHOT",
"version": "1.0.6",
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-jira#readme",
"repository": "https://www.npmjs.com/package/c4k-jira",
"license": "APACHE2",

View file

@ -1,4 +1,4 @@
(defproject org.domaindrivenarchitecture/c4k-jira "1.0.6-SNAPSHOT"
(defproject org.domaindrivenarchitecture/c4k-jira "1.0.6"
:description "jira c4k-installation package"
:url "https://domaindrivenarchitecture.org"
:license {:name "Apache License, Version 2.0"