diff --git a/build.gradle b/build.gradle index 6465036..042a6b4 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { } -version = "3.4.4-SNAPSHOT" +version = "1.8.3" group = "org.domaindrivenarchitecture.buildtest" diff --git a/build.py b/build.py index d876659..edd1d32 100644 --- a/build.py +++ b/build.py @@ -6,7 +6,7 @@ name = "buildtest" MODULE = "release" PROJECT_ROOT_PATH = "." -version = "1.8.2" +version = "1.8.3" @init def initialize(project): @@ -17,8 +17,8 @@ def initialize(project): "project_root_path": PROJECT_ROOT_PATH, "build_types": [], "mixin_types": ["RELEASE"], - "release_primary_build_file": "build_to_test.py", - "release_secondary_build_files": ["package.json", "project.clj", "build.gradle"], + "release_primary_build_file": "build.py", + "release_secondary_build_files": ["package.json", "project.clj", "build.gradle", "build_to_test.py"], "release_artifacts": ["README.md"], "release_artifact_server_url": "https://repo.prod.meissa.de", "release_organisation": "meissa", diff --git a/build_to_test.py b/build_to_test.py index ebb83d8..6f99f49 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 = "3.4.4-dev" +version = "1.8.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 c52e99d..4d923ad 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": "3.4.4-SNAPSHOT", + "version": "1.8.3", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-jira#readme", "repository": "https://www.npmjs.com/package/c4k-jira", "license": "APACHE2",