From 42b688dfb8da3a01c56b07abf6b0bc121a0b9d8d Mon Sep 17 00:00:00 2001 From: Clemens Geibel Date: Fri, 25 Feb 2022 11:44:36 +0100 Subject: [PATCH] Version 1.0.6 --- .gitlab-ci.yml | 2 +- package.json | 2 +- project.clj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9db3a0..b2eb002 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/package.json b/package.json index 73a385f..504a620 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/project.clj b/project.clj index c0c5eb1..0a9d7b2 100644 --- a/project.clj +++ b/project.clj @@ -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"