release: 1.8.3

main 1.8.3
ansgarz 6 months ago
parent ce5cd6a245
commit 86dadb56a7

@ -3,7 +3,7 @@ plugins {
} }
version = "3.4.4-SNAPSHOT" version = "1.8.3"
group = "org.domaindrivenarchitecture.buildtest" group = "org.domaindrivenarchitecture.buildtest"

@ -6,7 +6,7 @@ name = "buildtest"
MODULE = "release" MODULE = "release"
PROJECT_ROOT_PATH = "." PROJECT_ROOT_PATH = "."
version = "1.8.2" version = "1.8.3"
@init @init
def initialize(project): def initialize(project):
@ -17,8 +17,8 @@ def initialize(project):
"project_root_path": PROJECT_ROOT_PATH, "project_root_path": PROJECT_ROOT_PATH,
"build_types": [], "build_types": [],
"mixin_types": ["RELEASE"], "mixin_types": ["RELEASE"],
"release_primary_build_file": "build_to_test.py", "release_primary_build_file": "build.py",
"release_secondary_build_files": ["package.json", "project.clj", "build.gradle"], "release_secondary_build_files": ["package.json", "project.clj", "build.gradle", "build_to_test.py"],
"release_artifacts": ["README.md"], "release_artifacts": ["README.md"],
"release_artifact_server_url": "https://repo.prod.meissa.de", "release_artifact_server_url": "https://repo.prod.meissa.de",
"release_organisation": "meissa", "release_organisation": "meissa",

@ -33,7 +33,7 @@ default_task = "dev"
name = "ddadevops" name = "ddadevops"
MODULE = "not-used" MODULE = "not-used"
PROJECT_ROOT_PATH = "." 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" summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud"
description = __doc__ description = __doc__
authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")] authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")]

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

Loading…
Cancel
Save