Compare commits

...

2 commits

Author SHA1 Message Date
bom
b2ae76f867 bump version to: 0.28.4-SNAPSHOT 2023-11-24 22:32:31 +01:00
bom
955504dae5 release: 0.28.3 2023-11-24 22:32:31 +01:00
2 changed files with 3 additions and 2 deletions

View file

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

View file

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