release: 0.28.3
This commit is contained in:
parent
65c3a42a1b
commit
86ff36b4fd
2 changed files with 3 additions and 2 deletions
|
@ -16,7 +16,7 @@ plugins {
|
|||
apply plugin: "maven-publish"
|
||||
|
||||
|
||||
version = "0.28.3-SNAPSHOT"
|
||||
version = "0.28.3"
|
||||
group = "org.domaindrivenarchitecture.provs"
|
||||
|
||||
|
||||
|
|
3
build.py
3
build.py
|
@ -6,6 +6,7 @@ name = "buildtest"
|
|||
MODULE = "release"
|
||||
PROJECT_ROOT_PATH = "."
|
||||
|
||||
version = "0.28.3"
|
||||
|
||||
@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",
|
||||
|
|
Loading…
Reference in a new issue