diff --git a/build_to_test.py b/build_to_test.py index 260e871..ee9ab78 100644 --- a/build_to_test.py +++ b/build_to_test.py @@ -33,7 +33,7 @@ default_task = "dev" name = "ddadevops" MODULE = "not-used" PROJECT_ROOT_PATH = "." -version = "2.0.3-dev" +version = "2.0.3" summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud" description = __doc__ authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")] diff --git a/package.json b/package.json index bd0ab3c..3d19596 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": "2.0.3-dev", + "version": "2.0.3", "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 dfc95dd..2586a45 100644 --- a/project.clj +++ b/project.clj @@ -6,7 +6,7 @@ :dependencies [[org.clojure/clojure "2.0.1-dev"] [org.clojure/tools.reader "2.0.2-dev"] [org.domaindrivenarchitecture/c4k-common-clj "2.0.3-dev"] - [hickory "0.7.1" :exclusions [viebel/codox-klipse-theme]]] + [hickory "2.0.3" :exclusions [viebel/codox-klipse-theme]]] :target-path "target/%s/" :source-paths ["src/main/cljc" "src/main/clj"]