From 06ada73ef84c3bec807c0dcd8893fbc0f9f72b17 Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 10 Jun 2022 09:58:12 +0200 Subject: [PATCH] Version 1.1.2 --- package.json | 2 +- project.clj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 57e27d7..3ebdd36 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.1.2-SNAPSHOT", + "version": "1.1.2", "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 569e942..116a96e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-jira "1.1.2-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-jira "1.1.2" :description "jira c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0" @@ -30,7 +30,7 @@ ["vcs" "assert-committed"] ["change" "version" "leiningen.release/bump-version" "release"] ["vcs" "commit"] - ["vcs" "tag"] + ["vcs" "tag" "v" "--no-sign"] ["change" "version" "leiningen.release/bump-version"]] :aliases {"native" ["shell" "native-image"