release: 0.28.3

This commit is contained in:
bom 2023-11-24 22:32:31 +01:00
parent 65c3a42a1b
commit 955504dae5
2 changed files with 3 additions and 2 deletions

View file

@ -16,7 +16,7 @@ plugins {
apply plugin: "maven-publish" apply plugin: "maven-publish"
version = "0.28.3-SNAPSHOT" version = "0.28.3"
group = "org.domaindrivenarchitecture.provs" group = "org.domaindrivenarchitecture.provs"

View file

@ -6,6 +6,7 @@ name = "buildtest"
MODULE = "release" MODULE = "release"
PROJECT_ROOT_PATH = "." PROJECT_ROOT_PATH = "."
version = "0.28.3"
@init @init
def initialize(project): def initialize(project):
@ -17,7 +18,7 @@ def initialize(project):
"build_types": [], "build_types": [],
"mixin_types": ["RELEASE"], "mixin_types": ["RELEASE"],
"release_primary_build_file": "build.gradle", "release_primary_build_file": "build.gradle",
"release_secondary_build_files": [], "release_secondary_build_files": ["build.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",